<%@ page contentType="text/html; charset=UTF-8" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%> <%@ taglib uri="/struts-tags" prefix="s" %> <% String localPath = request.getContextPath(); String cmpPath = request.getRequestURI(); //获取页面路径地址 String commonPath = localPath + "/gaowj"; String themePath = commonPath + "/ria/ria-1.0/gaowj/themes/default/css"; %> <fmt:setBundle basename="param1" var="p1"/> <fmt:message key="common.date.pattern.dateZH" var="dateZH" bundle="${p1}"/> <fmt:message key="common.date.pattern.date_1" var="date_1" bundle="${p1}"/> <fmt:message key="common.date.pattern.datetimeZH" var="datetimeZH" bundle="${p1}"/> <fmt:message key="common.date.pattern.datetime_1" var="datetime_1" bundle="${p1}"/> <!--example <fmt:formatDate value="${col.issueTime}" pattern="${dateZH}" /> --> <script type="text/javascript" src="<%=localPath %>/js/jquery.js"></script> <script type="text/javascript" src="<%=localPath %>/js/jquery.debug.js"></script> <script type="text/javascript" src="<%=localPath %>/js/jquery-ui.js"></script> <script type="text/javascript" src="<%=localPath %>/js/jquerytable.js"></script> <script type="text/javascript" src="<%=localPath %>/js/tabclass.js"></script>