diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/jeroen/images/background.gif | bin | 3846 -> 3843 bytes | |||
-rw-r--r-- | themes/jeroen/images/menutitle.gif | bin | 1614 -> 1612 bytes | |||
-rw-r--r-- | themes/jeroen/images/sketch.gif | bin | 27253 -> 27252 bytes | |||
-rw-r--r-- | themes/jeroen/jeroen.theme | 42 | ||||
-rw-r--r-- | themes/marvin/images/drop.gif | bin | 863 -> 860 bytes | |||
-rw-r--r-- | themes/marvin/marvin.theme | 14 | ||||
-rw-r--r-- | themes/unconed/images/black.gif | bin | 799 -> 796 bytes | |||
-rw-r--r-- | themes/unconed/images/logo.gif | bin | 7156 -> 7155 bytes | |||
-rw-r--r-- | themes/unconed/images/theme.gif | bin | 37762 -> 37758 bytes | |||
-rw-r--r-- | themes/unconed/unconed.theme | 20 |
10 files changed, 38 insertions, 38 deletions
diff --git a/themes/jeroen/images/background.gif b/themes/jeroen/images/background.gif Binary files differindex 7728f41cf..3d8de468d 100644 --- a/themes/jeroen/images/background.gif +++ b/themes/jeroen/images/background.gif diff --git a/themes/jeroen/images/menutitle.gif b/themes/jeroen/images/menutitle.gif Binary files differindex 81d910f4a..064f71052 100644 --- a/themes/jeroen/images/menutitle.gif +++ b/themes/jeroen/images/menutitle.gif diff --git a/themes/jeroen/images/sketch.gif b/themes/jeroen/images/sketch.gif Binary files differindex 361dbad05..55c350c84 100644 --- a/themes/jeroen/images/sketch.gif +++ b/themes/jeroen/images/sketch.gif 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> <? } diff --git a/themes/marvin/images/drop.gif b/themes/marvin/images/drop.gif Binary files differindex ee7cdb548..cb21c08ad 100644 --- a/themes/marvin/images/drop.gif +++ b/themes/marvin/images/drop.gif diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index d7b812050..5451ad5c6 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -1,5 +1,5 @@ <? - + class Theme { // color set #1: var $bgcolor1 = "#EAEAEA"; // background color @@ -19,14 +19,14 @@ function header() { global $site_name; ?> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <HTML> <HEAD> <TITLE><? print $site_name; ?></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"> </HEAD> - <STYLE type="text/css"> + <STYLE type="text/css"> <!-- BODY,TD,P,UL,LI,DIV,FORM,EM,BLOCKQUOTE { font-size: 10pt; font-family: Lucida,Verdana,Helvetica,Arial; } TH { font-size: 10pt; font-family: Lucida,Verdana,Helvetica,Arial; } @@ -48,7 +48,7 @@ } function abstract($story) { - print "\n<!-- story: \"$story->subject\" -->\n"; + print "\n<!-- story: \"$story->subject\" -->\n"; print "<TABLE BORDER=\"0\" CELLPADDING=\"0\" CELLSPACING=\"2\" WIDTH=\"100%\">\n"; print " <TR><TD COLSPAN=\"2\"><IMG SRC=\"themes/marvin/images/drop.gif\" ALT=\"\"> <B>". check_output($story->subject) ."</B></TD></TR>\n"; print " <TR VALIGN=\"bottom\"><TD COLSPAN=\"2\" BGCOLOR=\"#000000\" WIDTH=\"100%\"><IMG SRC=\"themes/marvin/images/pixel.gif\" WIDTH=\"1\" HEIGHT=\"0\" ALT=\"\"></TD></TR>\n"; @@ -77,7 +77,7 @@ print " <TR VALIGN=\"bottom\"><TD COLSPAN=\"2\" BGCOLOR=\"#000000\" WIDTH=\"100%\"><IMG SRC=\"themes/marvin/images/pixel.gif\" WIDTH=\"1\" HEIGHT=\"0\" ALT=\"\"></TD></TR>\n"; print " <TR>\n"; print " <TD>\n"; - print " <FONT COLOR=\"#7C7C7C\"><SMALL>Submitted by ". format_username($story->userid) ." on ". format_date($story->timestamp, "extra large") .""; ?><? if ($story->department) print "<BR>from the $story->department dept."; ?><? print "</SMALL></FONT></TD><TD ALIGN=\"right\" VALIGN=\"top\" NOWRAP><SMALL><A HREF=\"index.php?section=". urlencode($story->section) ."\"><FONT COLOR=\"#83997A\">$story->section</FONT></A></SMALL>\n"; + print " <FONT COLOR=\"#7C7C7C\"><SMALL>Submitted by ". format_username($story->userid) ." on ". format_date($story->timestamp, "extra large") .""; ?><? if ($story->department) print "<BR>from the $story->department dept."; ?><? print "</SMALL></FONT></TD><TD ALIGN=\"right\" VALIGN=\"top\" NOWRAP><SMALL><A HREF=\"index.php?section=". urlencode($story->section) ."\"><FONT COLOR=\"#83997A\">$story->section</FONT></A></SMALL>\n"; print " </TD>\n"; print " </TR>\n"; print " <TR><TD COLSPAN=\"2\"> </TD></TR>\n"; @@ -155,7 +155,7 @@ print "<BR>\n\n"; } - function box($subject, $content, $options = "") { + function box($subject, $content, $options = "") { print "\n<!-- box: \"$subject\" -->\n"; print "<TABLE BORDER=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\" BGCOLOR=\"#000000\" WIDTH=\"100%\">\n"; print " <TR>\n"; @@ -186,7 +186,7 @@ </TD> </TR> </TABLE> - </BODY> + </BODY> </HTML> <? } diff --git a/themes/unconed/images/black.gif b/themes/unconed/images/black.gif Binary files differindex 6c69e7084..a2ded6595 100644 --- a/themes/unconed/images/black.gif +++ b/themes/unconed/images/black.gif diff --git a/themes/unconed/images/logo.gif b/themes/unconed/images/logo.gif Binary files differindex e5648e509..e81ceeba9 100644 --- a/themes/unconed/images/logo.gif +++ b/themes/unconed/images/logo.gif diff --git a/themes/unconed/images/theme.gif b/themes/unconed/images/theme.gif Binary files differindex c2105a525..a2334b285 100644 --- a/themes/unconed/images/theme.gif +++ b/themes/unconed/images/theme.gif diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index 35ec176fb..501ca4334 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -6,7 +6,7 @@ var $cl80 = "#8B8E95"; var $clc0 = "#c8c8d0"; var $cl00 = "#000000"; - + // color set #1: var $brcolor1 = "#000000"; // border color var $bgcolor1 = "#B5BECE"; @@ -34,8 +34,8 @@ <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"> </HEAD> - <STYLE type="text/css"> - <!-- + <STYLE type="text/css"> + <!-- TABLE { border-width: 0; } TD { border-width: 0; font-size: 9pt; font-family: verdana,helvetica,arial; } P,UL,LI,DIV,FORM,EM,BLOCKQUOTE { font-size: 9pt; font-family: verdana,helvetica,arial; } @@ -73,7 +73,7 @@ function abstract($story) { $timestamp = format_date($story->timestamp); - print "\n<!-- story: \"$story->subject\" -->\n"; + print "\n<!-- story: \"$story->subject\" -->\n"; ?> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" BGCOLOR="<? echo $this->brcolor1; ?>" WIDTH="100%"> <TR><TD> @@ -103,7 +103,7 @@ </TR> <TR BGCOLOR="<? echo $this->bgcolor3; ?>"><TD BGCOLOR="<? echo $this->bgcolor3 ?>" ALIGN="right" COLSPAN="2"><? echo theme_morelink($this, $story) ?></TD></TR> </TABLE></TD></TR></TABLE><BR> - <? + <? } function article($story, $reply = "") { @@ -128,7 +128,7 @@ </TR> <TR BGCOLOR="<? echo $this->bgcolor2; ?>"> <TD COLSPAN="2" BGCOLOR="<? echo $this->bgcolor2 ?>" > - <? + <? if ($story->abstract) print "<P>". check_output($story->abstract, 1) ."</P>\n"; if ($story->updates) print "<P><FONT COLOR=\"$this->bgcolor2\">Editor's note:</FONT> ". check_output($story->updates, 1) ."</P>\n"; if ($story->article) print "<P>". check_output($story->article, 1) ."</P>\n"; @@ -137,7 +137,7 @@ </TR> <TR BGCOLOR="<? echo $this->bgcolor3; ?>"><TD COLSPAN="2" BGCOLOR="<? echo $this->bgcolor3 ?>" ALIGN="right"><? echo "$reply"; ?></TD></TR> </TABLE></TD></TR></TABLE><BR> - <? + <? } function controls() { @@ -205,7 +205,7 @@ ?></TD></TR></TABLE><BR><? } - function box($subject, $content) { + function box($subject, $content) { ?> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" BGCOLOR="<? echo $this->brcolor1; ?>" WIDTH="100%"> <TR><TD> @@ -220,7 +220,7 @@ </TD></TR> </TABLE><BR> <? - + } function footer() { @@ -249,7 +249,7 @@ </TABLE> </TD><TD BGCOLOR="<? print $this->clc0; ?>"><IMG SRC="themes/<? print $this->themename; ?>/images/null.gif" WIDTH="4"></TD><TD BGCOLOR="<? print $this->cl00; ?>"><IMG SRC="themes/<? print $this->themename; ?>/images/null.gif" WIDTH="10"></TD></TR> </TABLE> - </BODY> + </BODY> </HTML> <? } |