New look journal!
Jan. 30th, 2004 01:41 pmYou are hereby invited to check out my new-look journal, user icon(s), etc.
All at the usual place,
compilerbitch.
(Many thanks are due to
mageboltrat, whose Industrial Nippon style got lightly hacked as the basis of this style!)
Now for some food...
All at the usual place,
(Many thanks are due to
Now for some food...
(no subject)
Date: 2004-01-30 07:36 am (UTC)function Page::lay_diary() { var YearMonth m = $this->get_latest_month(); """ <tr> <td class="Control"><font class="subhead">$*Diary_name</font> </td> </tr> <tr> <td align=center><BR><font class="active">"""; print $m->month_format(); """</font><BR> <table cellpadding="0" cellspacing="0" border="0" width="175" align=center> <tr>"""; foreach var int d (weekdays()) { "<td align=\"center\" width=25 >"; print $*lang_dayname_short[$d]; "</td>"; } """ </tr> """; foreach var YearWeek w ($m.weeks) { "<tr valign='top'>"; if ($w.pre_empty) { "<td colspan='$w.pre_empty'></td>"; } foreach var YearDay d ($w.days) { if ($d.num_entries) { "<td width=25 height=25 align=center valign=middle class=SmallDayCell><a href=\"$d.url\">$d.day</a>"; } else { "<td width=25 height=25 align=center valign=middle class=SmallDayCell>$d.day"; } "</td>"; } if ($w.post_empty) { "<td colspan='$w.post_empty'></td>"; } "</tr>"; }""" </table><BR> </td> </tr>"""; }Re:
Date: 2004-01-30 07:44 am (UTC)<table width="358" bgcolor="$*centerpage_back" cellpadding="0" cellspacing="1" border="0" summary="" align="center">
Not
<table width="358" bgcolor=#000000 cellpadding="0" cellspacing="1" border="0" summary="" align="center">
I've now changed it on my main layout.
(no subject)
Date: 2004-01-30 08:53 am (UTC)Ta,
Sarah
Re:
Date: 2004-01-30 08:58 am (UTC)(no subject)
Date: 2004-01-30 09:09 am (UTC)Re:
Date: 2004-01-30 09:04 am (UTC)"<td align=\"center\" width=25 class=SmallDayCell >"; print $*lang_dayname_short[$d]; "<";It will make the text slightly more readable.