?? informationdetail.jsp
字號:
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic"%>
<%@ page import="com.longtime.wap.module.business.web.form.InformationEditForm" %>
<%@ include file="/include/header.jsp"%>
<table border="0" align="left" width="1000px" cellpadding="0" cellspacing="0" height="600px">
<TR>
<TD width="180px" align="left" rowSpan="2" class="BackLeftBackground" valign="top">
<jsp:include flush="true" page="/frame/jsp/manage-left.jsp"></jsp:include>
</TD>
<TD align="center" width="820px" valign="top" height="20px">
<jsp:include flush="true" page="/frame/jsp/manage-head.html"></jsp:include>
</TD>
</TR>
<TR height="565px">
<TD align="center" valign="top" class="BackRightBackground">
<br>
<html:form action="informationEditValidate.do?method=saveInformation" method="post" enctype="multipart/form-data" styleId="informationForm">
<html:hidden property="detailType"/>
<%
InformationEditForm informationEditForm = (InformationEditForm)request.getAttribute("informationEditForm");
if ("text".equalsIgnoreCase(informationEditForm.getDetailType())){
%>
<jsp:include flush="true" page="/module/business/jsp/informationDetailTextRight.jsp"></jsp:include>
<%
} else if ("music".equalsIgnoreCase(informationEditForm.getDetailType())) {
%>
<jsp:include flush="true" page="/module/business/jsp/informationDetailMusicRight.jsp"></jsp:include>
<%
} else if ("pic".equalsIgnoreCase(informationEditForm.getDetailType())) {
%>
<jsp:include flush="true" page="/module/business/jsp/informationDetailPicRight.jsp"></jsp:include>
<%
}
%>
</html:form>
</TD>
</TR>
</table>
<%@ include file="/include/footer.jsp"%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -