left.jsp 1.0 KB

1234567891011121314151617181920
  1. <%@ page language="java" pageEncoding="UTF-8" %>
  2. <%@ include file="/common/taglibs.jsp" %>
  3. <div id="leftbar" class="yui-b">
  4. <a href="${ctx}/">首页</a>
  5. <a href="${ctx}/common/users.htm">综合演示</a>
  6. <a href="${ctx}/jms/index.action">JMS演示</a>
  7. <a href="${ctx}/jmx/jmx-client.action">JMX演示</a>
  8. <a href="${ctx}/email/index.action">邮件演示</a>
  9. <a href="${ctx}/ajax/index.action">Ajax演示</a>
  10. <a href="${ctx}/report/index.action">报表演示</a>
  11. <a href="${ctx}/cache/index.action">Cache演示</a>
  12. <a href="${ctx}/schedule/index.action">定时任务演示</a>
  13. <a href="${ctx}/xml_json/index.action">XML/JSON操作演示</a>
  14. <a href="${ctx}/security/index.action">安全高级演示</a>
  15. <a href="${ctx}/log/index.action">日志高级演示</a>
  16. <a href="${ctx}/web/index.action">Web高级演示</a>
  17. <a href="${ctx}/orm/index.action">数据库高级演示</a>
  18. <a href="${ctx}/webservice/index.action">Web服务高级演示</a>
  19. <a href="${ctx}/j_spring_security_logout">退出登录</a>
  20. </div>