basemodel.jsp

来自「一个完整的物流系统」· JSP 代码 · 共 40 行

JSP
40
字号
<%@ page language="java" pageEncoding="gb2312"%>
<%@ taglib uri="http://displaytag.sf.net/el" prefix="display"%> 
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<html>
<head>
 <base href="<%=basePath%>">

<title>baseModel</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/main_content.css" rel="stylesheet" type="text/css">
<link href="css/button.css" rel="stylesheet" type="text/css">
 <link rel="stylesheet" type="text/css" href="css/displaytag.css">	
<style type="text/css">
<!--
body {
	margin-bottom: 20%;
}
-->
</style>
<link href="../css/main_content.css" rel="stylesheet" type="text/css">
</head>
<body style="margin:0px;">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td class="tr_title4" ><div align="center"></div></td>
  </tr>
  <tr>
  	<td>&nbsp;	</td>
  <tr>
    <td class="tr_title4">&nbsp;</td>
  </tr>
</table>
</body>

</html>

⌨️ 快捷键说明

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