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.
 
 
 
 
 
 

72 lines
3.4 KiB

{capture name="display"}
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td>
<table class="filtro" border="0" cellspacing="0" cellpadding="1">
<tr>
<td>Dispositivo</td>
<td>Data Inicial </td>
<td>Data Final </td>
<td>Empresa</td>
<td>Depto</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>
{$sites}
</td>
<td>
<input name="dataIni" id="dataIni" type="text" size="15" maxlength="10" value="{$dtIni}" title="dd/mm/aaaa">
</td>
<td>
<input name="dataFim" id="dataFim" type="text" size="15" maxlength="10" value="{$dtFim}" title="dd/mm/aaaa">
</td>
<td>{$empresas}</td>
<td>
<span id="deptos">{$deptos}</span>
</td>
<td>
<input type="submit" name="btConsulta" id="btConsulta" value="Consultar" style="width: 80px;">
</td>
<td align="center" valign="middle">
<a href="javaScript:PbxTotalizadorMD()">
<input type="button" name="btDetalhado" id="btDetalhado" value="Detalhado" style="width: 80px;" onclick="PbxTotalizadorMD();"/>
</a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table cellpadding="2" width="800" class="grid" border="1">
<thead>
<tr>
<th align="left" class="th headColun" data-bgcolor="#ddd" data-color="#000">Departamento {$nome_depto}</th>
<th align="right" class="th headColun" data-bgcolor="#ddd" data-color="#000">Quantidade {$quantidade}</th>
<th align="right" class="th headColun" data-bgcolor="#ddd" data-color="#000">Dura<EFBFBD><EFBFBD>o {$duracao}</th>
<th align="right" class="th headColun" data-bgcolor="#ddd" data-color="#000">M<EFBFBD>dia</th>
<th align="right" class="th headColun" data-bgcolor="#ddd" data-color="#000">&nbsp;</th>
<th align="right" class="th headColun" data-bgcolor="#ddd" data-color="#000">&nbsp;</th>
</tr>
{if $message}
<tr>
<td colspan="4">
{$message}
</td>
</tr>
{/if}
</thead>
<tbody>{$linhas}</tbody>
<tbody>{$linhaTotal}</tbody>
</table>
</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>
{/capture}