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.

44 lines
1.9 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="file:///C|/wamp/www/simplesip/templates/seguranca/imgSite/usuarios.gif" width="32" height="32" align="absmiddle"> <span class="formHed">Cadastro de Questões</span> da Pesquisa</td>
</tr>
<tr>
<th width="120" align="left">Nome</th>
<td>{$pp_nome}</td>
</tr>
<tr>
<td colspan="2" align="center">Items da Pesquisa</td>
</tr>
<tr>
<td colspan="2"><table border="0" cellspacing="0" cellpadding="4">
<tr>
<td colspan="2">$qst_id
<input name="$qst_id[]" type="hidden" id="$qst_id[]" value="{$pp_id}"></td>
<td><input name="qst_descricao[]" type="text" id="qst_descricao[]" value="{$qst_descricao}" size="80" maxlength="120"></td>
<td>x</td>
<td>x</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
<td><input name="opc_id[]" type="hidden" id="opc_id[]" value="{$pp_id}">
$opc_id</td>
<td><input name="opc_descricao[]" type="text" id="opc_descricao[]" value="{$opc_descricao}" size="50" maxlength="60"></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table></td>
</tr>
<tr>
<td><input name="pp_id" type="hidden" id="pp_id" value="{$pp_id}"></td>
<td><input name="btGravar" type="submit" id="btGravar" value="{$acaoUser}">
<input name="btClose" type="submit" id="btClose" value="Fechar" onClick="window.close();"></td>
</tr>
<tr>
<td>&nbsp;</td>
<td height="20"><br /></td>
</tr>
</table>
{/capture}