12345678910111213141516171819202122232425262728293031323334353637 |
- <!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/resume.css" />
- <script src="${resPath}/syrc-mobile/images/jquery-2.1.1.min.js"></script>
- <script src="${resPath}/syrc-mobile/images/basic.js"></script>
- <script src="${resPath}/syrc-mobile/images/zepto.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>
- </head>
- <body style="background:url(${resPath}/syrc-mobile/images/sy_dz_115.png) no-repeat center;">
- <div class="top_nav">
- <span ><a href="${frontPath!}/4" style="font-size: 0.6rem;color: #747474;font-weight: bold">首页登录</a> | <a style="font-size: 0.6rem;color: #747474;font-weight: bold" href="${ctxPath}/system/reception/gotogrzc">个人注册</a> | <a href="${ctxPath}/system/reception/gotoqyzc" style="font-size: 0.6rem;color: #747474;font-weight: bold">企业注册</a></span>
-
- </div>
- <div class="zc_logo">
- <img src="${resPath}/syrc-mobile/images/sy_sj_27.png" />
- </div>
- <div class="zc_content ">
|