| 1234567891011121314151617181920212223242526272829303132 |
- <html>
- <head>
- </head>
- <body>
- <form action="<serv.ss name='ss.agrTask' dest='info' parm='{shid:"${shid}"}'/>" method="post">
- <div class='content-div'>
- <table id="table" class="form">
- <tr>
- <th width="185px">活动</th>
- <td colspan="3">${hd.mc}</td>
- </tr>
- <tr>
- <th width="185px">班级</th>
- <td><cbTrans.ss cb="bj" val="${xybmgz.bjid}"/></td>
- <th width="185px">报名结束时间</th>
- <td><txt.ss val="${hd.bmjssj}" fmt="yyyy-MM-dd HH:mm"/></td>
- </tr>
- </table>
- <div style="width: 800px;height: 500px"> <%-- 查询页。Lin --%>
- <iframe style="border:none; width:100%; height:100%;" src="<serv.ss name='boxBmxy_cx' dest='boxObjList' parm='{hdid:"${hd.hdid}",bjid:"${xybmgz.bjid}"}'/>"></iframe>
- </div>
- </div>
- <div class="bottom-div">
- <div class="bottom-down-div">
- <input type="button" value="提交" class="bottom-button"
- onclick='wd.display.confirm("提交报名学员","提交后,不能再修改了。<br><br>确定要提交吗?",function(){$("form").submit();})'/>
- <input type="button" value="关闭" class="bottom-button" onclick="wd.display.closeDialog();"/>
- </div>
- </div>
- </form>
- </body>
- </html>
|