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.
 
 
 
 
 
 

45 lines
1.9 KiB

{capture name="display"}
<table width="100%" class="formCad" border="0" cellspacing="0" cellpadding="2">
<tr align="center" valign="middle" >
<td height="50" colspan="2">
<img src="imgSite/agenda.png" width="32" height="32" align="absmiddle">
<span class="formHed">Importa&ccedil;&atilde;o de Agenda</span>
</td>
</tr>
<input type="hidden" name="id_servidor" value="{$id_servidor}">
<tr>
<th align="left">Servidores</th>
<td align="left">
<input name="server_address" type="text" id="server_address" value="{$server_address}" size="60" maxlength="1024" />
</td>
</tr>
<tr>
<th align="left">Porta</th>
<td align="left">
<input name="server_port" type="text" id="server_port" value="{$server_port}" size="15" maxlength="8" />
</td>
</tr>
<tr>
<th align="left">&nbsp;</th>
<td>
<input name="btTestar" type="submit" id="btTestar" value="Testar Conexões">
{if $edita}
<input name="btEditar" type="submit" id="btEditar" value="Editar">
<input name="fechar" type="button" onclick="fecha_popup();" value="Cancelar"/>
{else}
<input name="btGravar" type="submit" id="btGravar" value="Cadastrar">
<input name="fechar" type="button" onclick="fecha_popup();" value="Cancelar"/>
{/if}
</td>
</tr>
</table>
<table width="100%" class="grid" border="0" cellspacing="0" cellpadding="2">
<tr align="center" valign="middle">
<th colspan="4">Servidores Incluídos</th>
</tr>
<tr>
<th>Servidor</th><th>Porta</th><th colspan="3">Ação</th>
</tr>
{$linhas}
</table>
{/capture}