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.
 
 
 
 
 
 

60 lines
2.7 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 Pesquisa ACW</span> </td>
</tr>
<tr>
<th width="120" align="left">Nome</th>
<td><input name="pp_nome" type="text" id="pp_nome" value="{$pp_nome}" size="60" maxlength="60" >
</td>
</tr>
<tr>
<th align="left">Sauda&ccedil;&atilde;o</th>
<td><input type="file" name="pp_audio_saudacao" id="pp_audio_saudacao" />
{$audioSauda}</td>
</tr>
<tr>
<th align="left">Encerramento</th>
<td><input type="file" name="pp_audio_encerramento" id="pp_audio_encerramento" />
{$audioEncerra}</td>
</tr>
<tr>
<td align="left">&nbsp;</td>
<td>&nbsp;<input name="pp_status" type="hidden" id="pp_status" value="1" {if $pp_status} checked="checked" {/if}/>
</td>
</tr>
<tr>
<td colspan="2" align="center"><span class="formHed">Quest&otilde;es Inclu&iacute;das</span></td>
</tr>
<tr>
<td colspan="2">
<div style="border:1px dashed #FC0">
<div id="cabRota">
<table width="100%" border="0" cellspacing="0" cellpadding="2" style="">
<tr>
<td colspan="4"><img src="imgSite/collapse.jpg" alt="" name="animate" width="13" height="13" align="absmiddle" class="animate" id="animate"/><span id="labelRotas" class="formHed" style="font-size:12px"> Ocultar Quest&otilde;es</span></td>
</tr>
</table>
</div>
<div class="box">
<div class="scrollableContainer">
<div class="scrollingArea">
{$questoes}
</div>
</div>
</div>
</div>
</td>
</tr>
<tr>
<td colspan="2" align="center"><input name="pp_id" type="hidden" id="pp_id" value="{$pp_id}">
<input name="pp_data" type="hidden" id="pp_data" value="{$pp_data}">
<input name="btGravar" type="submit" id="btGravar" value="{$acaoUser}" {if $pp_id}disabled="disabled"{/if}>
<input name="btClose" type="submit" id="btClose" value="Fechar" onClick="window.close();"></td>
</tr>
<tr>
<td height="20" colspan="2" align="center">{if $msg}{$msg}{/if}</td>
</tr>
</table>
{/capture}