Файл: EasyHost v2.0/system/htdocs/manager/files/file/delete.html
Строк: 49
<?php
<html>
<head>
<link rel="stylesheet" type="text/css" href="<{system.htdocs}>styles/<{system.service.config('color')}>/default.css" />
</head>
<body marginwidth="10" marginheight="10" topmargin="10" leftmargin="10" rightmargin="10" bottomargin="10" bgcolor="<{system.color('body_bg')}>">
<form method="post">
<input type="hidden" name="command" value="manager/files/file/delete" />
<%files%>
<input type="hidden" name="file" value="<{file.name}>" />
<%end%>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td bgcolor="<{system.color('border')}>">
<table border="0" cellspacing="1" cellpadding="0" width="100%">
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%" height="25" bgcolor="<{system.color('link')}>" background="<{system.htdocs}>styles/<{system.color}>/titlebg.gif">
<tr>
<td><font color="#ffffff"><b> Delete File(s)</b></font></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="20" width="100%" bgcolor="<{system.color('content_bg')}>">
<tr>
<td>Are you sure you would like to delete the <b><{files.count}></b> selected file<%if:"{files.count} != 1"%>s<%end%>?</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="3" width="100%" bgcolor="<{system.color('highlight_bg')}>">
<tr>
<td<%if:"{system.env('HTTP_USER_AGENT')} !~ /mozilla/4/i || {system.env('HTTP_USER_AGENT')} =~ /compatible/i"%> class="buttons"<%end%>>
<input type="submit" value="Finish" />
<input type="button" value="Cancel" onclick="history.go(-1)" />
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>
?>