Файл: EasyHost v2.0/system/htdocs/admin/menu.html
Строк: 46
<?php
<html>
<head>
<base target="main" />
<link rel="stylesheet" type="text/css" href="<{system.htdocs}>styles/<{system.color}>/default.css" />
<title>MENU</title>
</head>
<body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0" rightmargin="0" bottomargin="0" bgcolor="<{system.color('border')}>" background="<{system.htdocs}>images/menubg.gif">
<table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">
<tr>
<td height="1" bgcolor="<{system.color('border')}>"><img src="<{system.htdocs}>images/blank.gif" width="1" height="1" /></td>
</tr>
<tr>
<td height="96%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="10"> </td>
<td width="24"><a href="<{system.url('main')}>"><img src="<{system.htdocs}>images/icons/files.gif" alt="Manage your files and directories" border="0" id="files" width="20" height="20" /></a></td>
<td><a href="<{system.url('main')}>"><font color="#000000"><b>Control Panel</b></font></a></td>
<td width="20"> </td>
<td width="24"><a href="<{system.url('logout')}>"><img src="<{system.htdocs}>images/icons/logout.gif" alt="Exit the manager and return to the login screen" border="0" id="logout" width="20" height="20" /></a></td>
<td><a href="<{system.url('logout')}>" target="_top"><font color="#000000"><b>Logout</b></font></a></td>
</tr>
</table>
</td>
<td align="right" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>You are logged in as <b>admin</b></td>
<td width="10"> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="1" bgcolor="<{system.color('border')}>"><img src="<{system.htdocs}>images/blank.gif" width="1" height="1" /></td>
</tr>
</table>
</body>
</html>
?>