PageRenderTime 57ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/web/OrganicPM/templates/default/templates_c/%%23^238^238F38D3%%index.tpl.php

http://praticarh.googlecode.com/
PHP | 1126 lines | 1032 code | 94 blank | 0 comment | 70 complexity | f4d1232e945f28e8538bca857d8e6cc9 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1
  1. <?php /* Smarty version 2.6.26, created on 2010-06-05 15:49:33
  2. compiled from forms%5Ccadastro_candidato%5Cindex.tpl */ ?>
  3. <div id="tabs">
  4. <ul>
  5. <li><a href="#tabs-1">Dados Pessoais</a></li>
  6. <li><a href="#tabs-2">Endere?o</a></li>
  7. <li><a href="#tabs-3">Forma??o Acad?mica</a></li>
  8. <li><a href="#tabs-4">Experi?ncia Profissional</a></li>
  9. <li><a href="#tabs-5">Forma??o Adicional</a></li>
  10. <li><a href="#tabs-6">Conhecimentos</a></li>
  11. <li><a href="#tabs-7">Idiomas</a></li>
  12. <li><a href="#tabs-8">Refer?ncias</a></li>
  13. <li><a href="#tabs-9">Acesso</a></li>
  14. </ul>
  15. <!-- Begin Formul?rio Candidato -->
  16. <form id="form" class="appnitro" action="gravarCurriculo.php" method="post">
  17. <!-- Begin Dados Pessoais -->
  18. <div id="tabs-1">
  19. <ul>
  20. <li id="li_1" >
  21. <label class="description" for="nome">Nome: </label>
  22. <div>
  23. <input id="nome" name="nome" class="element text medium" type="text" maxlength="200" value="<?php echo $this->_tpl_vars['nome']; ?>
  24. "/>
  25. <p class="error"></p>
  26. <?php if ($this->_tpl_vars['nome_erro']): ?>
  27. <p class="form_error"><?php echo $this->_tpl_vars['nome_erro']; ?>
  28. </p>
  29. <?php endif; ?>
  30. </div>
  31. </li>
  32. <li id="li_2" >
  33. <label class="description" for="email">Email Prim?rio: </label>
  34. <div>
  35. <input id="email" name="email" class="element text medium" type="text" maxlength="100" value="<?php echo $this->_tpl_vars['email']; ?>
  36. "/>
  37. <p class="error"></p>
  38. <?php if ($this->_tpl_vars['email_erro']): ?>
  39. <p class="form_error"><?php echo $this->_tpl_vars['email_erro']; ?>
  40. </p>
  41. <?php endif; ?>
  42. </div>
  43. </li>
  44. <li id="li_7" >
  45. <label class="description" for="email_sec">Email Secund?rio: </label>
  46. <div>
  47. <input id="email_sec" name="email_sec" class="element text medium" type="text" maxlength="100" value="<?php echo $this->_tpl_vars['email_sec']; ?>
  48. "/>
  49. <p class="error"></p>
  50. <?php if ($this->_tpl_vars['email_sec_erro']): ?>
  51. <p class="form_error"><?php echo $this->_tpl_vars['email_sec_erro']; ?>
  52. </p>
  53. <?php endif; ?>
  54. </div>
  55. </li>
  56. <li id="li_3" >
  57. <label class="description" for="cpf">CPF: </label>
  58. <div>
  59. <input id="cpf" name="cpf" class="element text medium" type="text" maxlength="11" value="<?php echo $this->_tpl_vars['cpf']; ?>
  60. "/>
  61. <p class="error"></p>
  62. <?php if ($this->_tpl_vars['cpf_erro']): ?>
  63. <p class="form_error"><?php echo $this->_tpl_vars['cpf_erro']; ?>
  64. </p>
  65. <?php endif; ?>
  66. </div>
  67. </li>
  68. <li id="li_4" >
  69. <label class="description" for="data_nascimento">Data de Nascimento: </label>
  70. <div>
  71. <input name="data_nascimento" type="text" id="data_nascimento" value="<?php echo $this->_tpl_vars['data_nascimento']; ?>
  72. " />
  73. <p class="error"></p>
  74. <?php if ($this->_tpl_vars['data_nascimento_erro']): ?>
  75. <p class="form_error"><?php echo $this->_tpl_vars['data_nascimento_erro']; ?>
  76. </p>
  77. <?php endif; ?>
  78. </div>
  79. </li>
  80. <li id="li_5" >
  81. <label class="description" for="naturalidade">Naturalidade: </label>
  82. <div>
  83. <input id="naturalidade" name="naturalidade" class="element text medium" type="text" maxlength="50" value="<?php echo $this->_tpl_vars['naturalidade']; ?>
  84. "/>
  85. <p class="error"></p>
  86. <?php if ($this->_tpl_vars['naturalidade_erro']): ?>
  87. <p class="form_error"><?php echo $this->_tpl_vars['naturalidade_erro']; ?>
  88. </p>
  89. <?php endif; ?>
  90. </div>
  91. </li>
  92. <li id="li_6" >
  93. <label class="description" for="sexo">Sexo: </label>
  94. <p class="error"></p>
  95. <?php if ($this->_tpl_vars['sexo_erro']): ?>
  96. <p class="form_error"><?php echo $this->_tpl_vars['sexo_erro']; ?>
  97. </p>
  98. <?php endif; ?>
  99. <span>
  100. <input id="element_6_1" name="sexo" class="element radio" type="radio" value="masculino" <?php if ($this->_tpl_vars['sexo'] == 'masculino'): ?>checked="checked"<?php endif; ?> />
  101. <label class="choice" for="element_6_1">Masculino</label>
  102. <input id="element_6_2" name="sexo" class="element radio" type="radio" value="feminino" <?php if ($this->_tpl_vars['sexo'] == 'feminino'): ?>checked="checked"<?php endif; ?> />
  103. <label class="choice" for="element_6_2">Feminino</label>
  104. </span>
  105. </li>
  106. <li id="li_8" >
  107. <label class="description" for="estado_civil">Estado Civil: </label>
  108. <div>
  109. <select class="element select medium" id="estado_civil" name="estado_civil">
  110. <option value=""></option>
  111. <?php $_from = $this->_tpl_vars['listEstadosCivis']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
  112. foreach ($_from as $this->_tpl_vars['est_civ']):
  113. ?>
  114. <?php if ($this->_tpl_vars['estado_civil'] == $this->_tpl_vars['est_civ']['EST_CIV_COD']): ?>
  115. <option value="<?php echo $this->_tpl_vars['est_civ']['EST_CIV_COD']; ?>
  116. " selected="selected"><?php echo $this->_tpl_vars['est_civ']['DESCRICAO']; ?>
  117. </option>
  118. <?php else: ?>
  119. <option value="<?php echo $this->_tpl_vars['est_civ']['EST_CIV_COD']; ?>
  120. "><?php echo $this->_tpl_vars['est_civ']['DESCRICAO']; ?>
  121. </option>
  122. <?php endif; ?>
  123. <?php endforeach; endif; unset($_from); ?>
  124. </select>
  125. <p class="error"></p>
  126. <?php if ($this->_tpl_vars['estado_civil_erro']): ?>
  127. <p class="form_error"><?php echo $this->_tpl_vars['estado_civil_erro']; ?>
  128. </p>
  129. <?php endif; ?>
  130. </div>
  131. </li>
  132. </ul>
  133. <input type="button" id="next" value="Pr?ximo" />
  134. </div>
  135. <!-- End Dados Pessoais -->
  136. <!-- Begin Endere?o -->
  137. <div id="tabs-2">
  138. <ul>
  139. <li id="li_1" >
  140. <label class="description" for="endereco">Endere?o: </label>
  141. <div>
  142. <input id="endereco" name="endereco" class="element text medium" type="text" maxlength="500" value="<?php echo $this->_tpl_vars['endereco']; ?>
  143. "/>
  144. <p class="error"></p>
  145. <?php if ($this->_tpl_vars['endereco_erro']): ?>
  146. <p class="form_error"><?php echo $this->_tpl_vars['endereco_erro']; ?>
  147. </p>
  148. <?php endif; ?>
  149. </div>
  150. </li>
  151. <li id="li_2" >
  152. <label class="description" for="numero">N?mero: </label>
  153. <div>
  154. <input id="numero" name="numero" class="element text small" type="text" maxlength="38" value="<?php echo $this->_tpl_vars['numero']; ?>
  155. "/>
  156. <p class="error"></p>
  157. <?php if ($this->_tpl_vars['numero_erro']): ?>
  158. <p class="form_error"><?php echo $this->_tpl_vars['numero_erro']; ?>
  159. </p>
  160. <?php endif; ?>
  161. </div>
  162. </li>
  163. <li id="li_3" >
  164. <label class="description" for="complemento">Complemento: </label>
  165. <div>
  166. <input id="complemento" name="complemento" class="element text small" type="text" maxlength="100" value="<?php echo $this->_tpl_vars['complemento']; ?>
  167. "/>
  168. <p class="error"></p>
  169. <?php if ($this->_tpl_vars['complemento_erro']): ?>
  170. <p class="form_error"><?php echo $this->_tpl_vars['complemento_erro']; ?>
  171. </p>
  172. <?php endif; ?>
  173. </div>
  174. </li>
  175. <li id="li_4" >
  176. <label class="description" for="cep">CEP: </label>
  177. <div>
  178. <input id="cep" name="cep" class="element text medium" type="text" maxlength="8" value="<?php echo $this->_tpl_vars['cep']; ?>
  179. "/>
  180. <p class="error"></p>
  181. <?php if ($this->_tpl_vars['cep_erro']): ?>
  182. <p class="form_error"><?php echo $this->_tpl_vars['cep_erro']; ?>
  183. </p>
  184. <?php endif; ?>
  185. </div>
  186. </li>
  187. <li id="li_5" >
  188. <label class="description" for="bairro">Bairro: </label>
  189. <div>
  190. <input id="bairro" name="bairro" class="element text medium" type="text" maxlength="100" value="<?php echo $this->_tpl_vars['bairro']; ?>
  191. "/>
  192. <p class="error"></p>
  193. <?php if ($this->_tpl_vars['bairro_erro']): ?>
  194. <p class="form_error"><?php echo $this->_tpl_vars['bairro_erro']; ?>
  195. </p>
  196. <?php endif; ?>
  197. </div>
  198. </li>
  199. <li id="li_6" >
  200. <label class="description" for="cidade">Cidade: </label>
  201. <div>
  202. <input id="cidade" name="cidade" class="element text medium" type="text" maxlength="200" value="<?php echo $this->_tpl_vars['cidade']; ?>
  203. "/>
  204. <p class="error"></p>
  205. <?php if ($this->_tpl_vars['cidade_erro']): ?>
  206. <p class="form_error"><?php echo $this->_tpl_vars['cidade_erro']; ?>
  207. </p>
  208. <?php endif; ?>
  209. </div>
  210. </li>
  211. <li id="li_11" >
  212. <label class="description" for="uf">UF: </label>
  213. <?php if ($this->_tpl_vars['uf_erro']): ?>
  214. <p class="form_error"><?php echo $this->_tpl_vars['uf_erro']; ?>
  215. </p>
  216. <?php endif; ?>
  217. <div>
  218. <select class="element select small" id="uf" name="uf">
  219. <option value="" selected="selected"></option>
  220. <?php $_from = $this->_tpl_vars['listUF']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
  221. foreach ($_from as $this->_tpl_vars['uni_fed']):
  222. ?>
  223. <?php if ($this->_tpl_vars['uf'] == $this->_tpl_vars['uni_fed']['UNI_FED_COD']): ?>
  224. <option value="<?php echo $this->_tpl_vars['uni_fed']['UNI_FED_COD']; ?>
  225. " selected="selected"><?php echo $this->_tpl_vars['uni_fed']['NOME']; ?>
  226. </option>
  227. <?php else: ?>
  228. <option value="<?php echo $this->_tpl_vars['uni_fed']['UNI_FED_COD']; ?>
  229. "><?php echo $this->_tpl_vars['uni_fed']['NOME']; ?>
  230. </option>
  231. <?php endif; ?>
  232. <?php endforeach; endif; unset($_from); ?>
  233. </select>
  234. <p class="error"></p>
  235. </div>
  236. </li>
  237. <li id="li_7" >
  238. <label class="description" for="pais">Pa?s: </label>
  239. <div>
  240. <input id="pais" name="pais" class="element text medium" type="text" maxlength="100" value="<?php echo $this->_tpl_vars['pais']; ?>
  241. "/>
  242. <p class="error"></p>
  243. <?php if ($this->_tpl_vars['pais_erro']): ?>
  244. <p class="form_error"><?php echo $this->_tpl_vars['pais_erro']; ?>
  245. </p>
  246. <?php endif; ?>
  247. </div>
  248. </li>
  249. <li class="section_break">
  250. <h3>Contatos:</h3>
  251. <p></p>
  252. </li>
  253. <div id="contatos">
  254. <li id="li_12" >
  255. <label class="description" for="tipo_tel">Tipo: </label>
  256. <?php if ($this->_tpl_vars['contato_erro']): ?>
  257. <p class="form_error"><?php echo $this->_tpl_vars['contato_erro']; ?>
  258. </p>
  259. <?php endif; ?>
  260. <div>
  261. <select class="element select medium" id="tipo_tel" name="tipo_tel[]">
  262. <option value=""></option>
  263. <?php $_from = $this->_tpl_vars['listTiposTelefone']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
  264. foreach ($_from as $this->_tpl_vars['tip_tel']):
  265. ?>
  266. <option value="<?php echo $this->_tpl_vars['tip_tel']['TIP_TEL_TIPO']; ?>
  267. " ><?php echo $this->_tpl_vars['tip_tel']['TIP_TEL_TIPO']; ?>
  268. </option>
  269. <?php endforeach; endif; unset($_from); ?>
  270. </select>
  271. <p class="error"></p>
  272. <?php if ($this->_tpl_vars['tipo_tel_erro']): ?>
  273. <p class="form_error"><?php echo $this->_tpl_vars['tipo_tel_erro']; ?>
  274. </p>
  275. <?php endif; ?>
  276. </div>
  277. </li>
  278. <li id="li_9" >
  279. <label class="description" for="ddd">DDD: </label>
  280. <div>
  281. <input id="ddd" name="ddd[]" class="element text small" type="text" maxlength="30" value="<?php echo $this->_tpl_vars['ddd']; ?>
  282. "/>
  283. <p class="error"></p>
  284. </div>
  285. </li>
  286. <li id="li_10" >
  287. <label class="description" for="numero_tel">N?mero: </label>
  288. <div>
  289. <input id="numero_tel" name="numero_tel[]" class="element text medium" type="text" maxlength="30" value="<?php echo $this->_tpl_vars['numero_tel']; ?>
  290. "/>
  291. <p class="error"></p>
  292. </div>
  293. </li>
  294. <input id="save" type="button" value="Salvar" />
  295. <input id="cancel" type="button" value="Cancelar" />
  296. <input id="clear" type="button" value="Limpar" /><br /><br />
  297. </div>
  298. </ul>
  299. <input id="add" type="button" value="Adicionar Contato" />
  300. <table cellspacing="1" class="tablesorter">
  301. <thead>
  302. <tr>
  303. <th>Tipo</th>
  304. <th>DDD</th>
  305. <th>N?mero</th>
  306. <th></th>
  307. </tr>
  308. </thead>
  309. <tbody>
  310. <?php $_from = $this->_tpl_vars['contatos']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
  311. foreach ($_from as $this->_tpl_vars['contato']):
  312. ?>
  313. <tr>
  314. <td><?php echo $this->_tpl_vars['contato']['tipo']; ?>
  315. <input name="tipo_tel[]" type="hidden" value="<?php echo $this->_tpl_vars['contato']['tipo']; ?>
  316. " /></td>
  317. <td><?php echo $this->_tpl_vars['contato']['ddd']; ?>
  318. <input name="ddd[]" type="hidden" value="<?php echo $this->_tpl_vars['contato']['ddd']; ?>
  319. " /></td>
  320. <td><?php echo $this->_tpl_vars['contato']['num']; ?>
  321. <input name="numero_tel[]" type="hidden" value="<?php echo $this->_tpl_vars['contato']['num']; ?>
  322. " /></td>
  323. <td><input class="delete" type="button" value="Remover" /></td>
  324. </tr>
  325. <?php endforeach; endif; unset($_from); ?>
  326. </tbody>
  327. </table>
  328. <input type="button" id="next" value="Pr?ximo" />
  329. </div>
  330. <!-- End Endere?o -->
  331. <!-- Begin Forma??es Acad?micas -->
  332. <div id="tabs-3">
  333. <?php if ($this->_tpl_vars['formacao_academica_erro']): ?>
  334. <p class="form_error"><?php echo $this->_tpl_vars['formacao_academica_erro']; ?>
  335. </p>
  336. <?php endif; ?>
  337. <div id="form_acad">
  338. <ul>
  339. <li id="li_5" >
  340. <label class="description" for="curso">Curso: </label>
  341. <div>
  342. <select id="curso" name="curso[]">
  343. <option value=""></option>
  344. <?php $_from = $this->_tpl_vars['listCursos']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
  345. foreach ($_from as $this->_tpl_vars['curso_form']):
  346. ?>
  347. <option value="<?php echo $this->_tpl_vars['curso_form']['CUR_FOR_COD']; ?>
  348. "><?php echo $this->_tpl_vars['curso_form']['NOME']; ?>
  349. </option>
  350. <?php endforeach; endif; unset($_from); ?>
  351. </select>
  352. <p class="error"></p>
  353. <input id="other" type="button" value="Outro" />
  354. </div>
  355. </li>
  356. <li id="li_1" >
  357. <label class="description" for="outro_curso">Outro Curso: </label>
  358. <div>
  359. <input id="outro_curso" name="outro_curso" type="text" maxlength="200" value=""/>
  360. <p class="error"></p>
  361. <input id="add_2" type="button" value="Adicionar" />
  362. </div>
  363. </li>
  364. <li id="li_6" >
  365. <label class="description" for="nivel">N?vel: </label>
  366. <div>
  367. <select id="nivel" name="nivel[]">
  368. <option value=""></option>
  369. <?php $_from = $this->_tpl_vars['listNiveis']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
  370. foreach ($_from as $this->_tpl_vars['niv']):
  371. ?>
  372. <option value="<?php echo $this->_tpl_vars['niv']['NIV_FOR_COD']; ?>
  373. "><?php echo $this->_tpl_vars['niv']['NIVEL']; ?>
  374. </option>
  375. <?php endforeach; endif; unset($_from); ?>
  376. </select>
  377. <p class="error"></p>
  378. </div>
  379. </li>
  380. <li id="li_2" >
  381. <label class="description" for="acad_data_inicio">Data de In?cio: </label>
  382. <div>
  383. <input name="acad_data_inicio[]" type="text" id="acad_data_inicio" value="<?php echo $this->_tpl_vars['acad_data_inicio']; ?>
  384. " />
  385. <p class="error"></p>
  386. </div>
  387. </li>
  388. <li id="li_3" >
  389. <label class="description" for="acad_data_fim">Data de T?rmino: </label>
  390. <div>
  391. <input name="acad_data_fim[]" type="text" id="acad_data_fim" value="<?php echo $this->_tpl_vars['acad_data_fim']; ?>
  392. " />
  393. <p class="error"></p>
  394. </div>
  395. </li>
  396. <li id="li_7" >
  397. <label class="description" for="instituicao">Institui??o: </label>
  398. <div>
  399. <select class="element select medium" id="instituicao" name="instituicao[]">
  400. <option value=""></option>
  401. <?php $_from = $this->_tpl_vars['listInstituicoes']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
  402. foreach ($_from as $this->_tpl_vars['instit']):
  403. ?>
  404. <option value="<?php echo $this->_tpl_vars['instit']['INS_ENS_COD']; ?>
  405. "><?php echo $this->_tpl_vars['instit']['NOME']; ?>
  406. </option>
  407. <?php endforeach; endif; unset($_from); ?>
  408. </select>
  409. <p class="error"></p>
  410. <input id="other" type="button" value="Outro" />
  411. </div>
  412. </li>
  413. <li id="li_4" >
  414. <label class="description" for="outra_instituicao">Outra Institui??o: </label>
  415. <div>
  416. <input id="outra_instituicao" name="outra_instituicao" class="element text medium" type="text" maxlength="200" value=""/>
  417. <p class="error"></p>
  418. <input id="add_2" type="button" value="Adicionar" />
  419. </div>
  420. </li>
  421. <li id="li_8" >
  422. <label class="description" for="andamento">Andamento do Curso: </label>
  423. <div>
  424. <select class="element select medium" id="andamento" name="andamento[]">
  425. <option value=""></option>
  426. <?php $_from = $this->_tpl_vars['listAndamento']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
  427. foreach ($_from as $this->_tpl_vars['and']):
  428. ?>
  429. <option value="<?php echo $this->_tpl_vars['and']['AND_CUR_COD']; ?>
  430. "><?php echo $this->_tpl_vars['and']['STATUS']; ?>
  431. </option>
  432. <?php endforeach; endif; unset($_from); ?>
  433. </select>
  434. <p class="error"></p>
  435. </div>
  436. </li>
  437. </ul>
  438. <input id="save" type="button" value="Salvar" />
  439. <input id="cancel" type="button" value="Cancelar" />
  440. <input id="clear" type="button" value="Limpar" />
  441. </div>
  442. <input id="add" type="button" value="Adicionar" />
  443. <table cellspacing="1" class="tablesorter">
  444. <thead>
  445. <tr>
  446. <th>Nivel</th>
  447. <th>Curso</th>
  448. <th>Data Inicio</th>
  449. <th>Data Fim</th>
  450. <th>Institui??o</th>
  451. <th>Andamento</th>
  452. <th></th>
  453. </tr>
  454. </thead>
  455. <tbody>
  456. <?php $_from = $this->_tpl_vars['formAcademicas']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
  457. foreach ($_from as $this->_tpl_vars['formAcad']):
  458. ?>
  459. <tr>
  460. <td><?php echo $this->_tpl_vars['formAcad']['nivelNome']; ?>
  461. <input name="nivel[]" type="hidden" value="<?php echo $this->_tpl_vars['formAcad']['nivel']; ?>
  462. " /></td>
  463. <td><?php echo $this->_tpl_vars['formAcad']['cursoNome']; ?>
  464. <input name="curso[]" type="hidden" value="<?php echo $this->_tpl_vars['formAcad']['curso']; ?>
  465. " /></td>
  466. <td><?php echo $this->_tpl_vars['formAcad']['acad_data_inicio']; ?>
  467. <input name="acad_data_inicio[]" type="hidden" value="<?php echo $this->_tpl_vars['formAcad']['acad_data_inicio']; ?>
  468. " /></td>
  469. <td><?php echo $this->_tpl_vars['formAcad']['acad_data_fim']; ?>
  470. <input name="acad_data_fim[]" type="hidden" value="<?php echo $this->_tpl_vars['formAcad']['acad_data_fim']; ?>
  471. " /></td>
  472. <td><?php echo $this->_tpl_vars['formAcad']['instituicaoNome']; ?>
  473. <input name="instituicao[]" type="hidden" value="<?php echo $this->_tpl_vars['formAcad']['instituicao']; ?>
  474. " /></td>
  475. <td><?php echo $this->_tpl_vars['formAcad']['andamentoNome']; ?>
  476. <input name="andamento[]" type="hidden" value="<?php echo $this->_tpl_vars['formAcad']['andamento']; ?>
  477. " /></td>
  478. <td><input class="delete" type="button" value="Remover" /></td>
  479. </tr>
  480. <?php endforeach; endif; unset($_from); ?>
  481. </tbody>
  482. </table>
  483. <input type="button" id="next" value="Pr?ximo" />
  484. </div>
  485. <!-- End Forma??es Acad?micas -->
  486. <!-- Begin Experi?ncia Profissional -->
  487. <div id="tabs-4">
  488. <?php if ($this->_tpl_vars['experiencia_profissional_erro']): ?>
  489. <p class="form_error"><?php echo $this->_tpl_vars['experiencia_profissional_erro']; ?>
  490. </p>
  491. <?php endif; ?>
  492. <div id="exp_prof">
  493. <ul>
  494. <li id="li_1" >
  495. <label class="description" for="empresa">Empresa: </label>
  496. <div>
  497. <input id="empresa" name="empresa[]" class="element text medium" type="text" maxlength="30" value="<?php echo $this->_tpl_vars['empresa']; ?>
  498. " />
  499. <p class="error"></p>
  500. </div>
  501. </li>
  502. <li id="li_2" >
  503. <label class="description" for="funcao">Fun??o: </label>
  504. <div>
  505. <input id="funcao" name="funcao[]" class="element text medium" type="text" maxlength="200" value="<?php echo $this->_tpl_vars['funcao']; ?>
  506. " />
  507. <p class="error"></p>
  508. </div>
  509. </li>
  510. <li id="li_3" >
  511. <label class="description" for="atribuicoes">Atribui??es: </label>
  512. <div>
  513. <input id="atribuicoes" name="atribuicoes[]" class="element text medium" type="text" maxlength="300" value="<?php echo $this->_tpl_vars['atribuicoes']; ?>
  514. " />
  515. <p class="error"></p>
  516. </div>
  517. </li>
  518. <li id="li_4" >
  519. <label class="description" for="exp_data_inicio">Data de In?cio: </label>
  520. <div>
  521. <input id="exp_data_inicio" name="exp_data_inicio[]" class="element text small" type="text" maxlength="255" value="<?php echo $this->_tpl_vars['exp_data_inicio']; ?>
  522. " />
  523. <p class="error"></p>
  524. </div>
  525. </li>
  526. <li id="li_5" >
  527. <label class="description" for="exp_data_fim">Data de T?rmino: </label>
  528. <div>
  529. <input id="exp_data_fim" name="exp_data_fim[]" class="element text small" type="text" maxlength="255" value="<?php echo $this->_tpl_vars['exp_data_fim']; ?>
  530. " />
  531. <p class="error"></p>
  532. </div>
  533. </li>
  534. <li id="li_6" >
  535. <label class="description" for="setor">Setor: </label>
  536. <div>
  537. <select class="element select medium" id="setor" name="setor[]">
  538. <option value=""></option>
  539. <?php $_from = $this->_tpl_vars['listSetores']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
  540. foreach ($_from as $this->_tpl_vars['set']):
  541. ?>
  542. <option value="<?php echo $this->_tpl_vars['set']['EXP_SET_COD']; ?>
  543. "><?php echo $this->_tpl_vars['set']['SETOR']; ?>
  544. </option>
  545. <?php endforeach; endif; unset($_from); ?>
  546. </select>
  547. <p class="error"></p>
  548. </div>
  549. </li>
  550. </ul>
  551. <input id="save" type="button" value="Salvar" />
  552. <input id="cancel" type="button" value="Cancelar" />
  553. <input id="clear" type="button" value="Limpar" />
  554. </div>
  555. <input id="add" type="button" value="Adicionar" />
  556. <table cellspacing="1" class="tablesorter">
  557. <thead>
  558. <tr>
  559. <th>Empresa</th>
  560. <th>Fun??o</th>
  561. <th>Atribui??es</th>
  562. <th>Data de In?cio</th>
  563. <th>Data de T?rmino</th>
  564. <th>Setor</th>
  565. <th></th>
  566. </tr>
  567. </thead>
  568. <tbody>
  569. <?php $_from = $this->_tpl_vars['expProfissionais']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
  570. foreach ($_from as $this->_tpl_vars['exp']):
  571. ?>
  572. <tr>
  573. <td><?php echo $this->_tpl_vars['exp']['empresa']; ?>
  574. <input name="empresa[]" type="hidden" value="<?php echo $this->_tpl_vars['exp']['empresa']; ?>
  575. " /></td>
  576. <td><?php echo $this->_tpl_vars['exp']['funcao']; ?>
  577. <input name="funcao[]" type="hidden" value="<?php echo $this->_tpl_vars['exp']['funcao']; ?>
  578. " /></td>
  579. <td><?php echo $this->_tpl_vars['exp']['atribuicoes']; ?>
  580. <input name="atribuicoes[]" type="hidden" value="<?php echo $this->_tpl_vars['exp']['atribuicoes']; ?>
  581. " /></td>
  582. <td><?php echo $this->_tpl_vars['exp']['exp_data_inicio']; ?>
  583. <input name="exp_data_inicio[]" type="hidden" value="<?php echo $this->_tpl_vars['exp']['exp_data_inicio']; ?>
  584. " /></td>
  585. <td><?php echo $this->_tpl_vars['exp']['exp_data_fim']; ?>
  586. <input name="exp_data_fim[]" type="hidden" value="<?php echo $this->_tpl_vars['exp']['exp_data_fim']; ?>
  587. " /></td>
  588. <td><?php echo $this->_tpl_vars['exp']['setorNome']; ?>
  589. <input name="setor[]" type="hidden" value="<?php echo $this->_tpl_vars['exp']['setor']; ?>
  590. " /></td>
  591. <td><input class="delete" type="button" value="Remover" /></td>
  592. </tr>
  593. <?php endforeach; endif; unset($_from); ?>
  594. </tbody>
  595. </table>
  596. <input type="button" id="next" value="Pr?ximo" />
  597. </div>
  598. <!-- End Experi?ncia Profissional -->
  599. <!-- Begin Forma??o Adicional -->
  600. <div id="tabs-5">
  601. <?php if ($this->_tpl_vars['formacao_adicional_erro']): ?>
  602. <p class="form_error"><?php echo $this->_tpl_vars['formacao_adicional_erro']; ?>
  603. </p>
  604. <?php endif; ?>
  605. <div id="form_adic">
  606. <ul>
  607. <li id="li_1" >
  608. <label class="description" for="tipo">Tipo: </label>
  609. <div>
  610. <input id="tipo" name="tipo[]" class="element text medium" type="text" maxlength="30" value="<?php echo $this->_tpl_vars['tipo']; ?>
  611. "/>
  612. <p class="error"></p>
  613. </div>
  614. </li>
  615. <li id="li_2" >
  616. <label class="description" for="adic_curso">Curso: </label>
  617. <div>
  618. <input id="adic_curso" name="adic_curso[]" class="element text medium" type="text" maxlength="30" value="<?php echo $this->_tpl_vars['adic_curso']; ?>
  619. "/>
  620. <p class="error"></p>
  621. </div>
  622. </li>
  623. <li id="li_3" >
  624. <label class="description" for="adic_data_inicio">Data de In?cio: </label>
  625. <div>
  626. <input id="adic_data_inicio" name="adic_data_inicio[]" class="element text medium" type="text" maxlength="255" value="<?php echo $this->_tpl_vars['adic_data_inicio']; ?>
  627. "/>
  628. <p class="error"></p>
  629. </div>
  630. </li>
  631. <li id="li_4" >
  632. <label class="description" for="adic_data_fim">Data de Fim: </label>
  633. <div>
  634. <input id="adic_data_fim" name="adic_data_fim[]" class="element text medium" type="text" maxlength="255" value="<?php echo $this->_tpl_vars['adic_data_fim']; ?>
  635. "/>
  636. <p class="error"></p>
  637. </div>
  638. </li>
  639. <li id="li_5" >
  640. <label class="description" for="carga_horaria">Carga Hor?ria: </label>
  641. <div>
  642. <input id="carga_horaria" name="carga_horaria[]" class="element text medium" type="text" maxlength="38" value="<?php echo $this->_tpl_vars['carga_horaria']; ?>
  643. "/>
  644. <p class="error"></p>
  645. </div>
  646. </li>
  647. <li id="li_6" >
  648. <label class="description" for="adic_instituicao">Institui??o: </label>
  649. <div>
  650. <select class="element select medium" id="adic_instituicao" name="adic_instituicao[]">
  651. <option value=""></option>
  652. <?php $_from = $this->_tpl_vars['listInstituicoes']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
  653. foreach ($_from as $this->_tpl_vars['instit']):
  654. ?>
  655. <option value="<?php echo $this->_tpl_vars['instit']['INS_ENS_COD']; ?>
  656. "><?php echo $this->_tpl_vars['instit']['NOME']; ?>
  657. </option>
  658. <?php endforeach; endif; unset($_from); ?>
  659. </select>
  660. <p class="error"></p>
  661. <input id="other" type="button" value="Outro" />
  662. </div>
  663. </li>
  664. <li id="li_7" >
  665. <label class="description" for="adic_outra_instituicao">Outra Institui??o: </label>
  666. <div>
  667. <input id="adic_outra_instituicao" name="adic_outra_instituicao" class="element text medium" type="text" maxlength="200" value=""/>
  668. <p class="error"></p>
  669. <input id="add_2" type="button" value="Adicionar" />
  670. </div>
  671. </li>
  672. </ul>
  673. <input id="save" type="button" value="Salvar" />
  674. <input id="cancel" type="button" value="Cancelar" />
  675. <input id="clear" type="button" value="Limpar" />
  676. </div>
  677. <input id="add" type="button" value="Adicionar" />
  678. <table cellspacing="1" class="tablesorter">
  679. <thead>
  680. <tr>
  681. <th>Tipo</th>
  682. <th>Curso</th>
  683. <th>Data de In?cio</th>
  684. <th>Data de T?rmino</th>
  685. <th>Carga Hor?ria</th>
  686. <th>Institui??o</th>
  687. <th></th>
  688. </tr>
  689. </thead>
  690. <tbody>
  691. <?php $_from = $this->_tpl_vars['forAdicionais']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
  692. foreach ($_from as $this->_tpl_vars['forAd']):
  693. ?>
  694. <tr>
  695. <td><?php echo $this->_tpl_vars['forAd']['tipo']; ?>
  696. <input name="tipo[]" type="hidden" value="<?php echo $this->_tpl_vars['forAd']['tipo']; ?>
  697. " /></td>
  698. <td><?php echo $this->_tpl_vars['forAd']['adic_curso']; ?>
  699. <input name="adic_curso[]" type="hidden" value="<?php echo $this->_tpl_vars['forAd']['adic_curso']; ?>
  700. " /></td>
  701. <td><?php echo $this->_tpl_vars['forAd']['adic_data_inicio']; ?>
  702. <input name="adic_data_inicio[]" type="hidden" value="<?php echo $this->_tpl_vars['forAd']['adic_data_inicio']; ?>
  703. " /></td>
  704. <td><?php echo $this->_tpl_vars['forAd']['adic_data_fim']; ?>
  705. <input name="adic_data_fim[]" type="hidden" value="<?php echo $this->_tpl_vars['forAd']['adic_data_fim']; ?>
  706. " /></td>
  707. <td><?php echo $this->_tpl_vars['forAd']['carga_horaria']; ?>
  708. <input name="carga_horaria[]" type="hidden" value="<?php echo $this->_tpl_vars['forAd']['carga_horaria']; ?>
  709. " /></td>
  710. <td><?php echo $this->_tpl_vars['forAd']['adic_instituicaoNome']; ?>
  711. <input name="adic_instituicao[]" type="hidden" value="<?php echo $this->_tpl_vars['forAd']['adic_instituicao']; ?>
  712. " /></td>
  713. <td><input class="delete" type="button" value="Remover" /></td>
  714. </tr>
  715. <?php endforeach; endif; unset($_from); ?>
  716. </tbody>
  717. </table>
  718. <input type="button" id="next" value="Pr?ximo" />
  719. </div>
  720. <!-- End Forma??o Adicional -->
  721. <!-- Begin Conhecimentos -->
  722. <div id="tabs-6">
  723. <?php if ($this->_tpl_vars['conhecimento_erro']): ?>
  724. <p class="form_error"><?php echo $this->_tpl_vars['conhecimento_erro']; ?>
  725. </p>
  726. <?php endif; ?>
  727. <div id="conhec">
  728. <ul>
  729. <li id="li_1" >
  730. <label class="description" for="grupo_conhecimento">Grupo de Conhecimento: </label>
  731. <div>
  732. <input id="grupo_conhecimento" name="grupo_conhecimento[]" class="element text medium" type="text" maxlength="30" value="<?php echo $this->_tpl_vars['grupo_conhecimento']; ?>
  733. "/>
  734. <p class="error"></p>
  735. </div>
  736. </li>
  737. <li id="li_2" >
  738. <label class="description" for="conhecimento">Conhecimento: </label>
  739. <div>
  740. <input id="conhecimento" name="conhecimento[]" class="element text medium" type="text" maxlength="100" value="<?php echo $this->_tpl_vars['conhecimento']; ?>
  741. "/>
  742. <p class="error"></p>
  743. </div>
  744. </li>
  745. <li id="li_3" >
  746. <label class="description" for="proficiencia">Profici?ncia: </label>
  747. <div>
  748. <input id="proficiencia" name="proficiencia[]" class="element text medium" type="text" maxlength="30" value="<?php echo $this->_tpl_vars['proficiencia']; ?>
  749. "/>
  750. <p class="error"></p>
  751. </div>
  752. </li>
  753. </ul>
  754. <input id="save" type="button" value="Salvar" />
  755. <input id="cancel" type="button" value="Cancelar" />
  756. <input id="clear" type="button" value="Limpar" />
  757. </div>
  758. <input id="add" type="button" value="Adicionar" />
  759. <table cellspacing="1" class="tablesorter">
  760. <thead>
  761. <tr>
  762. <th>Grupo de Conhecimento</th>
  763. <th>Conhecimento</th>
  764. <th>Profici?ncia</th>
  765. <th></th>
  766. </tr>
  767. </thead>
  768. <tbody>
  769. <?php $_from = $this->_tpl_vars['conhecimentos']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
  770. foreach ($_from as $this->_tpl_vars['conhec']):
  771. ?>
  772. <tr>
  773. <td><?php echo $this->_tpl_vars['conhec']['grupo_conhecimento']; ?>
  774. <input name="grupo_conhecimento[]" type="hidden" value="<?php echo $this->_tpl_vars['conhec']['grupo_conhecimento']; ?>
  775. " /></td>
  776. <td><?php echo $this->_tpl_vars['conhec']['conhecimento']; ?>
  777. <input name="conhecimento[]" type="hidden" value="<?php echo $this->_tpl_vars['conhec']['conhecimento']; ?>
  778. " /></td>
  779. <td><?php echo $this->_tpl_vars['conhec']['proficiencia']; ?>
  780. <input name="proficiencia[]" type="hidden" value="<?php echo $this->_tpl_vars['conhec']['proficiencia']; ?>
  781. " /></td>
  782. <td><input class="delete" type="button" value="Remover" /></td>
  783. </tr>
  784. <?php endforeach; endif; unset($_from); ?>
  785. </tbody>
  786. </table>
  787. <input type="button" id="next" value="Pr?ximo" />
  788. </div>
  789. <!-- End Conhecimentos -->
  790. <!-- Begin Idiomas -->
  791. <div id="tabs-7">
  792. <?php if ($this->_tpl_vars['idioma_erro']): ?>
  793. <p class="form_error"><?php echo $this->_tpl_vars['idioma_erro']; ?>
  794. </p>
  795. <?php endif; ?>
  796. <div id="idioma_tab">
  797. <ul>
  798. <li id="li_1" >
  799. <label class="description" for="idioma">Idioma: </label>
  800. <div>
  801. <select class="element select medium" id="idioma" name="idioma[]">
  802. <option value=""></option>
  803. <?php $_from = $this->_tpl_vars['listIdiomas']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
  804. foreach ($_from as $this->_tpl_vars['idiom']):
  805. ?>
  806. <option value="<?php echo $this->_tpl_vars['idiom']['IDIOMA_COD']; ?>
  807. "><?php echo $this->_tpl_vars['idiom']['IDIOMA']; ?>
  808. </option>
  809. <?php endforeach; endif; unset($_from); ?>
  810. </select>
  811. <p class="error"></p>
  812. </div>
  813. </li>
  814. <li id="li_2" >
  815. <label class="description" for="leitura">Leitura: </label>
  816. <div>
  817. <select class="element select small" id="leitura" name="leitura[]">
  818. <option value="" selected="selected"></option>
  819. <option value="sim" >Sim</option>
  820. <option value="n?o" >N?o</option>
  821. </select>
  822. <p class="error"></p>
  823. </div>
  824. </li>
  825. <li id="li_3" >
  826. <label class="description" for="conversacao">Conversa??o: </label>
  827. <div>
  828. <select class="element select small" id="conversacao" name="conversacao[]">
  829. <option value="" selected="selected"></option>
  830. <option value="sim" >Sim</option>
  831. <option value="n?o" >N?o</option>
  832. </select>
  833. <p class="error"></p>
  834. </div>
  835. </li>
  836. <li id="li_4" >
  837. <label class="description" for="escrita">Escrita: </label>
  838. <div>
  839. <select class="element select small" id="escrita" name="escrita[]">
  840. <option value="" selected="selected"></option>
  841. <option value="sim" >Sim</option>
  842. <option value="n?o" >N?o</option>
  843. </select>
  844. <p class="error"></p>
  845. </div>
  846. </li>
  847. </ul>
  848. <input id="save" type="button" value="Salvar" />
  849. <input id="cancel" type="button" value="Cancelar" />
  850. <input id="clear" type="button" value="Limpar" />
  851. </div>
  852. <input id="add" type="button" value="Adicionar" />
  853. <table cellspacing="1" class="tablesorter">
  854. <thead>
  855. <tr>
  856. <th>Idioma</th>
  857. <th>Leitura</th>
  858. <th>Conversa??o</th>
  859. <th>Escrita</th>
  860. <th></th>
  861. </tr>
  862. </thead>
  863. <tbody>
  864. <?php $_from = $this->_tpl_vars['idiomas']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
  865. foreach ($_from as $this->_tpl_vars['idiom']):
  866. ?>
  867. <tr>
  868. <td><?php echo $this->_tpl_vars['idiom']['idiomaNome']; ?>
  869. <input name="idioma[]" type="hidden" value="<?php echo $this->_tpl_vars['idiom']['idioma']; ?>
  870. " /></td>
  871. <td><?php echo $this->_tpl_vars['idiom']['escrita']; ?>
  872. <input name="escrita[]" type="hidden" value="<?php echo $this->_tpl_vars['idiom']['escrita']; ?>
  873. " /></td>
  874. <td><?php echo $this->_tpl_vars['idiom']['conversacao']; ?>
  875. <input name="conversacao[]" type="hidden" value="<?php echo $this->_tpl_vars['idiom']['conversacao']; ?>
  876. " /></td>
  877. <td><?php echo $this->_tpl_vars['idiom']['leitura']; ?>
  878. <input name="leitura[]" type="hidden" value="<?php echo $this->_tpl_vars['idiom']['leitura']; ?>
  879. " /></td>
  880. <td><input class="delete" type="button" value="Remover" /></td>
  881. </tr>
  882. <?php endforeach; endif; unset($_from); ?>
  883. </tbody>
  884. </table>
  885. <input type="button" id="next" value="Pr?ximo" />
  886. </div>
  887. <!-- End Idiomas -->
  888. <!-- Begin Refer?ncias -->
  889. <div id="tabs-8">
  890. <?php if ($this->_tpl_vars['referencia_erro']): ?>
  891. <p class="form_error"><?php echo $this->_tpl_vars['referencia_erro']; ?>
  892. </p>
  893. <?php endif; ?>
  894. <div id="referencia">
  895. <ul>
  896. <li id="li_1" >
  897. <label class="description" for="ref_nome">Nome: </label>
  898. <div>
  899. <input id="ref_nome" name="ref_nome[]" class="element text medium" type="text" maxlength="30" value="<?php echo $this->_tpl_vars['ref_nome']; ?>
  900. "/>
  901. <p class="error"></p>
  902. </div>
  903. </li>
  904. <li id="li_2" >
  905. <label class="description" for="ref_empresa">Empresa: </label>
  906. <div>
  907. <input id="ref_empresa" name="ref_empresa[]" class="element text medium" type="text" maxlength="30" value="<?php echo $this->_tpl_vars['ref_empresa']; ?>
  908. "/>
  909. <p class="error"></p>
  910. </div>
  911. </li>
  912. <li id="li_3" >
  913. <label class="description" for="ref_vinculo">V?nculo: </label>
  914. <div>
  915. <input id="ref_vinculo" name="ref_vinculo[]" class="element text medium" type="text" maxlength="30" value="<?php echo $this->_tpl_vars['ref_vinculo']; ?>
  916. "/>
  917. <p class="error"></p>
  918. </div>
  919. </li>
  920. <li id="li_4" >
  921. <label class="description" for="ref_telefone">Telefone: </label>
  922. <div>
  923. <input id="ref_telefone" name="ref_telefone[]" class="element text medium" type="text" maxlength="30" value="<?php echo $this->_tpl_vars['ref_telefone']; ?>
  924. "/>
  925. <p class="error"></p>
  926. </div>
  927. </li>
  928. <li id="li_5" >
  929. <label class="description" for="ref_email">Email: </label>
  930. <div>
  931. <input id="ref_email" name="ref_email[]" class="element text medium" type="text" maxlength="30" value="<?php echo $this->_tpl_vars['ref_email']; ?>
  932. "/>
  933. <p class="error"></p>
  934. </div>
  935. </li>
  936. </ul>
  937. <input id="save" type="button" value="Salvar" />
  938. <input id="cancel" type="button" value="Cancelar" />
  939. <input id="clear" type="button" value="Limpar" />
  940. </div>
  941. <input id="add" type="button" value="Adicionar" />
  942. <table cellspacing="1" class="tablesorter">
  943. <thead>
  944. <tr>
  945. <th>Nome</th>
  946. <th>Empresa</th>
  947. <th>V?nculo</th>
  948. <th>Telefone</th>
  949. <th>Email</th>
  950. <th></th>
  951. </tr>
  952. </thead>
  953. <tbody>
  954. <?php $_from = $this->_tpl_vars['referencias']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
  955. foreach ($_from as $this->_tpl_vars['ref']):
  956. ?>
  957. <tr>
  958. <td><?php echo $this->_tpl_vars['ref']['ref_nome']; ?>
  959. <input name="ref_nome[]" type="hidden" value="<?php echo $this->_tpl_vars['ref']['ref_nome']; ?>
  960. " /></td>
  961. <td><?php echo $this->_tpl_vars['ref']['ref_empresa']; ?>
  962. <input name="ref_empresa[]" type="hidden" value="<?php echo $this->_tpl_vars['ref']['ref_empresa']; ?>
  963. " /></td>
  964. <td><?php echo $this->_tpl_vars['ref']['ref_vinculo']; ?>
  965. <input name="ref_vinculo[]" type="hidden" value="<?php echo $this->_tpl_vars['ref']['ref_vinculo']; ?>
  966. " /></td>
  967. <td><?php echo $this->_tpl_vars['ref']['ref_telefone']; ?>
  968. <input name="ref_telefone[]" type="hidden" value="<?php echo $this->_tpl_vars['ref']['ref_telefone']; ?>
  969. " /></td>
  970. <td><?php echo $this->_tpl_vars['ref']['ref_email']; ?>
  971. <input name="ref_email[]" type="hidden" value="<?php echo $this->_tpl_vars['ref']['ref_email']; ?>
  972. " /></td>
  973. <td><input class="delete" type="button" value="Remover" /></td>
  974. </tr>
  975. <?php endforeach; endif; unset($_from); ?>
  976. </tbody>
  977. </table>
  978. <input type="button" id="next" value="Pr?ximo" />
  979. </div>
  980. <!-- End Refer?ncias -->
  981. <!-- Begin Acesso -->
  982. <div id="tabs-9">
  983. <?php if ($this->_tpl_vars['acesso_erro']): ?>
  984. <p class="form_error"><?php echo $this->_tpl_vars['acesso_erro']; ?>
  985. </p>
  986. <?php endif; ?>
  987. <ul>
  988. <li id="li_1" >
  989. <label class="description" for="usuario">Usu?rio: </label>
  990. <div>
  991. <input id="usuario" name="usuario" class="element text medium" type="text" maxlength="60" value="<?php echo $this->_tpl_vars['usuario']; ?>
  992. "/>
  993. <p class="error"></p>
  994. <?php if ($this->_tpl_vars['usuario_erro']): ?>
  995. <p class="form_error"><?php echo $this->_tpl_vars['usuario_erro']; ?>
  996. </p>
  997. <?php endif; ?>
  998. </div>
  999. </li>
  1000. <li id="li_2" >
  1001. <label class="description" for="senha">Senha: </label>
  1002. <div>
  1003. <input id="senha" name="senha" class="element text medium" type="password" maxlength="100" value=""/>
  1004. <p class="error"></p>
  1005. <?php if ($this->_tpl_vars['senha_erro']): ?>
  1006. <p class="form_error"><?php echo $this->_tpl_vars['senha_erro']; ?>
  1007. </p>
  1008. <?php endif; ?>
  1009. </div>
  1010. </li>
  1011. <li id="li_3" >
  1012. <label class="description" for="senha_conf">Confirme a senha: </label>
  1013. <div>
  1014. <input id="senha_conf" name="senha_conf" class="element text medium" type="password" maxlength="100" value=""/>
  1015. <p class="error"></p>
  1016. <?php if ($this->_tpl_vars['senha_conf_erro']): ?>
  1017. <p class="form_error"><?php echo $this->_tpl_vars['senha_conf_erro']; ?>
  1018. </p>
  1019. <?php endif; ?>
  1020. </div>
  1021. </li>
  1022. </ul>
  1023. <br /><br />
  1024. <input type="submit" id="submit" value="Finalizar Cadastro" />
  1025. </div>
  1026. <!-- End Acesso -->
  1027. <!-- Dados Adicionais -->
  1028. <input name="action" type="hidden" value="<?php echo $this->_tpl_vars['action']; ?>
  1029. "/>
  1030. </form>
  1031. <!-- End Formul?rio Candidato -->
  1032. </div>