PageRenderTime 69ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 1ms

/web/OrganicPM/templates/default/templates_c/%%0A^0A4^0A44E5B1%%index.tpl.php

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