📄 leftnavigation.jsp
字号:
<%@ page contentType="text/html; charset=UTF-8" %>
<%--
* @author Sujatha
* @version 1.0
*
* Development Environment : Oracle9i JDeveloper
* Name of the Application : leftNavigation.jsp
* Creation/Modification History :
*
* Sujatha 27-Dec-2001 Created
* Sujatha 20-Jan-2003 Incorporated Struts framework
*
* Overview of Application
* This JSP is the left navigation frame for all the shop owner pages
*
--%>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ page language="java" errorPage="../misc/errorHandler.jsp" %>
<TABLE width="100%" border="0" cellspacing="0" cellpadding="2">
<TR bgcolor="#B3B18E">
<TD height="25">
<DIV align="center">
<SPAN class="WhiteText" style="text-decoration:none;"><B><bean:message key="prompt.owner.subcatheader"/></B>
</SPAN>
</DIV>
</TD>
</TR>
<TR bgcolor="#F0F0E6" valign="bottom">
<TD height="25">
<DIV align="center">
<A href='authownersubcategory.do?command=addSubCategoryForm' class="GreenText" style="text-decoration:none;"><bean:message key="prompt.owner.addsubcategory"/>
</A><BR>
</DIV>
</TD>
</TR>
<TR bgcolor="#F0F0E6" valign="top">
<TD height="25">
<DIV align="center">
<A href='authownersubcategory.do?command=listSubCategoryForm' class="GreenText" style="text-decoration:none;"><bean:message key="prompt.owner.editsubcategory"/>
</A><BR>
</DIV>
</TD>
</TR>
<TR bgcolor="#B3B18E">
<TD height="25">
<DIV align="center">
<SPAN class="WhiteText" style="text-decoration:none;"><B><bean:message key="prompt.owner.itemheader"/></B>
</SPAN>
</DIV>
</TD>
</TR>
<TR bgcolor="#F0F0E6" valign="bottom">
<TD height="25">
<DIV align="center">
<A href="authowneritem.do?command=addItemForm" class="GreenText" style="text-decoration:none;"><bean:message key="prompt.owner.additem"/></A><BR>
</DIV>
</TD>
</TR>
<TR bgcolor="#F0F0E6" valign="top">
<TD height="25">
<DIV align="center">
<A href="authownersearchitem.do" class="GreenText" style="text-decoration:none;"><bean:message key="prompt.owner.edititem"/></A><BR>
</DIV>
</TD>
</TR>
<TR bgcolor="#B3B18E">
<TD height="25">
<DIV align="center">
<SPAN class="WhiteText" style="text-decoration:none;"><B><bean:message key="prompt.owner.shopheader"/></B>
</SPAN>
</DIV>
</TD>
</TR>
<TR bgcolor="#F0F0E6">
<TD height="25" valign="bottom">
<DIV align="center">
<A href="authownerreportform.do" class="GreenText" style="text-decoration:none;"><bean:message key="prompt.owner.report"/></A><BR>
</DIV>
</TD>
</TR>
<TR bgcolor="#F0F0E6">
<TD>
<DIV align="center">
<A href="authownerorder.do?command=getPendingOrders" class="GreenText" style="text-decoration:none;"><bean:message key="prompt.owner.manageorders"/></A><BR>
</DIV>
</TD>
</TR>
<TR bgcolor="#F0F0E6">
<TD>
<DIV align="center">
<A href="authownershopowner.do?command=getShopDetails" class="GreenText" style="text-decoration:none;"><bean:message key="prompt.owner.editshop"/></A><BR>
</DIV>
</TD>
</TR>
<TR bgcolor="#F0F0E6">
<TD valign="top" height="25">
<DIV align="center">
<A href="authownerdiscontinueform.do" class="GreenText" style="text-decoration:none;"><bean:message key="prompt.owner.discontinue"/></A><BR>
</DIV>
</TD>
</TR>
</TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -