Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
private
/
templates
:
progress_bar.html
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<%if confirm%> <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" class="header_format"> <td height=20 width=60%><Font color=white><b> Copy confirm </b></font></td> <td height=20 width=40% align=right><a href="<%http_ref%>?fdo=cmd_main_display&cmd_do=cmd_copy&work_path=<%work_path%>&<%url_opts%>"><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>Overwrite: </font><b><%to%></b></td></tr> <tr> <td ><%font%><BR>with: <b><%from%></b></font></td></tr> <tr><td align=center><BR> <input type=submit name=over value='Overwrite' class='submit'> <input type=submit name=all value='Overwrite 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 results%> <input type=hidden name=c_edit value="<%name%>"> <%endloop%> <input type=hidden name=total_size value="<%total_size%>"> <input type=hidden name=balance value="<%balance%>"> <input type=hidden name=txt_input value="<%txt_input%>"> <input type=hidden name=file_cur value="<%file_cur%>"> <input type=hidden name=work_path value="<%work_path%>"> <input type=hidden name=action value="<%action%>"> <input type=hidden name=copied value="<%copied%>"> <input type=hidden name=cmd_do value="cmd_copy_process"> <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> <%else%> <script> top.js_progress_bar("<%if bar_name%><%bar_name%><%endif%>","<%if msg%><%msg%><%endif%>"); </script> <%endif%>