budgetInstVersion-add.jsp 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. <%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
  2. <%@include file="/context/mytags.jsp"%>
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6. <title>实例版本</title>
  7. <t:base type="jquery,easyui,tools,DatePicker"></t:base>
  8. <script type="text/javascript">
  9. //编写自定义JS代码
  10. </script>
  11. </head>
  12. <body>
  13. <t:formvalid formid="formobj" dialog="true" usePlugin="password" layout="table" action="budgetInstVersionController.do?doAdd" >
  14. <input id="instId" name="instId" type="hidden" value="${param.instId}" />
  15. <table style="width: 600px;" cellpadding="0" cellspacing="1" class="formtable">
  16. <tr>
  17. <td align="right">
  18. <label class="Validform_label">
  19. 版本名:
  20. </label>
  21. </td>
  22. <td class="value">
  23. <input id="name" name="name" type="text" style="width: 150px" class="inputxt" datatype="*" value="${defaultVersionName}" />
  24. <span class="Validform_checktip"></span>
  25. <label class="Validform_label" style="display: none;">版本名</label>
  26. </td>
  27. </tr>
  28. </table>
  29. </t:formvalid>
  30. </body>
  31. <script src = "webpage/cn/com/lzt/budget/instversion/budgetInstVersion.js"></script>