📄 informationdetail.jsp
字号:
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ page import="com.longtime.wap.module.front.web.form.InformationDetailForm"%>
<%@ include file="/include/header.jsp"%>
<table border="0" align="center" width="990px" cellpadding="0" cellspacing="0">
<tr height="100px">
<td colspan="2" 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" valign="top" align="right">
<%InformationDetailForm form = (InformationDetailForm) request
.getAttribute("informationDetailForm");
if (("temp").equalsIgnoreCase(form.getDetailFlug())) {
%>
<jsp:include flush="true" page="/module/front/jsp/informationDetailTemp.jsp" />
<%} else if ("detail".equalsIgnoreCase(form.getDetailFlug())){
%>
<jsp:include flush="true" page="/module/front/jsp/informationDetailView.jsp" />
<%} else {
%>
<BR/><BR/><BR/><BR/><BR/><BR/>
<div style="text-align:center"><FONT color="red"><li>没有您所查询的结果</FONT></div>
<%
}
%>
</td>
</tr>
<tr height="10px">
<td colspan="2">
</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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -