git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.FastReport@24 475b051d-3a53-6940-addd-820bf0cfe0d7
68 lines
2.7 KiB
HTML
68 lines
2.7 KiB
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta name=Generator content="FastReport 4.0 http://www.fast-report.com">
|
|
<title>Print dialog</title>
|
|
</head>
|
|
<body>
|
|
<table height="100%" border="0" cellspacing="0" cellpadding="0" align="center">
|
|
<tr height="100%">
|
|
<td width="100%" align="center" valign="middle">
|
|
<form method="post" action="index.html">
|
|
<input type="hidden" name="cacheid" value="<!--#echo var="SESSION"-->">
|
|
<input type="hidden" name="report" value="<!--#echo var="REPORT"-->">
|
|
<input type="hidden" name="prn" value="2">
|
|
<table style="font-family: Arial; font-size: 12px; border: solid 1px #000000" border="0" width="600px" cellspacing="0" cellpadding="0" bgcolor="EEEEEE" align="center">
|
|
<tr height="20">
|
|
<td style="font-weight: bold; color: #FFFFFF; background-color: #000080;" align="center" valign="middle" colspan="3">
|
|
Print
|
|
</td>
|
|
</tr>
|
|
<tr height="10">
|
|
<td style="font-size:1px">
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td size="20px">
|
|
|
|
</td>
|
|
<td>
|
|
<p>Printer name <select size="1" width="20" name="printer">
|
|
<!--#echo var="PRINTERS"-->
|
|
</select></p>
|
|
<p>Pages (enter page numbers and/or page ranges, example: 1,3,5-7)
|
|
<input type="text" name="pages" value="" size="25"></p>
|
|
<p>Number of copies <input type="text" size="6" name="copies" value="1"></p>
|
|
<p>Collate pages <input type="checkbox" name="collate" value="1" checked></p>
|
|
<p>Reverse order <input type="checkbox" name="reverse" value="1"></p>
|
|
</td>
|
|
<td size="20px">
|
|
|
|
</td>
|
|
</tr>
|
|
<tr height="10">
|
|
<td style="font-size:1px">
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center" colspan="3">
|
|
<hr>
|
|
<input type="submit" value="Print">
|
|
<input type="button" onclick='javascript: window.location="index.html";' value="Cancel">
|
|
</td>
|
|
</tr>
|
|
<tr height="10">
|
|
<td style="font-size:1px">
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|