⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 templet.jsp

📁 java web开发宝典源代码
💻 JSP
字号:
<%@ page contentType="text/html;charset=gb2312"%>
<%@ taglib uri="struts-html" prefix="html" %>
<%
  String path=request.getContextPath();
  String basePath=request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<html>
<head>
  <title>校园信息网</title>
  <base href="<%=basePath%>"/>
  <link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body background="image/bg.gif">
  <center>
      <table border="0" cellspacing="0" cellpadding="0" bgcolor="#FCFEF1">
          <tr><td colspan="2"><%@ include file="top.jsp" %></td></tr>
          <tr>
              <td height="30" align="left"><jsp:include page="menu.jsp"/></td>              
              <td rowspan="2" align="center" valign="top"><jsp:include page="right.jsp"/></td>
          </tr>
          <tr height="450"><td align="center" bgcolor="#FCFEF1"><jsp:include page="default.jsp"/></td></tr>          
          <tr><td colspan="2"><%@ include file="end.jsp" %></td></tr>
      </table>
  </center>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -