Edit D:\chineseall_products\bak\digitalLib6\pages\kindergarten\news\newsDetail.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="news.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="4"/> <jsp:include page="/pages/${templatePath}/top.jsp"/> <!--mainContent--> <div class="wrap mt10"> <jsp:include page="/pages/${templatePath}/navMenu.jsp"/> <div class="mt10 cf bd"> <div class="detailTitle"> <h1><s:property value="news.title"/></h1> <p class="tc"><span><s:property value="news.source"/></span><span><s:date name="news.pubTime" format="yyyy-MM-dd HH:mm"/></span></p> </div> <div class="detailCon"> <p> <s:if test="news.headImg!=null && !news.headImg.equals('')"> <img src="<s:property value="news.headImg"/>" style="float: left;margin:5px;"/> </s:if> ${content.content } </p> </div> </div> <s:action name="foot" executeResult="true"> <s:param name="sid" value="sid"></s:param> </s:action> </div> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de