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 / DeepBlue / theme.php
PHP Script  |  2004-07-22  |  9KB  |  170 lines

  1. <?php
  2.  
  3. $bgcolor1 = "#ffffff";
  4. $bgcolor2 = "#9cbee6";
  5. $bgcolor3 = "#d3e2ea";
  6. $bgcolor4 = "#0E3259";
  7. $textcolor1 = "#000000";
  8. $textcolor2 = "#000000";
  9.  
  10. function OpenTable() {
  11.     global $bgcolor1, $bgcolor2;
  12.     echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=\"$bgcolor2\"><tr><td>\n";
  13.     echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"8\" bgcolor=\"$bgcolor1\"><tr><td>\n";
  14. }
  15.  
  16. function CloseTable() {
  17.     echo "</td></tr></table></td></tr></table>\n";
  18. }
  19.  
  20. function OpenTable2() {
  21.     global $bgcolor1, $bgcolor2;
  22.     echo "<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=\"$bgcolor2\" align=\"center\"><tr><td>\n";
  23.     echo "<table border=\"0\" cellspacing=\"1\" cellpadding=\"8\" bgcolor=\"$bgcolor1\"><tr><td>\n";
  24. }
  25.  
  26. function CloseTable2() {
  27.     echo "</td></tr></table></td></tr></table>\n";
  28. }
  29.  
  30. function FormatStory($thetext, $notes, $aid, $informant) {
  31.     global $anonymous;
  32.     if ($notes != "") {
  33.     $notes = "<br><br><b>"._NOTE."</b> <i>$notes</i>\n";
  34.     } else {
  35.     $notes = "";
  36.     }
  37.     if ("$aid" == "$informant") {
  38.     echo "<font class=\"content\">$thetext$notes</font>\n";
  39.     } else {
  40.     if($informant != "") {
  41.         $boxstuff = "<a href=\"modules.php?name=Your_Account&op=userinfo&username=$informant\">$informant</a> ";
  42.     } else {
  43.         $boxstuff = "$anonymous ";
  44.     }
  45.     $boxstuff .= ""._WRITES." <i>\"$thetext\"</i>$notes\n";
  46.     echo "<font class=\"content\">$boxstuff</font>\n";
  47.     }
  48. }
  49.  
  50. /************************************************************/
  51. /* Function themeheader()                                   */
  52. /************************************************************/
  53.  
  54. function themeheader() {
  55.     global $banners, $sitename;
  56.     echo "<body bgcolor=\"#0E3259\" text=\"#000000\" link=\"0000ff\">"
  57.     ."<br>";
  58.     if ($banners) {
  59.     include("banners.php");
  60.     echo "<br>";
  61.     }
  62.  
  63.     echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"840\" align=\"center\">\n"
  64.     ."<tr><td width=\"100%\">\n"
  65.     ."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"840\">\n"
  66.     ."<tr><td width=\"100%\">\n"
  67.     ."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"840\">\n"
  68.     ."<tr><td width=\"100%\" height=\"88\" bgcolor=\"#FFFFFF\">\n"
  69.     ."<table border=0 width=100% cellpadding=0 cellspacing=0><tr><td align=\"left\"><a href=\"index.php\"><img border=\"0\" src=\"themes/DeepBlue/images/logo.gif\" alt=\"Welcome to $sitename!\" hspace=\"20\"></a></td><td align=\"right\"><img border=\"0\" src=\"themes/DeepBlue/images/logo-graphic.gif\"></td></tr></table></td></tr>\n"
  70.     ."<tr><td width=\"100%\" bgcolor=\"#000000\" height=\"19\" valign=\"bottom\">\n"
  71.     ."<a href=\"index.php\"><img border=\"0\" src=\"themes/DeepBlue/images/home.gif\" width=\"140\" height=\"18\"></a>"
  72.     ."<a href=\"modules.php?name=Your_Account\"><img border=\"0\" src=\"themes/DeepBlue/images/account.gif\" width=\"140\" height=\"18\"></a>"
  73.     ."<a href=\"modules.php?name=Downloads\"><img border=\"0\" src=\"themes/DeepBlue/images/downloads.gif\" width=\"140\" height=\"18\"></a>"
  74.     ."<a href=\"modules.php?name=Submit_News\"><img border=\"0\" src=\"themes/DeepBlue/images/submit.gif\" width=\"140\" height=\"18\"></a>"
  75.     ."<a href=\"modules.php?name=Topics\"><img border=\"0\" src=\"themes/DeepBlue/images/topics.gif\" width=\"140\" height=\"18\"></a>"
  76.     ."<a href=\"modules.php?name=Top\"><img border=\"0\" src=\"themes/DeepBlue/images/top10.gif\" width=\"140\" height=\"18\"></a>"
  77.     ."</td></tr><tr><td width=\"100%\" height=\"10\" bgcolor=\"#d3e2ea\">\n"
  78.     ."</td></tr></table>\n"
  79.     ."</td></tr><tr><td width=\"100%\"><table width='100%' cellspacing='0' cellpadding='0' border='0'><tr><td bgcolor='#d3e2ea'>\n";
  80.     $public_msg = public_message();
  81.     echo "$public_msg<br>";
  82.     echo "</td></tr></table><table width=\"840\" cellpadding=\"0\" bgcolor=\"d3e2ea\" cellspacing=\"0\" border=\"0\">\n"
  83.     ."<tr valign=\"top\">\n"
  84.     ."<td><img src=\"themes/DeepBlue/images/pixel.gif\" width=\"6\" height=\"1\" border=\"0\" alt=\"\"></td>\n"
  85.     ."<td width=\"138\" bgcolor=\"d3e2ea\" valign=\"top\">\n";
  86.     blocks(left);
  87.     echo "</td><td><img src=\"themes/DeepBlue/images/pixel.gif\" width=\"10\" height=\"1\" border=\"0\" alt=\"\"></td><td width=\"100%\">\n";
  88. }
  89.  
  90. /************************************************************/
  91. /* Function themefooter()                                   */
  92. /*                                                          */
  93. /* Control the footer for your site. You don't need to      */
  94. /* close BODY and HTML tags at the end. In some part call   */
  95. /* the function for right blocks with: blocks(right);       */
  96. /* Also, $index variable need to be global and is used to   */
  97. /* determine if the page your're viewing is the Homepage or */
  98. /* and internal one.                                        */
  99. /************************************************************/
  100.  
  101. function themefooter() {
  102.     global $index;
  103.     echo "<br>";
  104.     if ($index == 1) {
  105.     echo "</td><td><img src=\"themes/DeepBlue/images/pixel.gif\" width=\"10\" height=\"1\" border=\"0\" alt=\"\"></td><td valign=\"top\" width=\"138\" bgcolor=\"d3e2ea\">\n";
  106.     blocks(right);
  107.     echo "<td><img src=\"themes/DeepBlue/images/pixel.gif\" width=\"6\" height=\"1\" border=\"0\" alt=\"\">";
  108.     }
  109.  else {
  110.     echo "</td><td colspan=\"2\"><img src=\"themes/DeepBlue/images/pixel.gif\" width=\"10\" height=\"1\" border=\"0\" alt=\"\">";
  111.     }
  112.     echo "<br><br></td></tr></table>\n"
  113.     ."<br><center>";
  114.     footmsg();
  115.     echo "</center>";
  116. }
  117.  
  118.  
  119. function themeindex ($aid, $informant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $topictext) {
  120.     global $anonymous, $tipath;
  121.     echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td bgcolor=\"#000000\">\n"
  122.     ."<table border=\"0\" cellpadding=\"0\" cellspacing=\"1\" width=\"100%\"><tr><td bgcolor=\"#FFFFFF\">\n"
  123.     ."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td bgcolor=\"#FFFFFF\">\n"
  124.     ."<img src=\"themes/DeepBlue/images/dot.gif\" border=\"0\"></td><td width=\"100%\" bgcolor=\"#FFFFFF\"><font class=\"option\"><b> $title</b></font></td></tr>\n"
  125.     ."<tr><td colspan=\"2\" bgcolor=\"#FFFFFF\"><br>\n"
  126.     ."<table border=\"0\" width=\"98%\" align=\"center\"><tr><td>\n"
  127.     ."<a href=\"modules.php?name=News&new_topic=$topic\"><img src=\"$tipath$topicimage\" alt=\"$topictext\" border=\"0\" align=\"right\"></a>";
  128.     FormatStory($thetext, $notes, $aid, $informant);
  129.     echo "</td></tr></table>\n"
  130.     ."</td></tr></table><br>\n"
  131.     ."</td></tr><tr><td bgcolor=\"#FFFFFF\" align=\"center\">\n"
  132.     ."<font class=\"tiny\">"._POSTEDBY." ";
  133.     formatAidHeader($aid);
  134.     echo " "._ON." $time $timezone ($counter "._READS.")<br></font>\n"
  135.     ."<font class=\"content\">$morelink</font></center>\n"
  136.     ."<img src=\"themes/DeepBlue/images/pixel.gif\" border=\"0\" height=\"2\">\n"
  137.     ."</td></tr></table>\n"
  138.     ."</td></tr></table><br>\n";
  139. }
  140.  
  141. function themearticle ($aid, $informant, $datetime, $title, $thetext, $topic, $topicname, $topicimage, $topictext) {
  142.     global $admin, $sid, $tipath;
  143.     echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td bgcolor=\"#000000\">\n"
  144.     ."<table border=\"0\" cellpadding=\"0\" cellspacing=\"1\" width=\"100%\"><tr><td bgcolor=\"#FFFFFF\">\n"
  145.     ."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td bgcolor=\"#FFFFFF\">\n"
  146.     ."<img src=\"themes/DeepBlue/images/dot.gif\" border=\"0\"></td><td width=\"100%\" bgcolor=\"#FFFFFF\"><font class=\"option\"><b> $title</b></font></td></tr>\n"
  147.     ."<tr><td colspan=\"2\" bgcolor=\"#FFFFFF\"><br>\n"
  148.     ."<table border=\"0\" width=\"98%\" align=\"center\"><tr><td>\n"
  149.     ."<a href=\"modules.php?name=News&new_topic=$topic\"><img src=\"$tipath$topicimage\" alt=\"$topictext\" border=\"0\" align=\"right\"></a>";
  150.     FormatStory($thetext, $notes="", $aid, $informant);
  151.     echo "</td></tr></table>\n"
  152.     ."</td></tr></table><br>\n"
  153.     ."</td></tr></table>\n"
  154.     ."</td></tr></table><br><br>\n";
  155. }
  156.  
  157. function themesidebox($title, $content) {
  158.     echo "<table border=\"0\" align=\"center\" width=\"138\" cellpadding=\"0\" cellspacing=\"0\">"
  159.     ."<tr><td background=\"themes/DeepBlue/images/table-title.gif\" width=\"138\" height=\"20\">"
  160.     ."     <font color=\"#FFFFFF\"><b>$title</b></font>"
  161.     ."</td></tr><tr><td><img src=\"themes/DeepBlue/images/pixel.gif\" width=\"100%\" height=\"3\"></td></tr></table>\n"
  162.     ."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"138\">\n"
  163.     ."<tr><td width=\"138\" bgcolor=\"#000000\">\n"
  164.     ."<table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" width=\"138\">\n"
  165.     ."<tr><td width=\"138\" bgcolor=\"#ffffff\">\n"
  166.     ."$content"
  167.     ."</td></tr></table></td></tr></table><br>";
  168. }
  169.  
  170. ?>