boxBmxy_add.ss.jsp 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. <html>
  2. <head>
  3. </head>
  4. <body>
  5. <form action="<serv.ss name='ss.agrTask' dest='info' parm='{shid:"${shid}"}'/>" method="post">
  6. <div class='content-div'>
  7. <table id="table" class="form">
  8. <tr>
  9. <th width="185px">活动</th>
  10. <td colspan="3">${hd.mc}</td>
  11. </tr>
  12. <tr>
  13. <th width="185px">班级</th>
  14. <td><cbTrans.ss cb="bj" val="${xybmgz.bjid}"/></td>
  15. <th width="185px">报名结束时间</th>
  16. <td><txt.ss val="${hd.bmjssj}" fmt="yyyy-MM-dd HH:mm"/></td>
  17. </tr>
  18. </table>
  19. <div style="width: 800px;height: 500px"> <%-- 查询页。Lin --%>
  20. <iframe style="border:none; width:100%; height:100%;" src="<serv.ss name='boxBmxy_cx' dest='boxObjList' parm='{hdid:"${hd.hdid}",bjid:"${xybmgz.bjid}"}'/>"></iframe>
  21. </div>
  22. </div>
  23. <div class="bottom-div">
  24. <div class="bottom-down-div">
  25. <input type="button" value="提交" class="bottom-button"
  26. onclick='wd.display.confirm("提交报名学员","提交后,不能再修改了。<br><br>确定要提交吗?",function(){$("form").submit();})'/>
  27. <input type="button" value="关闭" class="bottom-button" onclick="wd.display.closeDialog();"/>
  28. </div>
  29. </div>
  30. </form>
  31. </body>
  32. </html>