home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / KOMUNIK / progweb / progweb.exe / phpnuke / html / themes / Journey / header.php < prev    next >
PHP Script  |  2000-11-13  |  3KB  |  61 lines

  1. <?php
  2. if (!$config_called) {if (!isset($config)) {if (!isset($config)) { include("config.php"); }}}
  3.  
  4. echo "
  5. <body onload=init() topmargin=0 leftmargin=0 bgcolor=#000000 text=#000000 link=#808000 vlink=#C0C0C0 alink=#800000 background=themes/Journey/experiment3-null.gif>
  6.  
  7. <div align=center><center>
  8.  
  9. <table border=0 width=95% cellspacing=0 cellpadding=0 bgcolor=#FFFFFF>
  10.   <tr>
  11.     <td width=100%><table border=0 width=100% cellspacing=0 cellpadding=0 background=themes/Journey/top.gif>
  12.       <tr>
  13.         <td width=68% valign=bottom background=themes/Journey/top.gif><img src=themes/Journey/corner1.gif WIDTH=23 HEIGHT=121><a href=index.php><img src=themes/Journey/logo.gif WIDTH=301 HEIGHT=121 border=0></a><img src=themes/Journey/experiment3-null.gif width=55 height=56 align=top><a href=heartandsoul.php onMouseOver=turnOn('image1') onMouseOut=turnOff('image1')><img name=image1 src=themes/Journey/button-hs2.gif alt=\"Heart & Soul\" border=0 WIDTH=60 HEIGHT=83></a><a href=index.php onMouseOver=turnOn('image2') onMouseOut=turnOff('image2')><img name=image2 src=themes/Journey/button-nw2.gif alt=Newsworthy border=0 WIDTH=60 HEIGHT=83></a><a href=journeylinks.php onMouseOver=turnOn('image3') onMouseOut=turnOff('image3')><img name=image3 src=themes/Journey/button-dc2.gif alt=Discover border=0 WIDTH=60 HEIGHT=83></a></td>
  14.         <td width=32% valign=top background=themes/Journey/top.gif><p align=right><img src=themes/Journey/corner2.gif WIDTH=23 HEIGHT=121></td>
  15.       </tr>
  16.     </td>
  17.   </tr>
  18. </table>
  19.     
  20.     
  21. <table border=0 width=100% cellspacing=0 cellpadding=0>
  22.   <tr>
  23.     <td width=100%><br>
  24.  
  25. <table border=0 cellpadding=4 cellspacing=0 width=98% align=center>
  26. <tr><td>
  27. </td></tr><tr><td valign=top width=100%>
  28. <table border=0 cellspacing=0 cellpadding=2 width=100%>
  29. <tr><td valign=top width=150>";
  30.  
  31. mainblock();
  32. if (!$user) {
  33.         $title = "Journey Login";
  34.         $boxstuff .= "<form action=user.php method=post>";
  35.         $boxstuff .= "<font size=1><center>".translate("Nickname")."<br>";
  36.         $boxstuff .= "<input type=text name=uname size=12 maxlength=25><br>";
  37.         $boxstuff .= "".translate("Password")."<br>";
  38.         $boxstuff .= "<input type=password name=pass size=12 maxlength=20><br>";
  39.         $boxstuff .= "<input type=hidden name=op value=login>";
  40.         $boxstuff .= "<input type=submit value=".translate("Login")."></form>";
  41.         $boxstuff .= "".translate("Don't have an account yet? You can")."";
  42.         $boxstuff .= " <a href=user.php>".translate("create one")."</a>.";
  43.         $boxstuff .= " ".translate("As registered")."";
  44.         $boxstuff .= " ".translate("user you have some advantages like theme manager,")."";
  45.         $boxstuff .= " ".translate("comments configuration and post comments with your name.")."";
  46.         $boxstuff .= "</center>";
  47.         themesidebox($title, $boxstuff);
  48. }
  49. global $admin;
  50. if ($admin) { 
  51.     adminblock();
  52. }
  53. leftblocks();
  54. if ($Ephemerids==1) {
  55.     ephemblock();
  56. }
  57. headlines();
  58. online();
  59.  
  60. echo "<img src=images/pix.gif border=0 width=150 height=1></td><td width=100% valign=top>";
  61. ?>