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 / Traditional / theme.php
PHP Script  |  2004-01-29  |  7KB  |  228 lines

  1. <?php
  2.  
  3. $thename = "Cuadriculado";
  4. $bgcolor1 = "#cccccc";
  5. $bgcolor2 = "#999999";
  6. $bgcolor3 = "#cccccc";
  7. $textcolor1 = "#ffffff";
  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 = "<b>"._NOTE."</b> <i>$notes</i>\n";
  34.     } else {
  35.     $notes = "";
  36.     }
  37.     if ("$aid" == "$informant") {
  38.     echo "<font class=\"content\" color=\"#505050\">$thetext<br>$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\" color=\"#505050\">$boxstuff</font>\n";
  47.     }
  48. }
  49.  
  50. function themeheader() {
  51.     echo "<body bgcolor=\"#FFFFFF\" text=\"#000000\" link=\"#000000\" vlink=\"#000000\">"
  52.     ."<br>";
  53.     if ($banners) {
  54.     include("banners.php");
  55.     }
  56.     echo "<br>"
  57.     ."<table border=\"0\" cellspacing=\"0\" cellpadding=\"3\" width=\"100%\" bgcolor=\"FFFFFF\">"
  58.     ."<tr><td width=\"100%\">"
  59.     ."<a href=\"index.php\"><img src=\"themes/Traditional/images/logo.gif\" alt=\""._WELCOMETO." $sitename\" border=\"0\"></a>"
  60.     ."</td><td align=\"right\">"
  61.     ."<form action=\"modules.php?name=Search\" method=\"post\">"
  62.     ."<input type=\"text\" name=\"query\" width=\"20\" size=\"15\" length=\"20\">"
  63.     ."</td>"
  64.     ."<td width=\"60\" align=\"left\"><input type=\"submit\" value=\""._SEARCH."\"></td>"
  65.     ."</tr></table></form>"
  66.     ."<br>";
  67.     $public_msg = public_message();
  68.     echo "$public_msg<br>";    
  69.     echo "<table border=\"0\" width=\"100%\" cellspacing=\"5\"><tr><td valign=\"top\">";
  70. }
  71.  
  72. function themefooter() {
  73.     global $index;
  74.     if ($index == 1) {
  75.     echo "<td> </td><td valign=\"top\" width=\"200\">";
  76.     blocks(left);
  77.     blocks(right);
  78.     }
  79.     echo "</td></tr></table></td></tr></table>";
  80.     echo "<center>";
  81.     footmsg();
  82.     echo "</center>";    
  83. }
  84.  
  85. function themesidebox($title, $content) {
  86.     echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"200\" bgcolor=\"#000000\"><tr><td>"
  87.         ."<table width=\"100%\" border=\"0\" cellspacing=\"2\" cellpadding=\"3\"><tr><td bgcolor=\"#cccccc\">"
  88.         ."<img src=\"themes/Traditional/images/tic.gif\" border=\"0\" alt=\"\">"
  89.         ."<font class=\"option\">$title</font></td></tr>"
  90.         ."<tr><td bgcolor=\"#ffffff\">"
  91.         ."<font class=\"content\">$content</font>"
  92.         ."</td></tr></table></td></tr></table>"
  93.         ."<br>";
  94. }
  95.  
  96.  
  97.  
  98. function themeindex ($aid, $informant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $topictext) {
  99.     global $anonymous, $tipath;
  100.     $ThemeSel = get_theme();
  101.     if (file_exists("themes/$ThemeSel/images/topics/$topicimage")) {
  102.     $t_image = "themes/$ThemeSel/images/topics/$topicimage";
  103.     } else {
  104.     $t_image = "$tipath$topicimage";
  105.     }
  106.     if ("$aid" == "$informant") { ?>
  107.  
  108.  
  109. <table border=0 cellpadding=3 cellspacing=1 width=100%>
  110. <tr><td bgcolor=CCCCCC>
  111. <font class=title>
  112. <b><?php echo"$title"; ?></b><br>
  113. </td></tr><tr><td bgcolor=FFFFFF>
  114. <a href="modules.php?name=News&new_topic=<?php echo"$topic"; ?>&author="><img src=<?php echo"$t_image"; ?> border=0 Alt=<?php echo"\"$topictext\""; ?> align=right hspace=10 vspace=10></a>
  115. <font class=tiny>
  116. Posted by <b><?php formatAidHeader($aid); echo "$aid"; ?></b> on <?php echo"$time $timezone"; ?><br>(<?php echo $counter; ?> reads)
  117. </font><br><br>
  118. <font class=content>
  119. <?php echo"$thetext<br><br></font>
  120. </td></tr><tr><td align=left>
  121. <font class=content>$morelink"; ?></font>
  122. </td>
  123. </tr>
  124. </table>
  125. <br>
  126.  
  127.  
  128. <?php    } else {
  129.         if($informant != "") $boxstuff = "<a href=\"modules.php?name=Your_Account&op=userinfo&username=$informant\">$informant</a> ";
  130.         else $boxstuff = "$anonymous ";
  131.         $boxstuff .= "writes <i>\"$thetext\"</i> $notes";
  132. ?>
  133.  
  134. <table border=0 cellpadding=3 cellspacing=1 width=100%>
  135. <tr><td bgcolor=CCCCCC>
  136. <font class=title>
  137. <b><?php echo"$title"; ?></b><br>
  138. <font class=option>
  139. </td></tr><tr><td bgcolor=FFFFFF>
  140. <a href="modules.php?name=News&new_topic=<?php echo"$topic"; ?>&author="><img src=<?php echo"$t_image"; ?> border=0 Alt=<?php echo"\"$topictext\""; ?> align=right hspace=10 vspace=10></a>
  141. <font class=option>
  142. Posted by <?php formatAidHeader($aid); ?> on <?php echo"$time $timezone"; ?><br>(<?php echo $counter; ?> reads)
  143. <br><br>
  144. </font>
  145. <font class=content>
  146. <?php echo"$boxstuff<br><br></font>
  147. </td></tr><tr><td align=left>
  148. <font class=option>$morelink"; ?></font>
  149. </td>
  150. </tr>
  151. </table>
  152. <br>
  153.  
  154. <?php    }
  155. }
  156.  
  157. function themearticle ($aid, $informant, $datetime, $title, $thetext, $topic, $topicname, $topicimage, $topictext) {
  158.     global $admin, $sid, $tipath;
  159.     $ThemeSel = get_theme();
  160.     if (file_exists("themes/$ThemeSel/images/topics/$topicimage")) {
  161.     $t_image = "themes/$ThemeSel/images/topics/$topicimage";
  162.     } else {
  163.     $t_image = "$tipath$topicimage";
  164.     }
  165.     if ("$aid" == "$informant") {
  166. echo"
  167.  
  168. <table border=0 cellpadding=0 cellspacing=0 align=center bgcolor=000000 width=100%>
  169. <tr><td>
  170.  
  171. <table border=0 cellpadding=3 cellspacing=1 width=100%>
  172. <tr><td bgcolor=CCCCCC>
  173. $font2
  174. <b>$title</b><br>$font2 Enviado el $datetime
  175. ";
  176. if ($admin) {
  177.     echo "   $font2 [ <a href=admin.php?op=EditStory&sid=$sid>Edit</a> | <a href=admin.php?op=RemoveStory&sid=$sid>Delete</a> ]";
  178. }
  179. echo "
  180. </td>
  181. </tr>
  182. <tr>
  183. <td bgcolor=ffffff>
  184. <a href=modules.php?name=News&new_topic=$topic><img src=$t_image border=0 Alt=\"$topictext\" align=right hspace=10 vspace=10></a>
  185. $thetext
  186. </td>
  187. </tr>
  188. </table>
  189. </td>
  190. </tr>
  191. </table><br>
  192. ";
  193.  
  194.     } else {
  195.         if($informant != "") $informant = "<a href=\"modules.php?name=Your_Account&op=userinfo&username=$informant\">$informant</a> ";
  196.         else $boxstuff = "$anonymous ";
  197.         $boxstuff .= "writes <i>\"$thetext\"</i> $notes";
  198. echo "
  199.  
  200. <table border=0 cellpadding=0 cellspacing=0 align=center bgcolor=000000 width=100%>
  201. <tr><td>
  202. <table border=0 cellpadding=3 cellspacing=1 width=100%>
  203. <tr><td bgcolor=CCCCCC>
  204. $font3
  205. <b>$title</b><br>$font2 Contributed by $informant on $datetime</font>
  206. ";
  207. if ($admin) {
  208.     echo "   $font2 [ <a href=admin.php?op=EditStory&sid=$sid>Edit</a> | <a href=admin.php?op=RemoveStory&sid=$sid>Delete</a> ]";
  209. }
  210. echo "
  211. </td>
  212. </tr>
  213. <tr>
  214. <td bgcolor=ffffff>
  215. <a href=modules.php?name=News&new_topic=$topic><img src=$t_image border=0 Alt=\"$topictext\" align=right hspace=10 vspace=10></a>
  216. $font3 $thetext
  217. </td>
  218. </tr>
  219. </table>
  220. </td>
  221. </tr>
  222. </table><br>
  223. ";
  224.  
  225.     }
  226. }
  227.  
  228. ?>