12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <!doctype html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>${siteTitle!}</title>
- <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
- <link rel="stylesheet" href="${resPath}/syrc-mobile/images/sy_sjhtml.css"/>
- <link rel="stylesheet" href="${resPath}/syrc-mobile/images/sy_sjbase.css" />
- <link rel="stylesheet" href="${resPath}/syrc-mobile/images/cover.css" />
- <link rel="stylesheet" href="${resPath}/syrc-mobile/images/pop.css" />
- <link rel="stylesheet" href="${resPath}/syrc-mobile/images/list.css" />
- <link rel="stylesheet" href="${resPath}/syrc-mobile/images/detail.css" />
- <link rel="stylesheet" href="${resPath}/syrc-mobile/images/resume.css" />
- <link rel="stylesheet" href="${resPath}/syrc-mobile/images/syrc-gjrc.css" />
- <script src="${resPath}/syrc-mobile/images/jquery-2.1.1.min.js"></script>
- <script src="${resPath}/syrc-mobile/images/zepto.js"></script>
- <script src="${resPath}/syrc-mobile/images/syrc-base.js"></script>
- <script type="text/javascript">
- var _tkd = _tkd || [];
- var $_CONFIG = {};
- $_CONFIG['domain'] = '//m.51job.com/';
- $_CONFIG['imgpath'] = '//img01.51jobcdn.com/im/m';
- $_CONFIG['jspath'] = '//js.51jobcdn.com/in/js/h5';
- $_CONFIG['template'] = 'resume/myresume';
- $_CONFIG['islogin'] = '1';
- $_CONFIG['jobarea'] = '030800';
- $_CONFIG['jobareaname'] = '东莞';
- $_CONFIG['ip'] = '36.48.27.149';
- $_CONFIG['guid'] = 'db7398e3a4d3205cf89c37f039c6005f';
- </script>
- <style>
- .fy .pag li a {width: auto;float: none;color: #333;}
- .fy .pag {
- text-align: center;
- height: 20px;
- line-height: 20px;
- clear: both;
- float: none;
- padding: 0px;
- }
- .fy .pag li {
- text-align: center;
- margin: 0px 2px;
- padding: 0px 8px;
- height: 20px;
- line-height: 20px;
- text-decoration: none;
- display: inline-block;
- border: 1px solid #318ddc;
- width: auto;
- }
- .fy .pag .current {
- background-color: #318ddc;
- }
- </style>
- </head>
- <body style=" overflow-y:auto;">
- <div id="pageWp" class="bb">
- <div id="pageTop" >
- <!-- top 头部 开始-->
- <div class="sy_header">
- <span class="location" onclick="window.location.href='${frontPath!}/4'"><font style="font-size: 0.6rem;color: #747474;font-weight: bold">返回首页</font></span>
- <img src="${resPath}/syrc-mobile/images/sy_sj_27.png" /> <span class="ss_dz">
- @includeFileTemplate("/www/syrc-mobile/include/dlzc.html"){}
- </span> </div>
- <!-- top 头部 结束-->
- <!--简历nav 开始-->
- <div class="jl_nav zypxnav">
- <a class="fl" href="${frontPath!}/4/1023.html" >职业培训</a>
- <a class="hea_xl fr"></a>
- <!--下拉-->
- <ul class="nav-jit-hid zypx_hid" style="display:none;">
- <li><a href="${frontPath!}/${site.siteId}/1023.html">频道首页</a></li>
- <li><a href="${frontPath!}/${site.siteId}/1027.html">专家团队</a></li>
- <li><a href="${frontPath!}/${site.siteId}/1025/12281.html">政策解读</a></li>
- <li><a href="${frontPath!}/${site.siteId}/1024/12280.html">招生简章</a></li>
- <li><a href="${frontPath!}/${site.siteId}/1026.html">资料下载</a></li>
- </ul>
- <!--下拉 end-->
- </div>
- <div class="clear"></div>
- <!--简历nav 结束-->
- </div>
|