Current File : //var/wcp4/success2/public_html/tmp/templates/tar_information.html
<link rel="stylesheet" href="<%html_url%>/<%scheme%>.css">
<body class="bg_main" leftmargin=5 topmargin=0 onload="top.js_cmd_untar('<%status%>','<%work_path%>');top.CheckAll();">
<form name='frm_main' action='<%http_ref%>' method=post onsubmit="top.js_status('Reading <b><%cmp_file%></b> file...')">
<table width="100%" border="0" cellpadding="1" cellspacing="0" >
 <tr width=70%><td colspan=2>
	<a href="<%http_ref%>?fdo=cmd_main_display&cmd_do=cmd_tar&reload=2&work_path=<%work_path%>&<%url_opts%>"><img src='<%html_url%>/icons/back.gif' border=0></a>
	</td></tr>
  <tr>
    <td colspan=2 class="bg_main2">
      <table border="0" cellpadding="3" cellspacing="1" width="100%">
        <tr class="header_format"  bgcolor="#000066"> 
		  <td align=center width=2%><input type=checkbox name=allbox value=1 checked onclick="top.CheckAll()"></td>
		  <td width=2%>&nbsp;</td>
          <td width=50%><font color=white><b>Name</b></td>
          <td width=10%><font color=white><b>Size</b></td>
          <td width=16%><font color=white><b>Date</b></td>
		  <td width=10%><font color=white><b>Owner</b></td>
		  <td width=10%><font color=white><b>Permissions</b></td>
        </tr>        
       <%loop results%> 
        <tr class="bg_main" <%ifnot even%>bgcolor='#E9E9E9'<%endif%>>           
		  <td align=center>
			<input type=checkbox name=c_edit value="<%name%>" checked onclick="top.CheckCheckAll(this)">
	  		<input type="hidden" name="size<%row_num%>" value="<%if nsize%><%nsize%><%endif%>">
		  </td>
		  <td align=center><%font%><%if type eq 5%><img src="<%html_url%>/icons/folder.gif"><%else%><%icon%><%endif%></font></td>
          <td><%font%><%name%>&nbsp;</font></td>
          <td><%font%><%size%>&nbsp;</font></td>
          <td><%font%><%date%>&nbsp;</font></td>
		  <td><%font%><%uid%>&nbsp;</font></td>
		  <td><%font%><%chmod%>&nbsp;</font></td>
        </tr>
        <%endloop%>			
		<tr><td colspan=7><b><%font%>User to extract: <%user%></font></b></td></tr>
      </table>
    </td>
  </tr>
</table>
<input type=hidden name='cmp_file' value='<%cmp_file%>'>
<input type=hidden name='work_path' value='<%work_path%>'>
<input type=hidden name='txt_input' value=''>
<input type=hidden name='total_size' value='<%total_size%>'>
<input type=hidden name="cmd_do" value='cmd_uncompress'>
<input type=hidden name="page" value=''>
<input type=hidden name="status" value="<%if status%><%status%><%endif%>">
<input type=hidden name=do value="fileman">
<!--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">
<!--informations-->
<input type=hidden name="num_objects" value="<%if num_objects%><%num_objects%><%endif%>">
<input type=hidden name="total_space" value="<%if total_space%><%total_space%><%endif%>">
<%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>
<script>

var ie = (document.all)? true:false

function show_msg(space_selected,objects_selected) {
	if (ie) {
		if (typeof(top.bottomfrm.document.all['d_msg']) != 'undefined') {
			top.bottomfrm.document.all['d_msg'].innerHTML = "<font size=1><b>"+space_selected+" of "+top.print_filesize(<%total_space%>)+" in "+objects_selected+" of <%num_objects%> files selected&nbsp;</b></font>";
		}			
	} else {
		if (typeof(top.bottomfrm.document.layers) != 'undefined') {
			top.bottomfrm.document.layers['d_msg'].document.write("<font size=1><b>"+space_selected+"  of "+top.print_filesize(<%total_space%>)+" in "+objects_selected+" of <%num_objects%> files selected&nbsp;</b></font>")
			top.bottomfrm.document.layers['d_msg'].document.close()
		}
	}
}

</script>
</body>
</html>