样式与脚本文件
jspHeader.jsp
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
String socketPath = request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!--
该文件定义了样式与脚本文件
-->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BBS </title>
<style type="text/css">
.tbl {
background: #e5edf2 none repeat scroll 0 0;
border-right: 1px solid #c2d5e3;
overflow: hidden;
width: 160px;
}
.tbr {
hyphens: auto;
word-break: break-all;
}
.list-paddingleft-2 {
padding-left: 36px;
}
</style>
<!-- ********************************Bootstrap*************************************** -->
<link href="<%=basePath %>bootstrap-3.3.5-dist/css/bootst