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 05:47 am (UTC)very very nice my dear
definatly more disabled friendly as well
hugs
kate
(no subject)
From:(no subject)
Date: 2004-01-30 05:59 am (UTC)A couple of technical things, though: It side-scrolls horribly (800x600, Mozilla); is that intentional, or is it just my browser / monitor combination being crap? And it takes a bit of a while to load. As in, the browser thinks it's done, and then it takes about 3 minutes for the graphics to actually appear.
On a really annoying nitpicky note, do you really mean 'Investigate Futher'?
(no subject)
From:Re:
From:Re:
From:(no subject)
From:(no subject)
From:Re:
From:(no subject)
Date: 2004-01-30 06:41 am (UTC)(no subject)
Date: 2004-01-30 06:55 am (UTC)(no subject)
From:(no subject)
Date: 2004-01-30 07:17 am (UTC)(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:
From:(no subject)
From:Re:
From:(no subject)
From:Re:
From:(no subject)
Date: 2004-01-30 10:08 am (UTC)function YearPage::print_month (YearMonth m) { if (not $m.has_entries) { return; } """ <!-- MONTH & SUBJECTS LINK --> <table width="100%" cellpadding="0" cellspacing="0" border="0" summary=""> <tr class="Control"> <td class="caption" align=center>"""; print $m->month_format(); """ [<a href="$m.url" class="index">subjects</a>] </td> </tr> <tr> <td background=$*Sepbar width="100%><img src="http://stat.livejournal.com/img/dot.gif" width="1" height="15"></td> </tr> </table> <BR> <table width="358" bgcolor="$*centerpage_back" cellpadding="0" cellspacing="1" border="0" summary="" align="center"> <tr align="center"> """; foreach var int d (weekdays()) { "<td align=\"center\" width=50 >"; print $*lang_dayname_short[$d]; " </td>"; } """ </tr>"""; foreach var YearWeek w ($m.weeks) { $w->print(); } """ </table> <BR>"""; } function YearWeek::print () { "<tr valign='top'>"; if ($.pre_empty) { "<td colspan='$.pre_empty'></td>"; } foreach var YearDay d ($.days) { if ($d.num_entries) { "<td width=50 height=50 align=center valign=middle class=DayCell>$d.day:$d.num_entries"; } else { "<td width=50 height=50 align=center valign=middle class=DayCell>$d.day:0"; } "</td>"; } if ($.post_empty) { "<td colspan='$.post_empty'></td>"; } "</tr>"; }Re:
From:(no subject)
Date: 2004-01-30 10:25 am (UTC)Very fluffy. I like.
Re:
From:(no subject)
Date: 2004-02-06 02:57 am (UTC)