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.
 
 
 
 
 
 

50 lines
1.9 KiB

{capture name="display"}
<input name="{$nomeRegId}" type="hidden" id="{$nomeRegId}" value="{$regId}" />
<table width="100%" class="formCad" border="0" cellspacing="0" cellpadding="2">
<tr align="center" valign="middle" >
<td height="50" colspan="2">
<img src="imgSite/usuarios.gif" width="32" height="32" align="absmiddle"><span class="formHed"> Backup Manual</span></td>
</tr>
<tr>
<th width="180" align="left" nowrap>Tipo</th>
<td>
<select name="tp_id" id="tp_id" onchange="submit()">
{$lita_tipos}
</select>
</td>
</tr>
{if $tp_id == 1}
<tr>
<th align="left">Data Backup</th>
<td>
<label for="dataBakup"></label>
<input name="dataBakup" type="text" id="dataBakup" title="dd/mm/aaaa" onkeyup="formataData(this)" value="{$dataBakup}" size="15" maxlength="10"/>
</td>
</tr>
<tr>
<th align="left">Download</th>
<td>
<input type="radio" name="download_diferencial" id="radio" value="0" title="Descarrega todos os arquivos da data informada!" {if !$download_diferencial}checked="checked"{/if}/>
<label for="download_diferencial"></label>
Total
<input type="radio" name="download_diferencial" id="radio2" value="1" title="Descarrega apenas os arquivos gerados a partir do ultimo backup!" {if $download_diferencial}checked="checked"{/if}/>
Diferencial
</td>
</tr>
{/if}
<tr>
<th align="left">&nbsp;</th>
<td><input name="btConsulta" type="submit" id="btConsulta" value="Gerar"> </td>
</tr>
<tr>
<th align="left">&nbsp;</th>
<th>&nbsp;</th>
</tr>
</table>
<table align="left" class="{if $erro}displayErros{else}displayMsg{/if}">
<tr>
<td>{$msg}</td>
</tr>
</table>
{/capture}