experienceInfo.jsp 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <%@ page contentType="text/html;charset=GBK"%>
  2. <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
  3. <form name="experienceForm" action="" method='post'>
  4. <div class="forum-container temp-form">
  5. <input type="hidden" id="experienceId" name="experienceId" value="">
  6. <table style="width:100%">
  7. <tr>
  8. <td>工作单位<font color="red">*</font>:</td>
  9. <td >
  10. <input type="text" name="work_company" id="work_company" class="default-text"/>
  11. </td>
  12. <td>职务:</td>
  13. <td>
  14. <input type="text" name="work_position" id="work_position" class="default-text"/>
  15. </td>
  16. </tr>
  17. <tr>
  18. <td>起止年月:</td>
  19. <td>
  20. <input type="text" name="work_start_end_time" id="work_start_end_time" class="default-text"/>
  21. </td>
  22. <td>离职原因:</td>
  23. <td>
  24. <input type="text" name="work_resignation_reason" id="work_resignation_reason" class="default-text"/>
  25. </td>
  26. </tr>
  27. </table>
  28. <div style="margin: 5px auto;text-align: left">
  29. &nbsp;<input type="button" value="清空" id="resetBtn" class="l-button" style="width:100px;" onclick="resetForm()"/>&nbsp;
  30. <input type="button" value="保存" id="saveBtn"
  31. class="l-button" style="width: 100px;" onclick="submitSaveExperience();" />
  32. <%-- <c:choose> --%>
  33. <%-- <c:when test="${isEdit == false }"> --%>
  34. <!-- <input type="button" value="更新经历到列表" id="saveBtn" class="l-button" style="width:100px;" onclick="submitAddeExperience();"/> -->
  35. <%-- </c:when> --%>
  36. <%-- <c:otherwise> --%>
  37. <!-- <input type="button" value="新增经历到列表" id="saveBtn" class="l-button" style="width:100px;" onclick="submitEditExperience();"/> -->
  38. <%-- </c:otherwise> --%>
  39. <%-- </c:choose> --%>
  40. </div>
  41. </div>
  42. <div id="maingrid3" style="margin: 0; padding: 0"></div>
  43. </form>