📄 sidebar.jsp
字号:
<%@ page contentType="text/html;charset=gb2312"%>
<jsp:useBean id="shoppingSession" scope="session" class="com.j2eeapp.cdstore.bean.ShoppingSession" />
<tr>
<td bgcolor="#0099FF" valign="top"><form method = "post" action = "search"> <span class="subtitleWhite">快速查找</span><br>
<input size="15" name="cdtitle"></input>
<input type="image" class="subtitleWhite" height=16 alt="Go" src="images/go.gif" width=16 border=0></form><br>
<form>
<a href="newuser" class="subtitleWhite"><IMG height=7 alt="" src="images/bullet.gif" width=7 border=0>
<IMG height=10 alt="" src="images/spacer.gif" width=1 border=0>新用户注册</a><br>
<%
if ( shoppingSession.isLoggedIn() ) {
%>
<a href="logout" class="subtitleWhite"><IMG height=7 alt="" src="images/bullet.gif" width=7 border=0>
<IMG height=10 alt="" src="images/spacer.gif" width=1 border=0>注销</a></form></td>
<%
}
else {
%>
<a href="loginform" class="subtitleWhite"><IMG height=7 alt="" src="images/bullet.gif" width=7 border=0>
<IMG height=10 alt="" src="images/spacer.gif" width=1 border=0>登陆</a></form></td>
<%
}
%>
<td valign="top"><IMG height=16 alt="" src="images/curve.gif" width=17 border=0></td>
<td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -