index.jsp

来自「这个是完整的wap项目的源码 开发语言 Java 系统架构 Struts +」· JSP 代码 · 共 31 行

JSP
31
字号
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ include file="/include/header.jsp"%>
<table border="0" align="center" width="990px" cellpadding="0" cellspacing="0">
	<tr height="100px">
		<td colspan="3" width="990px">
			<jsp:include flush="true" page="/module/front/jsp/head.jsp"></jsp:include>
		</td>
	</tr>
	<tr>
		<td width="220px" align="left" valign="top">
			<jsp:include flush="true" page="/module/front/jsp/left.jsp"></jsp:include>
		</td>
		
		<td width="770px" align="right" valign="top">
			<jsp:include flush="true" page="/module/front/jsp/right.jsp"></jsp:include>
		</td>
	</tr>
	<tr height="10px">
		<td colspan="3">
			&nbsp;
		</td>
	</tr>
</table>
<table width="990px" border="0" align="center">
  <tr>
    <td><img width="100%" src="images/footer.GIF"></td>
  </tr>
</table>
<div align="center">Copyright@2007-2008 龙通联讯</div>
<br>
<%@ include file="/include/footer.jsp"%>

⌨️ 快捷键说明

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