home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 April / PCWorld_2005-04_cd.bin / akce / web / phpnuke / PHP-Nuke-7.5.exe / html / themes / Sunset / theme.php
PHP Script  |  2004-01-29  |  8KB  |  199 lines

  1. <?php
  2.  
  3. #########################################################
  4. # Sunset theme for PHPNuke 5.0                          #
  5. # Translation by Ivan Stojmirov [stojmir@linux.net.mk]  #
  6. # Originaly made by Francisco                           #
  7. #########################################################
  8.  
  9.  
  10.  
  11. $thename = "Sunset";
  12. $lnkcolor = "#035D8A";
  13. $bgcolor1 = "#FFFFE6";
  14. $bgcolor2 = "#006699";
  15. $bgcolor3 = "#FFFFE6";
  16. $bgcolor4 = "#FFC53A";
  17. $textcolor1 = "FFFFFF";
  18. $textcolor2 = "000000";
  19. $hr = 1; # 1 to have horizonal rule in comments instead of table bgcolor
  20.  
  21.  
  22. function OpenTable() {
  23.     global $bgcolor1, $bgcolor2;
  24.     echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=\"$bgcolor2\"><tr><td>\n";
  25.     echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"8\" bgcolor=\"$bgcolor1\"><tr><td>\n";
  26. }
  27.  
  28. function OpenTable2() {
  29.     global $bgcolor1, $bgcolor2;
  30.     echo "<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=\"$bgcolor2\" align=\"center\"><tr><td>\n";
  31.     echo "<table border=\"0\" cellspacing=\"1\" cellpadding=\"8\" bgcolor=\"$bgcolor1\"><tr><td>\n";
  32. }
  33.  
  34. function CloseTable() {
  35.     echo "</td></tr></table></td></tr></table>\n";
  36. }
  37.  
  38. function CloseTable2() {
  39.     echo "</td></tr></table></td></tr></table>\n";
  40. }
  41.  
  42. function FormatStory($thetext, $notes, $aid, $informant) {
  43.     global $anonymous;
  44.     if ($notes != "") {
  45.     $notes = "<b>"._NOTE."</b> <i>$notes</i>\n";
  46.     } else {
  47.     $notes = "";
  48.     }
  49.     if ("$aid" == "$informant") {
  50.     echo "<font size=\"2\" color=\"#505050\">$thetext<br>$notes</font>\n";
  51.     } else {
  52.     if($informant != "") {
  53.         $boxstuff = "<a href=\"modules.php?name=Your_Account&op=userinfo&username=$informant\">$informant</a> ";
  54.     } else {
  55.         $boxstuff = "$anonymous ";
  56.     }
  57.     $boxstuff .= ""._WRITES."  <i>\"$thetext\"</i> $notes\n";
  58.     echo "<font size=\"2\" color=\"#505050\">$boxstuff</font>\n";
  59.     }
  60. }
  61.  
  62.  
  63. function themeheader() {
  64.     global $slogan, $sitename, $banners;
  65. echo "<body bgcolor=\"#FFC53A\" text=\"#000000\" link=\"#035D8A\" vlink=\"#035D8A\">";
  66. echo "<br><center><table border=0 width=100% cellpadding=3 cellspacing=0><tr><td>\n\n";
  67. echo "<a href=$nuke_url><img src=themes/Sunset/images/logo.gif Alt=\""._WELCOMETO." $sitename\" border=0></a>\n";
  68. echo "</td>\n";
  69. if ($banners) {
  70. echo "<td>";
  71.     include("banners.php");
  72. echo "</td>";
  73. }
  74. echo "<td align=right>\n";
  75. echo "<form action=modules.php?name=Search method=post><font size=2 color=000000>\n";
  76. echo ""._SEARCH." \n";
  77. echo "<input type=text name=query>\n";
  78. echo "</form>\n";
  79. echo "</td></tr></table>\n";
  80. echo "<br>\n";
  81. $public_msg = public_message();
  82. echo "$public_msg<br>";
  83. echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td valign=top width=140>\n";
  84.  
  85. blocks(left);
  86.  
  87. echo "</td><td> </td><td valign=top width=100%>\n\n\n";
  88. }
  89.  
  90. function themefooter() {
  91.     global $index;
  92.     if ($index == 1) {
  93.     echo "</td><td> </td><td valign=top width=200>\n";
  94.     blocks(right);
  95.     echo "</td>";
  96.     }
  97.     echo "</td></tr></table></td></tr></table>";
  98.     footmsg();
  99. }
  100.  
  101.  
  102. function themeindex ($aid, $informant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $topictext) {
  103.     global $anonymous, $tipath;
  104.     $ThemeSel = get_theme();
  105.     if (file_exists("themes/$ThemeSel/images/topics/$topicimage")) {
  106.     $t_image = "themes/$ThemeSel/images/topics/$topicimage";
  107.     } else {
  108.     $t_image = "$tipath$topicimage";
  109.     }
  110.     echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=035D8A><tr><td>\n";
  111.     echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"5\" bgcolor=FFFFFF><tr><td>\n";
  112.     echo "<a href=modules.php?name=News&new_topic=$topic><img src=$t_image Alt=\"$topictext\" border=0 align=right></a>\n";
  113.     echo "<img src=\"themes/Sunset/images/bullet.gif\" border=0 hspace=3><font size=3><b>$title</b></font><br>\n";
  114.     echo "<font size=1 color=035D8A>"._POSTEDBY." ";
  115.     formatAidHeader($aid);
  116.     echo " "._ON." $time $timezone ($counter "._READS.")<br><br></font>\n";
  117.     if ("$aid" == "$informant") {
  118.     echo "<font size=2 color=000000>$thetext</font><br><br>\n";
  119.     } else {
  120.     if ($informant != "") {
  121.         $boxstuff = "<a href=modules.php?name=Your_Account&op=userinfo&username=$informant>$informant</a> ";
  122.     } else {
  123.         $boxstuff = "$anonymous ";
  124.     }
  125.     $boxstuff .= ""._WRITES." <i>\"$thetext\"</i> $notes\n";
  126.     echo "<font size=2 color=000000>$boxstuff</font><br><br>\n";
  127.     }
  128.     echo "<font size=2>$morelink</font><br><img src=themes/Sunset/images/line.gif border=0 vspace=4>\n";
  129.     echo "</td></tr></table>\n";
  130.     echo "</td></tr></table>\n";
  131.     echo "<br>\n\n\n";
  132. }
  133.  
  134.  
  135.  
  136. function themearticle($aid, $informant, $datetime, $title, $thetext, $topic, $topicname, $topicimage, $topictext) {
  137.     global $admin, $sid, $tipath;
  138.     $ThemeSel = get_theme();
  139.     if (file_exists("themes/$ThemeSel/images/topics/$topicimage")) {
  140.     $t_image = "themes/$ThemeSel/images/topics/$topicimage";
  141.     } else {
  142.     $t_image = "$tipath$topicimage";
  143.     }
  144.     echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=035D8A><tr><td>\n";
  145.     echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"5\" bgcolor=FFFFFF><tr><td>\n";
  146.     echo "<a href=modules.php?name=News&new_topic=$topic><img src=$t_image Alt=\"$topictext\" border=0 align=right></a>\n";
  147.     echo "<img src=\"themes/Sunset/images/bullet.gif\" border=0 hspace=3><font size=2><b>$title</b></font>\n";
  148.     if ($admin) {
  149.     echo "   [ <a href=admin.php?op=EditStory&sid=$sid>"._EDIT."</a> | <a href=admin.php?op=RemoveStory&sid=$sid>"._DELETE."</a> ]<br>\n";
  150.     } else {
  151.     echo "<br>\n";
  152.     }
  153.     echo "<font size=1 color=035D8A>"._POSTEDBY."";
  154.     formatAidHeader($aid);
  155.     echo " "._ON." $datetime<br>\n";
  156.     if ($informant != "") {
  157.         echo ""._CONTRIBUTEDBY." <a href=modules.php?name=Your_Account&op=userinfo&username=$informant>$informant</a><br><br>\n";
  158.     } else {
  159.     echo ""._CONTRIBUTEDBY." $anonymous<br><br></font>\n";
  160.     }
  161.     echo "<font size=2 color=000000>$thetext</font><br><br>\n";
  162.     echo "</td></tr></table>\n";
  163.     echo "</td></tr></table>\n\n";
  164. }
  165.  
  166.  
  167.  
  168. function themesidebox($title, $content) {
  169.     mt_srand((double)microtime()*1000000);
  170.     $rcolor = mt_rand(1, 4);
  171.     if ($rcolor == 1) {
  172.     $tcolor = "006699";
  173.     } elseif ($rcolor == 2) {
  174.     $tcolor = "941C31";
  175.     } elseif ($rcolor == 3) {
  176.     $tcolor = "009983";
  177.     } elseif ($rcolor == 4) {
  178.     $tcolor = "0066FF";
  179.     }
  180.     echo "<table width=\"165\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td>\n";
  181.     echo "<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"><tr><td>\n";
  182.     echo "<img src=\"themes/Sunset/images/left$rcolor.gif\" alt=\"\" border=\"0\" width=\"5\" height=\"19\"></td>\n";
  183.     echo "<td bgcolor=$tcolor width=\"100%\"><b><font size=\"2\" color=\"#FFFFFF\">$title</font></b></td>\n";
  184.     echo "<td align=\"right\"><img src=\"themes/Sunset/images/right$rcolor.gif\" alt=\"\" border=\"0\" width=\"5\" height=\"19\"></td></tr></table>\n";
  185.     echo "</td></tr><tr><td align=\"center\" valign=\"top\">\n";
  186.     echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"1\" bgcolor=$tcolor><tr><td width=100%>\n";
  187.     echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"4\" bgcolor=$tcolor><tr><td width=\"100%\" valign=\"top\" bgcolor=\"#FFFFE6\">\n";
  188.     echo "$content\n";
  189.     echo "<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"><tr><td>\n";
  190.     echo "<img src=\"pixel.gif\" width=\"1\" height=\"4\" alt=\"\" border=\"0\"></td></tr></table>\n";
  191.     echo "</td></tr></table>\n";
  192.     echo "</td></tr></table>\n";
  193.     echo "</td></tr><tr>\n";
  194.     echo "<td align=\"center\" valign=\"bottom\">\n";
  195.     echo "<img width=\"100%\" height=\"5\" src=\"themes/Sunset/images/bottom$rcolor.gif\" vspace=\"0\" border=\"0\"></td></tr></table>\n";
  196.     echo "<br>\n\n\n";
  197. }
  198.  
  199. ?>