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.
 
 
 
 
 
 

105 lines
4.5 KiB

{capture name="display"}
<table class="filtro" align="center" border="0" cellpadding="2" cellspacing="0" width="99%">
<tbody>
<tr>
<td>
<input type="hidden" name="conta_senha" value="{$conta_senha}">
</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="2">
<tr>
<td>Tipo</td>
<td>Ramal</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>
<label for="tipo_ramal"></label>
<select name="tipo_ramal" id="tipo_ramal">
{$tipoRamal}
</select>
</td>
<td>
<input name="numero_ramal" id="numero_ramal" type="text" size="20" value="{$numero_ramal}" />
</td>
<td>
<input type="submit" name="btConsulta" id="btConsulta" value="Consultar" style="width: 133px;" />
</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="2" class="grid">
<tr>
<th width="4%" align="center">
<input name="marca_todos" type="checkbox" id="marca_todos" value="1" onclick="CheckAll(this);"/>
</th>
<th width="20%" align="center">Ramal</th>
<th width="20%" align="center">Contexto</th>
<th width="20%" align="center">Dispositivo</th>
<th width="20%" align="right">Saldo</th>
<th width="8%" align="center">Habilitado</th>
<th width="8%" align="center">Lanc.</th>
</tr>
{$linhas}
<tr>
<td colspan="7" align="left">
<table border="0" cellspacing="0" cellpadding="2" class="grid">
<tr>
<th>
Tipo Lan&ccedil;amento
</th>
<th>
Valor
</th>
<th>&nbsp;</th>
</tr>
<tr>
<td>
<select name="operacao_ramal" id="operacao_ramal" onchange="credito_ramal_hab(this.value);">
<option value="0" selected="selected">-------------------------</option>
<option value="1">Habilita/Desabilita</option>
<option value="2">Credito</option>
</select>
</td>
<td>
<input name="credito_ramal" type="text" disabled="disabled" id="credito_ramal" />
</td>
<td>
<input type="submit" name="btLancamento" id="btLancamento" value="Enviar" style="width: 133px;" />
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
{if $erro}
<table>
<tbody>
<tr>
<td>{$erro}</td>
</tr>
</tbody>
</table>
{/if}
{/capture}