| Current File : //var/wcp4/inpoint1/public_html/tmp/templates/confirm_delete.html |
<link rel="stylesheet" href="<%html_url%>/<%scheme%>.css">
<body class="bg_main">
<form name='frm_main' action='<%http_ref%>' method=post>
<table width=100% height=100%>
<tr><td>
<table width="500" border="1" cellspacing="0" cellpadding="0" align="center" class="bg_window">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#000066">
<tr bgcolor="#000066">
<td class="header_format" height=20 width=60%><Font color=white><b> Confirm </b></font></td>
<td class="header_format" height=20 width=40% align=right>
<a href="javascript:window.history.back()"><img src="<%html_url%>/icons/close.gif" border=0></a>
</td>
</tr>
</table>
<table border="0" cellpadding="1" cellspacing="1" width="90%" align=center>
<tr>
<td><%font%><BR>Do you want to remove all child files and directories in this directories? </font></td></tr>
<tr>
<td><%font%><BR><b><%file_cur%></b></font></td></tr>
<tr><td align=center><BR>
<input type=submit name=over value='Remove' class='submit'>
<input type=submit name=all value='Remove All' class='submit'>
<input type=submit name=skip value=' Skip ' class='submit'>
<input type=submit name=cancel value='Cancel' class='submit'><BR><BR>
</td></tr>
</table>
</td></tr>
</table>
</td></tr></table>
<%loop list_files%>
<input type=hidden name=c_edit value="<%name%>">
<%endloop%>
<input type=hidden name=txt_input value="<%input%>">
<input type=hidden name=file_cur value="<%file_cur%>">
<input type=hidden name=work_path value="<%work_path%>">
<input type=hidden name=cmd_do value="cmd_del_confirm">
<input type=hidden name=do value="fileman">
<input type=hidden name=page value="">
<!--Search options-->
<input type=hidden name="c_regex">
<input type=hidden name="c_case">
<input type=hidden name="c_word">
<input type=hidden name="c_content">
<input type=hidden name="c_bak">
<input type=hidden name="scope">
<input type=hidden name="txt_with">
<%ifnot user_sessions%>
<!--multi users-->
<input type=hidden name="session_id" value="<%session_id%>">
<%endif%>
<%if root_selected%>
<input type=hidden name='root_selected' value="<%root_selected%>">
<%endif%>
</form>
</body>