From: <ma...@pr...> - 2004-08-01 11:30:53
|
Update of /cvsroot/meshdb/www/ipdb/Templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11180/Templates Added Files: default.dwt.php Log Message: first vaguely operating ipdb prototype (browses structure only) --- NEW FILE: default.dwt.php --- <html> <head> <!-- TemplateBeginEditable name="doctitle" --> <title>Untitled Document</title> <!-- TemplateEndEditable --> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link rel="SHORTCUT ICON" href="../img/mesh-favico.ico"> <!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable --> </head> <body> <table width="100%" border="1" bordercolor="#FFFFFF" bgcolor="#FFFFFF"> <tr> <td width="203" bgcolor="#FFFFFF"> <div align="center"><img src="../img/mesh-small.gif" width="137" height="86"></div></td> <!-- TemplateBeginEditable name="banner" --> <td width="479" bordercolor="#FFFFFF" bgcolor="#FFFFFF"> </td> <!-- TemplateEndEditable --> </tr> <tr> <td width="203" valign="top" nowrap bordercolor="#0099FF" bgcolor="#0099FF"> <div align="center"><font color="#FFFFFF" size="-1" face="Arial, Helvetica, sans-serif">Client IP: <?php echo $HTTP_SERVER_VARS['REMOTE_ADDR']; ?></font></div></td> <td valign="top" nowrap bordercolor="#0099FF" bgcolor="#0099FF"><div align="right"><font color="#FFFFFF" size="-1" face="Arial, Helvetica, sans-serif">Logged in as <strong> <a href="../login.php"> <?php if ($HTTP_SESSION_VARS['username']) { echo $HTTP_SESSION_VARS['username']; } else { echo "public"; } ?> </a> </strong> </font></div></td> </tr> <tr> <td width="203" valign="top" bgcolor="#FFFFFF"> <div align="center"> <table width="80%" border="0" cellpadding="2" cellspacing="2" bordercolor="#FFFFFF" bgcolor="#FFFFFF"> <tr> <td nowrap bordercolor="#FFFFFF" bgcolor="#0099FF"> <div align="center"><font color="#FFFFFF" face="Arial, Helvetica, sans-serif"><a href="../index.php">Home</a></font></div></td> </tr> <tr> <td nowrap bordercolor="#FFFFFF" bgcolor="#0099FF"> <div align="center"><font color="#FFFFFF" face="Arial, Helvetica, sans-serif"><a href="../zones.php">Browse</a></font></div></td> </tr> <tr> <td nowrap bordercolor="#FFFFFF" bgcolor="#0099FF"> <div align="center"><font color="#FFFFFF" face="Arial, Helvetica, sans-serif">Administration</font></div></td> </tr> <tr> <td nowrap bordercolor="#FFFFFF" bgcolor="#0099FF"> <div align="center"><font color="#FFFFFF" face="Arial, Helvetica, sans-serif">Logout</font></div></td> </tr> </table> </div></td> <!-- TemplateBeginEditable name="body" --> <td valign="top" bordercolor="#FFFFFF" bgcolor="#FFFFFF"> </td> <!-- TemplateEndEditable --> </tr> </table> </body> </html> |