bgmb_inp.ss.jsp 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <div class='content-div' ssFith="true">
  2. <table class="form">
  3. <tr>
  4. <th width="116px">名称</th>
  5. <td colspan="3"><input name="mc" width="168px"/></td>
  6. </tr>
  7. <tr>
  8. <th>类别</th>
  9. <td><input name="bgmblbm" width="168px"/></td>
  10. </tr>
  11. <tr>
  12. <th>业务及对象</th>
  13. <td colspan="3">
  14. <input name="ywm" placeholder="业务" width="120px"/>
  15. <input name="dxm" placeholder="对象" width="120px"/>
  16. <ccp.ss name="yw_dx"/>
  17. </td>
  18. </tr>
  19. <tr>
  20. <th>服务名及部件</th>
  21. <td colspan="3">
  22. <input name="serv" placeholder="服务名" width="168px"/>
  23. <span id='jspBaseName'></span>
  24. <input type='hidden' name="mbwj" width="168px"/>
  25. <input type='hidden' name='jspBaseName'/>
  26. <input type='hidden' name='jspFileName'/>
  27. <input type='button' id='jspEdit' value="上传" class="content-button">
  28. <ul.ss name="jsp" type="jsp" run="callback"/> <%-- 不能上传 jsp/asp/htm 等文件,安全考虑。在 PMS 上传 .formp.zip(高级表格包)。Lin --%>
  29. </td>
  30. </tr>
  31. <tr>
  32. <th>栏目描述</th>
  33. <td colspan="3"><input name="lmms" type="text"/></td>
  34. </tr>
  35. <tr>
  36. <th>描述</th>
  37. <td colspan="3" style="padding-top: 5px;padding-bottom: 7px;">
  38. <div id="ms" width="100%" height="100px"></div>
  39. <growh.ss name="ms" mode="edit" maxHeight="150px"/>
  40. </td>
  41. </tr>
  42. </table>
  43. </div>
  44. <script type="text/javascript">
  45. function callback(){
  46. $('input[name=mbwj]').val($('input[name=jspBaseName]').val());
  47. }
  48. </script>