123456789101112131415161718 |
- <%@ page contentType="text/html;charset=UTF-8" language="java" %>
- <html>
- <head>
- </head>
- <body>
- <div class="footer">
- <div class="footer_top">
- <a href="${ctx}/">首页</a> |
- <a href="${ctxF}/columnNews">学习专题</a> |
- <a href="${ctxF}/videonews?typeId=1">榜样风采</a> |
- <a href="${ctxF}/videonews?typeId=2">远教直播</a>
- </div>
- <div class="footer_bottom">中国共产党内松原市委员会组织部主办 松原市党员教育中心承办
- <p>备案:吉ICP备00000号 0438-000000</p>
- </div>
- </div>
- </body>
- </html>
|