footer.jsp 826 B

12345678910111213141516171819
  1. <%@ page contentType="text/html;charset=UTF-8" language="java" %>
  2. <html>
  3. <head>
  4. </head>
  5. <body>
  6. <div class="clear" ></div>
  7. <div class="footnew">
  8. <div class="c">
  9. <div class="clear" ></div>
  10. <div class="footernew">
  11. <p class="mb20"><a href="${ctx}/home">首页 </a><a href="${ctxF}/register" target="_blank"> 人才注册 </a><a href="${ctxF}/sign" target="_blank">在线报名 </a><a href="${ctxF}/more?news_type=5">办事指南 </a><a href="${ctxF}/more?news_type=3">人才计划专栏 </a> <a href="${ctxF}/more?news_type=4">图片新闻 </a> </p>
  12. <p>松原市人才公共服务平台v1.0</p>
  13. <p>地址:松原市宁江区沿江东路1778号 邮编:13800</p>
  14. <p>版权所有@2019-2025松原人才</p>
  15. </div>
  16. </div>
  17. </div>
  18. </body>
  19. </html>