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.

30 lines
1.1 KiB

{capture name="display"}
<table width="100%" border="1" cellspacing="0" cellpadding="1" class="formCad">
<tr>
<td align="center" colspan="2" ><img src="imgSite/usuarios.gif"><span class="formHed">Cadastro de Ramais</span></td>
</tr>
<tr>
<th>Nome:</th>
<td><input type="text" id="nome" name="nome" size="30" value="{$nome}"></td>
</tr>
<tr>
<th>DDD:</th>
<td><input type="text" id="ddd" name="ddd" size="30" value="{$ddd}" maxlength="2"></td>
</tr>
<tr>
<th>Telefone:</th>
<td><input type="text" id="ramal" name="ramal" size="30" maxlength="9" value="{$ramal}"></td>
</tr>
<tr>
<th>Departamento:</th>
<td><select id="depto" name="depto">{$optionDep}</select></td>
</tr>
<tr>
<th></th>
<td><input type="submit" id="concluir" name="concluir" value="Finalizar"><input type="submit" id="fechar" name="fechar" value="Fechar" onClick="window.close();"></select></td>
</tr>
<tr>
<td colspan="2">{$mes}</td>
</tr>
</table>
{/capture}