📄 protype_all_edit.jsp
字号:
<%@ page contentType="text/html;charset=gb2312"%>
<%@ page import="protype.*" %>
<HTML>
<!-- Mirrored from web.hichina.com/sitemanager/templet/096/left1/ by HTTrack Website Copier/3.x [XR&CO'2003], Thu, 28 Aug 2003 00:02:03 GMT -->
<HEAD>
<TITLE>
<!--Your Company Name-->
Template
</TITLE>
<!--CharSet-->
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<link rel="stylesheet" href="purchase_department_images/CSS.CSS" type="text/css">
<style type="text/css">
<!--
-->
</style>
<SCRIPT ID=clientEventHandlersJS LANGUAGE=javascript>
<!--
function window_onload() {
<!--Page.OnLoad-->
}
//-->
</SCRIPT>
<%
if ( session.getAttribute("UserName")==null || session.getAttribute("UserName")=="" || session.getAttribute("UserType")==null || session.getAttribute("UserType")=="" )
{
session.removeAttribute("UserName");
session.removeAttribute("UserType");
response.sendRedirect("login/index.jsp");
//out.println("dengluchengong认为其二维尔维尔却无二");
}
%>
</HEAD>
<BODY BGCOLOR=#669999 leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--Counter-->
<!--Something Here-->
<table width="778" border="0" cellspacing="0" cellpadding="0" align="center" height="130">
<tr>
<td background="purchase_department_images/index_top1.gif" valign="top">
<table border="0" cellspacing="0" cellpadding="0" width="778" align="center">
<tr>
<td height="25"> <font color="#FFFFFF"><b></b></font>
<div align="center"><font color="#FFFFFF"><b></b></font></div>
</td>
</tr>
<tr>
<td height="30"> <font color="#FFFFFF"><b></b></font>
<div align="center"><font color="#000000"><b><font size="5">
<!--Your Company Name-->
超市管理系统——商品采购部
</font></b></font></div>
</td>
</tr>
<tr>
<td height="30">
<div align="center"><font size="4" color="#000000">
<!--Your Company Name.English-->
Enterprise Purchase Department
</font> </div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="778" border="0" cellspacing="0" cellpadding="0" align="center" background="purchase_department_images/index_bg.gif">
<tr>
<td valign="top" width="215" rowspan="2">
<table width="215" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="215" border="0" cellspacing="0" cellpadding="0" height="20" background="purchase_department_images/01.gif">
<tr>
<td> <img src="purchase_department_images/index_pic.gif" width="215" height="155"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="215" border="0" cellspacing="0" cellpadding="0" height="15">
<tr>
<td>
<div align="center">
<!--Language-->
<!--Something Here-->
</div>
</td>
</tr>
</table>
<table width="215" border="0" cellspacing="0" cellpadding="0" height="40" background="purchase_department_images/index_lm.gif">
<tr>
<td> <div align="center"><b><a href="../menu_index/purchase_department_index.jsp">商品采购部</a></b> </div></td>
</tr>
</table>
<!--Button2.Content.Begin-->
<table width="215" border="0" cellspacing="0" cellpadding="0" height="40" background="purchase_department_images/index_lm.gif">
<tr>
<td>
<div align="center"><b>
<!--Button2.Link-->
<a href="protype_all.jsp">
<!--Button2-->
商品类型信息</a></b></div>
</td>
</tr>
</table>
<!--Button2.Content.End-->
<!--Button3.Content.Begin-->
<table width="215" border="0" cellspacing="0" cellpadding="0" height="40" background="purchase_department_images/index_lm.gif">
<tr>
<td>
<div align="center"><b>
<!--Button3.Link-->
<a href="protype_add.jsp">
<!--Button3-->
商品类型添加</a></b></div>
</td>
</tr>
</table>
<!--Button3.Content.End-->
<!--Button4.Content.Begin-->
<table width="215" border="0" cellspacing="0" cellpadding="0" height="40" background="purchase_department_images/index_lm.gif">
<tr>
<td>
<div align="center"><b>
<!--Button4.Link-->
<a href="protype_all_edit.jsp">
<!--Button4-->商品类型修改</a></b></div>
</td>
</tr>
</table>
<!--Button4.Content.End-->
<!--Button5.Content.Begin-->
<table width="215" border="0" cellspacing="0" cellpadding="0" height="40" background="purchase_department_images/index_lm.gif">
<tr>
<td>
<div align="center"><b>
<!--Button5.Link-->
<a href="protype_delete.jsp">
<!--Button5-->商品类型删除</a></b></div>
</td>
</tr>
</table>
<!--Button5.Content.End-->
<!--Button7.Content.Begin-->
<table width="215" border="0" cellspacing="0" cellpadding="0" height="40" background="purchase_department_images/index_lm.gif">
<tr>
<td>
<div align="center"><b>
<!--Button7.Link-->
<a href="../login/login_exit.jsp">
<!--Button7-->退出系统</a></b></div>
</td>
</tr>
</table>
<!--Button7.Content.End-->
</td>
</tr>
</table>
</td>
<td valign="top" width="563"><img src="purchase_department_images/index_top2.gif" width="563" height="70"></td>
</tr>
<tr>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td></td>
</tr>
<tr>
<td>
<p>
<!--IndexPage.Content.Begin-->
</p>
<jsp:useBean id="protype" class="protype.ProtypeBean" scope="page" />
<%
java.util.Vector pro = protype.queryProtype();
if( null==pro)
{
out.println( "没有找到商品类型信息!" );
}
else
{
%>
<table width="379" height="129" border="12" align="center" >
<tr>
<td colspan="3" align="center" >所有商品类型基本信息</td>
</tr>
<tr>
<td width="107" height="38">商品类型编号</td>
<td width="135">商品类型名称</td>
<td width="93" class="style2">修改该商品类型信息</td>
</tr>
<%
for( int i=0; i<pro.size(); i++ )
{
Protype p = (Protype)pro.get( i );
%>
<tr>
<td height="38"><%=p.getTypeId()%></td>
<td><%=p.getTypeName()%></td>
<td><a href="protype_Update.jsp?TypeId=<%=p.getTypeId()%>">修改</td>
</tr>
<%
}
%>
</table>
<%
}
%>
<!--IndexPage.Content.End-->
</p>
<table width="90%" border="0" cellspacing="0" cellpadding="0" align="center" height="1">
<tr>
<td bgcolor="#000000"> </td>
</tr>
</table>
<table width="90%" border="0" cellspacing="0" cellpadding="4" align="center">
<tr>
<td>
<p align="center">
<!--Your Company Name-->
任晓明毕业设计——
<!--TCopyRight-->
版权所有
@2002<br>
<!--TAddress-->
公司地址:ysu
<!--Address-->
<br>
<!--TTelephone-->
电话:
<!--Telephone-->
<!--TEMail-->
电子邮件:ren@126.com
<!--EMail-->
<A HREF='mailto:
<!--Email-->
'>
<!--Email-->
</A>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="778" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td><img src="purchase_department_images/index_bottom.gif" width="778" height="50"></td>
</tr>
</table>
</BODY>
<!-- Mirrored from web.hichina.com/sitemanager/templet/096/left1/ by HTTrack Website Copier/3.x [XR&CO'2003], Thu, 28 Aug 2003 00:02:03 GMT -->
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -