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