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.
 
 
 
 
 
 

60 lines
2.4 KiB

{capture name="display"}
<table class="filtro" border="0" cellpadding="2" cellspacing="0" width="100%">
<tbody>
<tr>
<td> <input type="hidden" name="contr_id" value="{$contr_id}">
<input name="contr_descricao" type="hidden" id="contr_descricao" value="{$contr_descricao}" />
<table class="grid" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<th align="center" style="font-size:x-large;">Tarifa Zero</th>
</tr>
<tr>
<th align="center">Contrato: {$contr_id}-{$contr_descricao}</th>
</tr>
</table>
</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td>
<table class="grid" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr style="border:0;" align="center">
<th width="45%">N&uacute;mero Telefone</th><td rowspan="2" align="center" valign="middle"><input type="submit" name="btIncNumero" value=">" id="btIncNumero"><br/><br/><input type="submit" name="btRmNumero" value="<" id="btRmNumero"></td>
<th>N&uacute;meros Inclu&iacute;dos</th></tr>
<tr>
<td width="45%" valign="top">
<input name="numero_fone" type="text" id="numero_fone" size="40" />
</td>
<td>
<span style="font-size:x-large;">
<select name="numero_inc[]" size="12" id="select" multiple="multiple" style="width:260px">
{$listaNumerosInc}
</select>
</span>
</td>
</tr>
<tr>
<td><input name="btClose" type="submit" id="btClose" value="Fechar" onClick="window.close();"></td><td>&nbsp;</td><td>&nbsp;</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
{if $erro}
<table>
<tbody>
<tr>
<td>{$erro}</td>
</tr>
</tbody>
</table>
{/if}
{/capture}