Current File : //var/wcp4/wongwais/public_html/tmp/templates/tar_confirm.html
<link rel="stylesheet" href="<%html_url%>/<%scheme%>.css">
<form name='frm_main' action='<%http_ref%>' method=post>
<table width=100% height=80%>
<tr><td valign=middle>
<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">
        <tr bgcolor="#000066"> 
          <td class="header_format" height=20>&nbsp;Tar confirm&nbsp;</td>
		  <td class="header_format" height=20 width=20><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="95%" align=center>
		<tr>
			<td align=center><%font%><BR><b><%file%></b> file already exists, do you want to overwrite it?</font></td></tr>
		<tr><td align=center><BR>
			<input type=submit name=over value=' Yes '  class='submit'>
			<input type=submit name=cancel value='Cancel' class='submit'><BR><BR>
		</td></tr>
	  </table>
	</td></tr>
</table>
</td></tr></table>
<%loop results%>
	<input type=hidden name=c_edit value="<%name%>">
<%endloop%>
<input type=hidden name=to value="<%to%>">
<input type=hidden name=work_path value="<%work_path%>">
<input type=hidden name="status" value="<%if status%><%status%><%endif%>">
<input type=hidden name='txt_input' value='<%txt_input%>'>
<input type=hidden name='opt_gz' value='<%opt_gz%>'>
<input type=hidden name=cmd_do value="cmd_tar">
<input type=hidden name=confirm value="1">
<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>