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.
 
 
 
 
 
 

51 lines
2.6 KiB

{capture name="display"}
<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/usuarios.gif" width="32" height="32" align="absmiddle"> <span class="formHed">Cadastro de Indisponibilidade</span> </td>
</tr>
<tr>
<th align="left">Dac</th>
<td>{$listaDac}</td>
</tr>
<tr>
<th align="left">Data</th>
<td><input name="ind_data" type="text" id="dataIni4" value="{$ind_data}" size="15" maxlength="10" onKeyPress="formataData(this);"></td>
</tr>
<tr>
<th align="left">Descri&ccedil;&atilde;o</th>
<td><input name="ind_descricao" type="text" id="ind_descricao" value="{$ind_descricao}" size="50" maxlength="80"></td>
</tr>
<tr>
<th align="left">In&iacute;cio</th>
<td><input name="ind_inicio" type="text" id="dataIni22" value="{$ind_inicio}" size="15" maxlength="5" onKeyPress="formataHora(this, event);"></td>
</tr>
<tr>
<th align="left">Fim </th>
<td><input name="ind_fim" type="text" id="dataIni32" value="{$ind_fim}" size="15" maxlength="5" onKeyPress="formataHora(this, event);"> </td>
</tr>
<tr>
<th align="left">Arquivos Existentes </th>
<td>{$arqIndisponivel}<a href="javaScript:GetSomIndisponibilidade();"><img src="imgSite/sound22.png" alt="Arquivo de Som!" width="22" height="22" border="0" align="absmiddle" /></a></td>
</tr>
<tr>
<th width="120" align="left">Arquivo</th>
<td><input name="ind_file" id="ind_file" type="file" size="45"></td>
</tr>
<tr>
<td>&nbsp;</td>
<td><input name="ind_feriado" type="checkbox" id="ind_feriado" value="1">
Feriado</td>
</tr>
<tr>
<td><input name="formAction" type="hidden" id="formAction" value="{$formAction}"> </td>
<td><input name="formAcaoDesc" type="submit" id="formAcaoDesc" value="{$formAcaoDesc}"> </td>
</tr>
<tr align="center">
<td style="height:40px;" colspan="2"><span id="msgErro" style="height:60px; width:100%; font-size:11px; font-weight:bold; color: {if $msgErro}#FF0000;{else}#0000FF{/if}">{if $msgErro}{$msgErro}{else}{if $msg}{$msg}{else}&nbsp;{/if}{/if}</span></td>
</tr>
</table>
{/capture}