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

📄 baseinfo_left.jsp

📁 这是《Struts网络编程实例》一书zhogn 的源代码部分
💻 JSP
字号:
<%@include file="/jsp/common/environment.jsp"%>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td height="3"><img border="0" src="<%=imagesurl%>left3.gif" width="127" height="3"></td>
  </tr>
</table>
<br>
<table border="0" width="100%" cellspacing="0" cellpadding="6">
  <tr>
    <td align="right">
      <img border="0" src="<%=imagesurl%>p_greenpercent.gif" width="7" height="9">
    </td>
    <td colspan="2">
         <bean:message key="base.usermanagment"/>
    </td>
  </tr>
  <tr>
    <td align="right"></td>
    <td  align="right" width="5">
      <img border="0" src="<%=imagesurl%>main_menubg.gif" width="3" height="5">
    </td>
    <td>
      <a href="<%=hostprefix%>/StrutsExample/showUserListAction.do">
        <bean:message key="base.userlist"/>
      </a>
    </td>
  </tr>
  <tr>
    <td align="right"></td>
    <td align="right" width="5">
    <customtag:Authentication action="new">
      <img border="0" src="<%=imagesurl%>main_menubg.gif" width="3" height="5">
    </customtag:Authentication>
    </td>
    <td >
     <customtag:Authentication action="new">
      <a href="<%=hostprefix%>/StrutsExample/ShowUserAction.do?method=newuser">
        <bean:message key="base.newuser"/>
      </a>
     </customtag:Authentication>
    </td>
  </tr>
</table>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -