baseinfo_left.jsp

来自「这是《Struts网络编程实例》一书zhogn 的源代码部分」· JSP 代码 · 共 44 行

JSP
44
字号
<%@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 + =
减小字号Ctrl + -
显示快捷键?