📄 index.jsp
字号:
<jsp:include page="../header/header.jsp" flush="true"/>
<%@ page contentType="text/html;charset=gb2312" %>
<%@ page import="foton.util.*" %>
<%@ page import="foton.strategy.*" %>
<%@ page import="java.util.*" %>
<%
strategyDAO dao = new strategyDAO();
strategyInfo info= new strategyInfo();
String ID="01";
info=dao.getStrategy(ID);
%>
<jsp:include page="../header/header_bg.jsp" flush="true"/>
<jsp:include page="../header/menu_common.jsp" flush="true"/>
<!--
<form action="../job/job_insert.jsp" method="post" name="loginForm" onsubmit="javascript:return checkLogin();">
<input type="hidden" name="logicName" value="Login">
<input type="hidden" name="PageID" value="Login">
<b>登陆</b><br>
请输入用户名 <INPUT maxLength=8 name=userID size=14 style="COLOR: #000000; FONT-SIZE: 12px"><br>
请输入密码
<INPUT maxLength=8 name=password size=14 style="COLOR: #000000; FONT-SIZE: 12px" type=password>
<INPUT name=submit type=hidden value=提交>
<INPUT border=0 height=18 name=submit src="../../login/go.gif" type=image value=提交 width=25>
</form>
-->
<jsp:include page="../user/login.jsp" flush="true"/>
</TD>
<TD width=672>
<TABLE height=1 cellSpacing=0 cellPadding=0 width=538 border=0>
<TBODY>
<TR>
<TD vAlign=bottom colSpan=2 height=1></TD></TR>
<TR>
<TD width=40 height=45 rowSpan=2></TD>
<TD vAlign=top width=498 height=15><IMG height=1
src="foton.files/qy_1.gif" width=498></TD></TR>
<TR>
<TD vAlign=top width=498 height="30"></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=672 border=0>
<TBODY>
<tr align=center>
<td align=center colspan=2>
<font size=5><%=info.getCaption()%></font>
</tr>
<tr ><td colspan=2> </td></tr>
<tr ><td colspan=2> </td></tr>
<TR>
<TD width=50> <br><br><br><br><br> </TD>
<TD width=572>
<p> <font size=4 > <%=info.getContent()%> </font> </p>
</TD>
<TD width=50> </TD>
</TR></TABLE></TBODY></TABLE><!-- #BeginLibraryItem "/Library/zhu_copyright.lbi" -->
<TABLE cellSpacing=0 cellPadding=0 width=767 background=foton.files/d_1_bj.gif
border=0>
<TBODY>
<TR>
<TD width=124><IMG height=19 src="../../images/d_1.gif" width=124></TD>
<TD width=643><FONT color=#cccccc>北汽福田汽车股份有限公司 版权所有 ©
2004</FONT></TD></TR></TBODY></TABLE><!-- #EndLibraryItem -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -