12345678910111213141516171819 |
- <%@ page contentType="text/html;charset=UTF-8" language="java" %>
- <html>
- <head>
- </head>
- <body>
- <div class="clear" ></div>
- <div class="footnew">
- <div class="c">
- <div class="clear" ></div>
- <div class="footernew">
- <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>
- <p>松原市人才公共服务平台v1.0</p>
- <p>地址:松原市宁江区沿江东路1778号 邮编:13800</p>
- <p>版权所有@2019-2025松原人才</p>
- </div>
- </div>
- </div>
- </body>
- </html>
|