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.
 
 
 
 
 
 

35 lines
1.3 KiB

{capture name="subDisplay"}
<table width="100%" class="formCad" border="0" cellspacing="0" cellpadding="2">
<tr>
<th align="left" >Servidor</th>
<td>
<input name="prm_sk_host" type="text" id="prm_sk_host" value="{$prm_sk_host}" size="50" maxlength="50">
</td>
</tr>
<tr>
<th align="left">Porta</th>
<td>
<input name="prm_sk_port" type="text" id="prm_sk_port" value="{$prm_sk_port}" maxlength="30">
</td>
</tr>
<tr>
<th align="left">Usu&aacute;rio</th>
<td>
<input name="prm_sk_login" type="text" id="prm_sk_login" value="{$prm_sk_login}" maxlength="32">
</td>
</tr>
<tr>
<th align="left">Senha</th>
<td>
<input name="prm_sk_password" type="password" id="prm_sk_password" value="{$prm_sk_password}" maxlength="128">
</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>
<input name="btGravar" type="submit" id="btGravar" value="Gravar">
<input name="btTestar" type="submit" id="btTestar" value="Testar">
</td>
</tr>
</table>
{/capture}