Edit D:\chineseall_products\bak\digitalLib6\pages\kindergarten\application\activityEvaluatingView.jsp
<%@ page contentType="text/html;charset=utf-8" %> <%@ taglib prefix="s" uri="/struts-tags"%> <s:set name="templatePath" value="@com.chineseall.core.servlet.InitParameters@pageTemplatePath"/> <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <title><s:property value="activity.title"/> - ????????? - <s:action name="viewSchoolName" executeResult="true"> <s:param name="sid" value="sid"></s:param> </s:action></title> <link href="/pages/${templatePath}/css/style.css" type="text/css" rel="stylesheet" /> </head> <body> <s:set name="menuIndex" value="5"/> <jsp:include page="/pages/${templatePath}/top.jsp"/> <!--mainContent--> <div class="wrap mt10"> <jsp:include page="/pages/${templatePath}/navMenu.jsp"/> <s:set name="subMenuIndex" value="7"/> <jsp:include page="/pages/${templatePath}/application/activityMenu.jsp"/> <div class="mt10 cf bd"> <div class="surveyTitle tc"><s:property value="activity.title"/></div> <div class="surveyCon"> <h2><s:property value="eva.title"/>(?? <s:property value="list.size()"/> ?????)</h2> <div style="margin-bottom: 20px;padding:0px;"><s:property value="eva.remark"/></div> <form action="/activityEvaluatingSubmit.action" method="post" name="activityEvaluatingForm" id="activityEvaluatingForm"> <s:iterator value="list" status="obj"> <dl> <dt> <s:property value="#obj.count"/>. [<s:if test="type==0">?????</s:if><s:elseif test="type==1">?????</s:elseif><s:elseif test="type==2">?????</s:elseif>] <s:property value="title"/> (<s:property value="score"/>??) <input name="userEvaItems[<s:property value="#obj.index"/>].examinationId" type="hidden" value="<s:property value='id'/>"> </dt> <s:iterator value="itemList" status="itemObj"> <dd> <s:if test="type==1"> <input name="userEvaItems[<s:property value="#obj.index"/>].examinationItemIds" type="checkbox" value="<s:property value='id'/>"> </s:if> <s:else> <input name="userEvaItems[<s:property value="#obj.index"/>].examinationItemIds" type="radio" value="<s:property value='id'/>"> </s:else> <label><s:property value="letter"/> <s:property value="title"/></label></dd> </s:iterator> </dl> </s:iterator> <div class="dashedLine"></div> <input type="hidden" name="objectId" value="<s:property value='objectId'/>"/> <input type="hidden" name="eva.id" value="<s:property value='eva.id'/>"/> <input type="hidden" name="startTime" value="<s:date name="startTime" format="yyyy-MM-dd HH:mm:ss"/>"/> <s:if test="list!=null && list.size()>0"> <a style="cursor:pointer;" onclick="dosubmit();" class="tjBtn mt30" style="margin-left:auto; margin-right:auto;"></a> </s:if> </form> </div> </div> <s:action name="foot" executeResult="true"> <s:param name="sid" value="sid"></s:param> </s:action> </div> <script type="text/javascript"> function dosubmit() { if(!confirm("??????????????")) { return; } document.getElementById("activityEvaluatingForm").submit(); } </script> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de