Файл: EasyHost v2.0/system/htdocs/admin/emails/default.html
Строк: 42
<?php
<html>
<head>
<link rel="stylesheet" type="text/css" href="<{system.htdocs}>styles/<{system.service.config('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><a href="<{system.url('create')}>"><b>Create a Template</b></a><br />Save a new template for various notices.</td>
</tr>
<tr valign="top">
<td width="75"> </td>
<td><a href="<{system.url('notices')}>"><b>Configure the Notices</b></a><br />Assign templates to user notices.</td>
</tr>
<tr>
<td width="75"> </td>
<td><b>Select a template to manage...</b></td>
</tr>
<tr>
<td width="75"> </td>
<td>
<form method="get" name="form">
<input type="hidden" name="command" value="admin/emails/email" />
<select name="id" onchange="form.submit()">
<option value="0"> - Select One - </option>
<%emails%>
<option value="<{email.id}>"><{email.name}></option>
<%end%>
</select>
</form>
</td>
</tr>
</table>
</body>
</html>
?>