diff --git a/themes/jeroen/theme.class b/themes/jeroen/theme.class index a9f8c752dea..ee16cce8c91 100644 --- a/themes/jeroen/theme.class +++ b/themes/jeroen/theme.class @@ -2,19 +2,19 @@ class Theme { ### color set #1: - var $bgcolor1 = "#7AC5CD"; // background color - var $fgcolor1 = "#FEFEFE"; // table body color + var $bgcolor1 = "#6C6C6C"; // background color + var $fgcolor1 = "#000000"; // table body color var $hlcolor1 = "#"; // high-light color ### color set #2: - var $bgcolor2 = "#5F7F7F"; - var $fgcolor2 = "#6C6C6C"; - var $hlcolor2 = "#6C6C6C"; + var $bgcolor2 = "#E7E7E7"; + var $fgcolor2 = "#FEFEFE"; + var $hlcolor2 = "#E09226"; ### color set #3: - var $bgcolor3 = "#5F7F7F"; - var $fgcolor3 = "#000000"; + var $bgcolor3 = "#"; + var $fgcolor3 = "#"; var $hlcolor3 = "#"; ###### @@ -23,39 +23,40 @@ function header($title) { ?> - - <? include "config.inc"; echo $sitename; ?> - - - - - - - - - $timestamp = date("l, F d, Y - h:i:s A", $timestamp); include "config.inc"; - ?> -
drop.org logo - box("Status", "
Username: Your Name
E-mail: your.name@drop.org
Status: Logged in
Since: The beginning of time
"); + --> + + + + + + + + + - - - + + + + + + + + + + + + +
drop.org logo + box("Status", "
Username: Your Name
E-mail: your.name@drop.org
Status: Logged in
Since: The beginning of time
"); ?> +
+
- - + - - - - - - - - - + + + + + + + } if ($informant) { - print "$how by $informant on $timestamp"; ?> + + - - - - - - - - - - - - -
  +
+ + + +
+ +   + " WIDTH="20" HEIGHT="20" ALT="">fgcolor3; ?>\">$category "; + print "$how by $informant on $timestamp"; ?> + + fgcolor3; ?>\">$category "; } else { - print "Reported to us by $anonymous on $timestamp"; ?>fgcolor3; ?>\">$category"; + print "Reported to us by $anonymous on $timestamp"; ?> + fgcolor3; ?>\">$category"; } ?> -
  - - - - - - - - -
- $abstract

hlcolor1\">Editor's note by $editor:$comments

"; - } - else { - echo $abstract; - } - ?> -
- -
-
   

+
+ +
+   + + + + + + + + +
+ $abstract

hlcolor1\">Editor's note by $editor:$comments

"; + } + else { + echo $abstract; + } + ?> +
+ +
+
+ +
   
+
" WIDTH="20" HEIGHT="20" ALT="">
- - - - - - - - -
- Posted by $informant on $timestamp"; ?>from the $department dept."; ?>"; - } - else { - print "Posted by $anonymous on $timestamp"; ?>from the $department dept."; ?>"; - } - ?> -
- $abstract

"; - if ($comments) echo "

bgcolor1\">Editor's note by $editor: $comments

"; - if ($article) echo "

$article

"; - ?> -

- + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ + +   + $how by $informant on $timestamp"; ?> + + fgcolor3; ?>\">$category "; + } + else { + print "Reported to us by $anonymous on $timestamp"; ?>fgcolor3; ?>\">$category"; + } + ?> + + +
  + + + + + + + + +
+ $abstract

hlcolor1\">Editor's note by $editor:$comments

"; + } + else { + echo $abstract; + } + if ($article) echo "

$article

"; + ?> +
+ +
+
+ +
   
+
+ + + + + + + + + + + + + + + +
+ + + Comment control + + +
+
+ + + + + "> +
Save preferences
"; + ?> +
+
+
bgcolor2"; ?>"> + fgcolor2"; ?>">There are at least comments below your threshold. +
+ " WIDTH="20" HEIGHT="20" ALT=""> ### Create comment header: echo ""; - echo " bgcolor2\">"; + echo " "; echo " include "config.inc"; ?>
"; echo " "; ### Subject: echo " "; - echo " echo " "; ### Print body of comment: - if ($comment) echo " "; + if ($comment) echo " "; ### Print thread (if any): - if ($thread) echo " "; + if ($thread) echo " "; ### Print bottom link(s): - echo " "; + echo " "; echo "
bgcolor1\">Subject:"; - echo " bgcolor1\">$subject"; + echo " Subject:"; + echo " $subject"; echo "   [Score: $score"; if (isset($reason)) echo ", $comments_meta_reasons[$reason]"; echo "]"; @@ -234,13 +385,13 @@ SRC="themes/Jeroen/images/" WIDTH="20" HEIGHT="20" ALT="">
bgcolor3\">$comment
$comment
bgcolor2\">$thread
$thread
bgcolor2\">[ $link ]
[ $link ]
"; } @@ -254,15 +405,19 @@ SRC="themes/Jeroen/images/" WIDTH="20" HEIGHT="20" ALT="">
- + + + @@ -273,12 +428,12 @@ SRC="themes/Jeroen/images/" WIDTH="20" HEIGHT="20" ALT=""> if ($abstract) echo "

$abstract

"; if ($comments) echo "

bgcolor1\">Editor's note by $editor: $comments

"; if ($article) echo "

$article

"; - ?> - - - -
+ +
Posted by $informant on $timestamp"; ?>from the $department dept."; ?>"; + print "Posted by $informant on $timestamp"; ?>from the $department dept."; ?>"; } else { - print "Posted by $anonymous on $timestamp"; ?>from the $department dept."; ?>"; + print "Posted by $anonymous on $timestamp"; ?>from the $department dept."; ?>"; } ?>
 

- + + +   +
+ " WIDTH="20" HEIGHT="20" ALT=""> # Description..: a function to draw a box/block. function box($subject, $content) { include "config.inc"; - if (rand(0,40) == 20) $img = "boxbottomright6.gif"; + if (rand(0,50) == 25) $img = "boxbottomright6.gif"; else $img = "boxbottomright5.gif"; $width = rand(10,200); + if (rand(0,100) == 50) $img2 = "boxtopleftside4.gif"; + else $img2 ="boxtopleftside3.gif"; ?> - - - - - + + + + + - - - + + + - - - + + + -
+ + + + +
+ + + + + +
  -
+ + + + +
+ +
 
  + +   +

+ +
" WIDTH="20" HEIGHT="20" ALT=""> $this->box("Drop where?", "
home
faq
search
submit news
user account
webboard
"); - if (strstr($PHP_SELF, "index.php")) { + if (strstr($PHP_SELF, "index.php")) { global $user; ### Display login box: @@ -342,12 +520,12 @@ SRC="themes/Jeroen/images/" WIDTH="20" HEIGHT="20" ALT=""> ### Display old headlines: displayOldHeadlines($this); - } - elseif (strstr($PHP_SELF, "account.php")) { + } + elseif (strstr($PHP_SELF, "account.php")) { ### Display account settings: displayAccountSettings($this); - } - elseif (strstr($PHP_SELF, "article.php")) { + } + elseif (strstr($PHP_SELF, "article.php")) { global $sid; ### Display related links: @@ -355,21 +533,21 @@ SRC="themes/Jeroen/images/" WIDTH="20" HEIGHT="20" ALT=""> ### Display new headlines: displayNewHeadlines($this); - } - else { - ### Display new headlines: - displayNewHeadlines($this); - } - ?> - - - - - [ home | faq | search | submit news | user account | webboard ] - - - - + } + else { + ### Display new headlines: + displayNewHeadlines($this); + } + ?> + + + + + [ home | faq | search | submit news | user account | webboard ] + + + +