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.

68 lines
3.4 KiB

{capture name="display"}
<table width="100%" border="0" class="grid" cellpadding="1" cellspacing="0" style="border-top:0;font-size:12px;" >
<tr>
<td align="center"><span style="font-face:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold;"><img src="imgSite/anotacoes.png" alt="Bloco de Anota&ccedil;&otilde;es" align="absmiddle" width="32" height="32" border="0" title="Bloco de Anota&ccedil;&otilde;es"> Bloco de Anota<EFBFBD><EFBFBD>es</span></td>
</tr>
<tr>
<td valign="top" >
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
{if $isSuper}
<th align="center" valign="top" >Agente</th>
{/if}
<th align="center" valign="top" >Data Inicial</th>
<th align="center" valign="top" >Data Final</th>
<th colspan="3" align="left" valign="top" >{if $isFone}Fone{else}{$prm_label_protoco_pesquisa}{/if}</th>
</tr>
<tr>
{if $isSuper}
<td align="left" valign="top" ><select name="listaAgente" id="listaAgente" style="width: 150px;">{$listaAgente}</select></td>
{/if}
<td><input name="dataIni" id="dataIni" type="text" size="10" maxlength="10" value="{$dataIni}" onkeyup="formataData(this)" title="dd/mm/aaaa"></td>
<td><input name="dataFim" id="dataFim" type="text" size="10" maxlength="10" value="{$dataFim}" onkeyup="formataData(this)" title="dd/mm/aaaa"></td>
<td colspan="3" valign="middle" nowrap>
<input name="AnotaFone" size="20" type="text" id="AnotaFone" value="{$AnotaFone}">
<input name="btPesquisa" type="submit" id="btPesquisa" value="Pesquisar" title="Para pesquisar deixe o texto em branco!" />
<input name="btAnota" type="submit" id="btAnota" value="Gravar" title="Para pesquisar deixe o texto em branco!">
</td>
</tr>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top"align="center"><font face="Arial, Helvetica, sans-serif" color="{$corErro}" size="3"><strong>{$msg}</strong></font></td>
</tr>
<tr>
<th align="left" valign="top" >{$prm_label_protoco_texto}</th>
</tr>
<tr>
<td valign="top" >
<textarea name="AnotaTexto" cols="59" rows="8" style="width: 100%" id="AnotaTexto">{$AnotaTexto}</textarea>
<span class="style1"> </span></td>
</tr>
<tr>
<th align="left" valign="top" >Registros</th>
</tr>
<tr>
<td valign="top" >
<div style="width:99%; height: 320px; overflow:scroll; padding: 3px;">
<table width="100%" class="grid" border="0" cellspacing="0" cellpadding="2">
<tr align="left">
<th width="100">Data</th>
{if $isSuper}<th width="100">Agente</th>{/if}
<th width="100">{if $isFone}Fone{else}{$prm_label_protoco_grid}{/if}</th>
<th>Texto</th>
<th>&nbsp;</th>
</tr>
{$linhas}
</table>
</div> </td>
</tr>
</table>
{/capture}