PABX da Simples IP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

47 lines
2.2 KiB

<html>
<head>
<title>{$tituloPage}</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
#prodAgente{ width: 180mm; height: 252mm; top:15mm; left:20mm; font:Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
.relHead { height: 20mm; border: 1px solid #000; font-size:3mm;}
.titSefaz { font:Arial, Helvetica, sans-serif; font-size:4mm; font-weight:bold;}
.headTitle { height: 5mm; font:Arial, Helvetica, sans-serif; font-size: 4mm; font-weight:bold;}
.headColun { height: 4mm; font:Arial, Helvetica, sans-serif; font-size:3mm; font-weight:bold; border-top: 1px solid #000; border-bottom: 1px solid #000;}
.headData { /*border: 1px solid #CCCCCC;*/ font-size:3mm; height: 3mm;}
.legenda { height: 15mm; font:Arial, Helvetica, sans-serif; font-size:9px; border: 1px solid #000000;}
-->
</style>
</head>
<body onLoad="javaScript:print();">
<table id="prodAgente" border="0" cellspacing="0" cellpadding="3">
<tr>
<td colspan="9" style="height:20mm" align="center" valign="top">
<table width="100%" class="relHead" border="0" cellspacing="0" cellpadding="3">
<tr>
<td width="100" rowspan="4" align="center" valign="middle"><img src="{$logoRel}" width="90" height="84"></td>
<td rowspan="2"><span class="titSefaz">{$REL_HEAD_NIVEL1}</span> </td>
<td>&nbsp; </td>
</tr>
<tr>
<td nowrap><span class="titSefaz">{$tituloRelatorio}</span></td>
</tr>
</table>
</td>
</tr>
<tr >
<td colspan="9" valign="top">
{$filtros}
</td>
<tr>
<tr >
<td colspan="9" valign="top">
{$conteudoRelatorio}
</td>
</table>
</body>
</html>