⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sidebar.jsp

📁 《J2EE企业级应用开发》一书的配套源代码
💻 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">&nbsp;<span class="subtitleWhite">快速查找</span><br>
        &nbsp;<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>
        &nbsp;&nbsp;<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() ) {
        %>
        &nbsp;&nbsp;<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 {
        %>
        &nbsp;&nbsp;<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 + -