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.
 
 
 
 
 
 

58 lines
2.1 KiB

{capture name="display"}
<script src="scriptApl/utils.js"></script>
<table align="center" width="100%" border="0" cellspacing="0" cellpadding="2" class="formCad">
<tr align="center" valign="middle">
<td height="50" colspan="2" class="formHed">
<img src="imgSite/atualiza-now.png" width="32" align="absmiddle"><span class="formHed"> Gerenciamento de Centrais</span>
</td>
</tr>
<tr>
<th width="120" align="left">ID</th>
<td>{$id}<input name="id" type="text" id="id" value="{$id}" size="10" maxlength="60" hidden></td></td>
</tr>
<tr>
<th width="120" align="left">Central</th>
<td><input name="central" type="text" value="{$central}" size="20" maxlength="60" disabled></td>
</tr>
<tr>
<th align="left">IP/VPN</th>
<td><input type="text" name="dominio" value="{$dominio}"></td>
</tr>
<tr>
<th align="left">Status</th>
<td>
<select name="sts">
{$status}
</select>
</td>
</tr>
<tr>
<th align="left">Atualização</th>
<td><input name="atualiza" id="atualiza" type="text" maxlength="10" onkeyup="formataData(this);" value="{$dataAtualiza}"/></td>
</tr>
<tr>
<td></td>
<td>
<input name="btExecutar" type="submit" id="formAcaoDesc" value="Salvar">
<input name="btClose" type="submit" id="btClose" value="Fechar" onClick="window.close();">
</td>
</tr>
{if $mensagem}
<tr>
<td></td>
<td>
<span style="color: #0000CC;font-size: 14px"><b>{$mensagem}</b></span>
</td>
</tr>
{/if}
</table>
{literal}
<script>
$('#formAcaoDesc').on('click', function () {
//opener.location.reload();
});
</script>
{/literal}
{/capture}