footer.jsp 643 B

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