diff options
Diffstat (limited to 'themes/jeroen/jeroen.theme')
-rw-r--r-- | themes/jeroen/jeroen.theme | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/themes/jeroen/jeroen.theme b/themes/jeroen/jeroen.theme index 940aeb32f..56c5edc95 100644 --- a/themes/jeroen/jeroen.theme +++ b/themes/jeroen/jeroen.theme @@ -1,11 +1,11 @@ <? class Theme { - + // color set #1: var $bgc1 = "#6C6C6C"; // header color var $fgc1 = "#000000"; // link color var $hlc1 = "#"; // ? color - + // color set #2: var $bgc2 = "#E7E7E7"; // color var $fgc2 = "#FEFEFE"; // header-text color @@ -18,19 +18,19 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <HTML> - + <HEAD> <TITLE><? echo $site_name; ?> - Tears of technology</TITLE> <META NAME="description" CONTENT="drop.org"> <META NAME="keywords" CONTENT="drop, weblog, portal, community, news, article, announcements, stories, story, computer, science, space, hype, cult, geek, nerd, foo, bar"> - <STYLE type="text/css"> + <STYLE type="text/css"> <!-- BODY,P,DIV,LI,UL,TD,EM,FONT,BLOCKQUOTE,FORM{font-size: 10pt; font-family:Helvetica,Lucida,sans-serif;} SMALL {font-size: 8pt;} --> </STYLE> </HEAD> - + <BODY TEXT="#202020" BGCOLOR="#FEFEFE" BACKGROUND="themes/jeroen/images/background.gif" ALINK="#000000" LINK="#000000" VLINK="#000000"> <TABLE WIDTH="770" ALIGN="left" BORDER="0" CELLPADDING="0" CELLSPACING="6"> <TR> @@ -114,16 +114,16 @@ <TABLE WIDTH="100%"> <TR> <TD> -<? +<? if ($story->updates) { echo "<P><FONT COLOR=\"$this->hlc1\">Editor's note:</FONT> ". check_output($story->updates, 1) ."</P>"; } if ($story->abstract) { echo "<P>". check_output($story->abstract, 1) ."</P>"; } -?> +?> </TD> - </TR> + </TR> <TR> <TD ALIGN="right"> <FONT COLOR="<? echo $this->hlc2;?>"><? echo theme_morelink($this, $story);?></FONT> @@ -141,14 +141,14 @@ <TD ALIGN="right" VALIGN="top" WIDTH="20" HEIGHT="20" BACKGROUND="themes/jeroen/images/newsboxbottomright.gif"> </TD> </TR> </TABLE> -<? +<? } function article($story, $reply) { $timestamp = format_date($story->timestamp); ?> - + <TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0" BORDER="0"> <TR> <TD ALIGN="right" VALIGN="bottom" WIDTH="20" HEIGHT="20"> @@ -192,7 +192,7 @@ </TD> <TD ALIGN=\"center\" WIDTH=\"80\" BGOLOR=\"6C6C6C\" BACKGROUND=\"themes/jeroen/images/menutitle.gif\"> <A HREF=\"search.php?category=$category\"><FONT COLOR=\"<? $this->fgcolor3; ?>\">$story->category</FONT></A>"; - } + } ?> </FONT> </TD> @@ -215,7 +215,7 @@ else { echo $story->abstract; } - if ($story->article) + if ($story->article) echo "<P>". check_output($story->article) ."</P>"; ?> </TD> @@ -238,9 +238,9 @@ </TR> </TABLE> -<? +<? } - + function control() { print comment_controls(); } @@ -263,7 +263,7 @@ // Moderation: echo " <TD ALIGN=\"right\" ROWSPAN=\"3\" VALIGN=\"middle\" WIDTH=\"15%\">"; print comment_moderation($comment); - echo " </TD>"; + echo " </TD>"; echo " </TR>"; // Author: @@ -295,7 +295,7 @@ echo " </TABLE>"; } - function box($subject, $content, $options = "") { + function box($subject, $content, $options = "") { if (rand(0,50) == 25) $img = "boxbottomright2.gif"; else $img = "boxbottomright1.gif"; $width = rand(10,200); @@ -353,12 +353,12 @@ </TD> <TD WIDTH="180" VALIGN="top" ALIGN="right"> <? - global $PHP_SELF; - + global $PHP_SELF; + $this->box("Drop where?", "<TD ALIGN=\"left\" VALIGN=\"top\"><A HREF=\"index.php\">home</A><BR><A HREF=\"faq.php\">faq</A><BR><A HREF=\"search.php\">search</A></TD><TD ALIGN=\"right\" VALIGN=\"top\"><A HREF=\"submit.php\">submit news</A><BR><A HREF=\"account.php\">your account</A></TD>"); - + theme_account($this); -?> +?> </TD> </TR> <TR> @@ -373,7 +373,7 @@ </TD> </TR> </TABLE> - </BODY> + </BODY> </HTML> <? } |