File "image_print.html"

Full Path: /home/analogde/www/private/templates/image_print.html
File size: 604 bytes
MIME-type: text/html
Charset: utf-8

<body topmargin=5 leftmargin=5>
<table width=100%>
	<%if next_url%>
	<tr>
		<td><a href="<%next_url%>"><%font%>Print Next</font></a></td>
	</tr>
	<%endif%>
	<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%><%status%><%endif%>">
</form>
</BODY>
</HTML>