File "view_image.html"
Full Path: /home/analogde/www/private/templates/view_image.html
File size: 902 bytes
MIME-type: text/html
Charset: utf-8
<script>
function load() {
top.loadStatus("<%status%>");
}
</script>
<body topmargin=5 leftmargin=5 onload="load()">
<table width=100%>
<tr><td>
<a href="<%http_ref%>?fdo=cmd_main_display&work_path=<%work_path%>&<%url_opts%>"><img src="<%html_url%>/icons/back.gif" border=0></a>
</td></tr>
<tr><td align=center><img src="<%http_ref%>?cmd_do=cmd_print_img&filename=<%filename%>&work_path=<%work_path%>&<%url_opts%>"></td></tr></table>
<form name=frm_main action='<%http_ref%>' method=post>
<input type=hidden name='work_path' value='<%work_path%>'>
<input type=hidden name='cmd_do' value=''>
<input type=hidden name='txt_input' value=''>
<input type=hidden name="status" value="<%if status%><%escape_html status%><%endif%>">
<input type=hidden name="main_screen">
<input type=hidden name="view_file" value="1">
<input type=hidden name="c_edit" value="<%filename%>">
</form>
</BODY>
</HTML>