Edit D:\chineseall_products\chineseall_digitallib\digitallib\digitalLib6\pages\screen\web\schoolView.jsp
<%@ page contentType="text/html;charset=utf-8"%> <%@ taglib prefix="s" uri="/struts-tags"%> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=10"/> <title><s:action name="viewSchoolName" executeResult="true" namespace="/"> <s:param name="sid" value="sid"></s:param> </s:action></title> <link href="/pages/default/screen/css/index_style.css" rel="stylesheet" type="text/css" /> <link href="/pages/default/screen/css/module.css" rel="stylesheet" type="text/css" /> <link href="/pages/default/screen/css/subpage.css" rel="stylesheet" type="text/css" /> <link href="/pages/default/screen/css/siteinfo.css" rel="stylesheet" type="text/css" /> <script type='text/javascript' src='/js/jquery-1.8.0.min.js'></script> </head> <body> <!-- ?????? --> <div class="wrap"> <s:action name="header" executeResult="true" namespace="/screen"> <s:param name="menuIndex" value="2"></s:param> </s:action> <div class="main"> <div class="float-return"><a href="javascript:history.go(-1)">???</a></div> <div class="main-up-books"> <ul> <li class="main-books-title">??????</li> <li class="main-books-m"></li> </ul> </div> <div class="siteinfo"> <div class="siteinfo-title"><s:property value="school.title"/></div> <div class="siteinfo-txt"> ${school.content } </div> </div> </div> <s:action name="footer" executeResult="true" namespace="/screen"> <s:param name="sid" value="sid"></s:param> </s:action> </div> <script> var w = screen.width; var h = screen.height; var ft = $(".footer").offset().top; var fl = $(".footer").offset().left; if(ft<(h-200)) { ft = (h-200) + "px"; var p = {'left':fl+'px','top':ft}; $(".footer").css("position","absolute"); $("div[class='footer']").css(p); } </script> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de