Edit D:\chineseall_products\bak\digitalLib6\pages\prettify\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"> <meta name="renderer" content="webkit"> <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" /> <link rel="stylesheet" type="text/css" href="/pages/${templatePath}/css/base.css"> </head> <body> <s:set name="menuIndex" value="5"/> <jsp:include page="/pages/${templatePath}/top.jsp"/> <jsp:include page="/pages/${templatePath}/navMenu.jsp"/> <!--mainContent--> <div class="wrap mt10"> <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="confirmSubmit();" class="tjBtn mt30" style="margin-left:auto; margin-right:auto;"></a> </s:if> </form> </div> </div> </div> <div id="submitDiv" class="upbox_all_t" style="display: none"> <div class="up_bg_t"></div> <div class="upbox_t"> <div class="topbar_u"> <span id="showTitle">???</span><a href="javascript:closeSubmitDiv();"><img class="fright" src="/pages/${templatePath}/images/cross.png" width="10" height="10"></a> </div> <div> <!-- <div class="defeated">--> <div class="question"><span >???????????</span></div> </div> <div class="btn"> <a class="sure" style="margin-right: 10px" href="javascript:dosubmit();">???</a> <a class="sure" href="javascript:closeSubmitDiv();">???</a> </div> </div> </div> <div class="clear" style="margin-top: 15px"></div> <s:action name="foot" executeResult="true"> <s:param name="sid" value="sid"></s:param> </s:action> <script type="text/javascript"> function dosubmit() { document.getElementById("activityEvaluatingForm").submit(); } function confirmSubmit(){ document.getElementById("submitDiv").style.display="block"; } function closeSubmitDiv(){ document.getElementById("submitDiv").style.display="none"; }; </script> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de