Файл: EasyHost v2.0/system/htdocs/admin/users/default.html
Строк: 50
<?php
<html>
<head>
<link rel="stylesheet" type="text/css" href="<{system.htdocs}>styles/<{system.color}>/default.css" />
<title>MAIN</title>
</head>
<body marginwidth="10" marginheight="10" topmargin="10" leftmargin="10" rightmargin="10" bottommargin="10" bgcolor="<{system.color('body_bg')}>" style="background: #ffffff url('<{system.htdocs}>images/bg.jpg') no-repeat">
<table border="0" cellspacing="10" cellpadding="0">
<tr valign="top">
<td width="75"> </td>
<td>
<div><a href="<{system.url('create')}>"><b>Create an Account</b></a></div>
<div>Insert a new user in to the database</div>
</td>
</tr>
<tr valign="top">
<td width="75"> </td>
<td>
<div><a href="<{system.url('search')}>"><b>Search the Accounts</b></a></div>
<div>Display or perform actions on users</div>
</td>
</tr>
<tr valign="top">
<td width="75"> </td>
<td><a href="<{system.url('notices')}>"><b>Notices & Logging</b></a><br>Enable notices and display past history of accounts.</td>
</tr>
<tr valign="top">
<td width="75"> </td>
<td><b>Enter in the account you want to manage...</b></td>
</tr>
<tr valign="top">
<td width="75"> </td>
<td>
<form method="get">
<input type="hidden" name="command" value="admin/users/user" />
<input type="text" name="username" size="20" />
<input type="submit" value="Go" />
</form>
</td>
</tr>
</table>
</body>
</html>
?>