主题 : *题链接问题
级别: 解元
UID: 123973
积分:209 加为好友
威望: 0 精华: 0
主题:11 回复:86
注册时间:2018-06-21
在线时长:0
11#   发表于:2018-10-08 13:47:28  IP:114.248.*.*
回复第10楼  是可以正常显示的,但是偶尔会变
级别: 版主
UID: 121385
积分:34048 加为好友
威望: 0 精华: 0
主题:0 回复:32073
注册时间:2018-03-20
在线时长:0
12#   发表于:2018-10-08 13:48:06  IP:117.129.*.*
回复第11楼您好,那您现在是正常显示的吗?
世间没有一种具有真正价值的东西,可以不经过艰苦辛勤劳动而能够得到的。
级别: 解元
UID: 123973
积分:209 加为好友
威望: 0 精华: 0
主题:11 回复:86
注册时间:2018-06-21
在线时长:0
13#   发表于:2018-10-08 13:49:01  IP:114.248.*.*
回复第12楼 现在是正常显示的,刚才还变了。
级别: 解元
UID: 123973
积分:209 加为好友
威望: 0 精华: 0
主题:11 回复:86
注册时间:2018-06-21
在线时长:0
14#   发表于:2018-10-08 13:49:49  IP:114.248.*.*
回复第13楼
级别: 版主
UID: 121385
积分:34048 加为好友
威望: 0 精华: 0
主题:0 回复:32073
注册时间:2018-03-20
在线时长:0
15#   发表于:2018-10-08 13:49:58  IP:117.129.*.*
回复第13楼您好,这个显示都是模板语法调用的,具体您那边可以调试下。
世间没有一种具有真正价值的东西,可以不经过艰苦辛勤劳动而能够得到的。
级别: 解元
UID: 123973
积分:209 加为好友
威望: 0 精华: 0
主题:11 回复:86
注册时间:2018-06-21
在线时长:0
16#   发表于:2018-10-08 13:50:15  IP:114.248.*.*
回复第12楼  设置应该没问题吧?
级别: 解元
UID: 123973
积分:209 加为好友
威望: 0 精华: 0
主题:11 回复:86
注册时间:2018-06-21
在线时长:0
17#   发表于:2018-10-08 13:50:45  IP:114.248.*.*
回复第15楼 在哪进行调试啊
级别: 版主
UID: 121385
积分:34048 加为好友
威望: 0 精华: 0
主题:0 回复:32073
注册时间:2018-03-20
在线时长:0
18#   发表于:2018-10-08 13:53:13  IP:117.129.*.*
回复第17楼您那边需要检查您专题模板看下是否有调用语法错误。
世间没有一种具有真正价值的东西,可以不经过艰苦辛勤劳动而能够得到的。
级别: 解元
UID: 123973
积分:209 加为好友
威望: 0 精华: 0
主题:11 回复:86
注册时间:2018-06-21
在线时长:0
19#   发表于:2018-10-08 13:54:44  IP:114.248.*.*
回复第18楼 
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>中国公共招聘网_民企、外企、国企、创业 哪种职场更适合你</title>
<link REL="SHORTCUT ICON" type="image/x-icon" href="/${res}/images/rone.ico"> 
<link rel="stylesheet" type="text/css" href="/r/cms/www/default/images/mwgc/minqi.css"/>
<script language="javascript" src="/r/cms/www/default/js/jquery-1.7.2.min.js" type="text/javascript"></script>
<script>
//招聘岗位(左侧)
$(function(){
      $.ajax({
            type: "post",
            url: "/cjobs/colleges/getCzgwByAjax",
            data: {},
            async : false,
            dataType: "json",
            success: function (data) {
                 var str = "<tr><td>岗位名称</td><td>单位名称</td><td>招聘人数</td><td>地区</td></tr>";
                 for(var i=0;i<3;i++){ 
                     str += "<tr><td><div style='width:100px;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;'><a href='/cjobs/jobinfolist/cb21/showgw?id=" + data[i].ACB200 + "' ";
                     str += "style='width:120px;' target='_blank'>"; 
                     str += data[i].ACA112+"</a></div></td>";
                  str += "<td><div style='width:120px;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;' title='"+ data[i].AAB004 +"'>" + data[i].AAB004 + "</div></td>";
                  str += "<td><div style='width:72px;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;'>" + data[i].ACB240 + "</div></td>";
                  str += "<td><div style='width:72px;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;'>" + data[i].AAB302 + "</div></td></tr>";
             }
             $("#gwList1").html(str);
             }});
});

//招聘岗位(右侧)
$(function(){
      $.ajax({
            type: "post",
            url: "/cjobs/colleges/getCzgwByAjax",
            data: {},
            async : false,
            dataType: "json",
            success: function (data) {
                 var str = "<tr><td>岗位名称</td><td>单位名称</td><td>招聘人数</td><td>地区</td></tr>";
                 for(var i=3;i<6;i++){ 
                     str += "<tr><td><div style='width:100px;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;'><a href='/cjobs/jobinfolist/cb21/showgw?id=" + data[i].ACB200 + "' ";
                     str += "style='width:120px;' target='_blank'>"; 
                     str += data[i].ACA112+"</a></div></td>";
                  str += "<td><div style='width:120px;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;'  title='"+ data[i].AAB004 +"'>" + data[i].AAB004 + "</div></td>";
                  str += "<td><div style='width:72px;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;'>" + data[i].ACB240 + "</div></td>";
                  str += "<td><div style='width:72px;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;'>" + data[i].AAB302 + "</div></td></tr>";
             }
             $("#gwList2").html(str);
             }});
});

//招聘会
$(function(){
      $.ajax({
            type: "post",
            url: "/cjobs/colleges/getCzZphByAjax",
            data: {},
            async : false,
            dataType: "json",
            success: function (data) {
                 var str = "<tr><td>招聘会标题</td><td>起止时间</td><td>地区</td></tr>";
                 for(var i=0;i<data.length;i++){ 
                  str += "<tr><td style='width:300px;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;  text-align:left;'><a href='/cjobs/jobfairinfo/show/" + data[i].ACB330 + "/1' ";
                     str += "style='width:300px;'  target='_blank'>"; 
                     str += data[i].ACB331+"</a></td>";
                  str += "<td style='width:290px;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;'>" + data[i].AAE030 + " 至 " + data[i].AAE031 + "</td>";
                  str += "<td style='width:150px;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;'>" + data[i].AAB302 + "</td></tr>";  
           }
             $("#zphlist").html(str);
                              }});

});
</script>
</head>
<body>
<div class="main">
<div class="tips">
 编者按:人社部最新信息显示,2018年高校毕业生已达到820万人。再创历年新高。在求职这一双向选择过程中,求职思考题也放在了诸位毕业生面前:选民企、外企还是国企?毕业可不可以直接创业?去一线还是去二三线城市,重起薪还是看成长性?本期专题帮您基于自身职业发展规划作出正确的选择,从而进入到最适合自身的机构中。
</div>
<div class="divline">
<div class="div-left left">
<div class="title1">
<span>市场机制下的民营企业</span>
[@cms_channel id='1291']<a class="more" href="${tag_bean.url}" target="_blank">更多</a>[/@cms_channel]
</div>
<ul>
 [@cms_content_list count='4' orderBy='4' titLen='24' channelId='1291' channelOption='1' dateFormat='yyyy-MM-dd']
                                        [#list tag_list as a]
                                        <li><a target="_blank" style="text-decoration:none;font-family:'微软雅黑';cursor: pointer;font-size:15px" href="${a.url}">[@text_cut s=a.title len=titLen append='...'/]</a></li>
                                        [/#list]
                                        [/@cms_content_list]
</ul>
</div>
<div class="div-right right">
<div class="title1">
<span>国际接轨的外资企业</span>
[@cms_channel id='1292']<a class="more" href="${tag_bean.url}" target="_blank">更多</a>[/@cms_channel]
</div>
<ul>
 [@cms_content_list count='4' orderBy='4' titLen='24' channelId='1292' channelOption='1' dateFormat='yyyy-MM-dd']
                                        [#list tag_list as a]
                                        <li><a target="_blank" style="text-decoration:none;font-family:'微软雅黑';cursor: pointer;font-size:15px" href="${a.url}">[@text_cut s=a.title len=titLen append='...'/]</a></li>
                                        [/#list]
                                        [/@cms_content_list]
</ul>
</div>
</div>
<div class="divline">
<div class="div-left left">
<div class="title1">
<span>旱涝保收的铁饭碗</span>
[@cms_channel id='1293']<a class="more" href="${tag_bean.url}" target="_blank">更多</a>[/@cms_channel]
</div>
<ul>
 [@cms_content_list count='4' orderBy='4' titLen='24' channelId='1293' channelOption='1' dateFormat='yyyy-MM-dd']
                                        [#list tag_list as a]
                                        <li><a target="_blank" style="text-decoration:none;font-family:'微软雅黑';cursor: pointer;font-size:15px" href="${a.url}">[@text_cut s=a.title len=titLen append='...'/]</a></li>
                                        [/#list]
                                        [/@cms_content_list]
</ul>
</div>
<div class="div-right right">
<div class="title1">
<span>人生新起点 毕业就创业 </span>
[@cms_channel id='1294']<a class="more" href="${tag_bean.url}" target="_blank">更多</a>[/@cms_channel]
</div>
<ul>
 [@cms_content_list count='4' orderBy='4' titLen='24' channelId='1294' channelOption='1' dateFormat='yyyy-MM-dd']
                                        [#list tag_list as a]
                                        <li><a target="_blank" style="text-decoration:none;font-family:'微软雅黑';cursor: pointer;font-size:15px" href="${a.url}">[@text_cut s=a.title len=titLen append='...'/]</a></li>
                                        [/#list]
                                        [/@cms_content_list]
</ul>
</div>
</div>
<div class="qiuzhifuwu">
<span class="qiuzhifuwu-title">求职服务</span>
<div class="left">
<span class="little-title">招聘岗位</span>
<table id='gwList1' border="0" cellspacing="0" cellpadding="0" width="472px">
<tr>
<td width="125px">岗位名称 </td>
<td width="127px">单位名称</td>
<td width="95px">招聘人数</td>
<td width="125px">地区</td>
</tr>

</table>
</div>
<div class="right">
<span class="little-title">招聘岗位</span>
<table id='gwList2' border="0" cellspacing="0" cellpadding="0" width="472px">
<tr>
<td>岗位名称 </td>
<td>单位名称</td>
<td>招聘人数</td>
<td>地区</td>
</tr>

</table>
</div>
</div>
<div class="zhaopinhui">
<span class="qiuzhifuwu-title">热门招聘会</span>
<div class="">
<table id='zphlist' border="0" cellspacing="0" cellpadding="0" width="944px">
<tr>
<td >标题</td>
<td >起止时间  </td>
<td >地点</td>
</tr>

</table>
</div>
</div>
</div>

</body>
</html>



您帮我看下
级别: 版主
UID: 121385
积分:34048 加为好友
威望: 0 精华: 0
主题:0 回复:32073
注册时间:2018-03-20
在线时长:0
20#   发表于:2018-10-08 13:56:01  IP:117.129.*.*
回复第19楼您好,我这样看是看不出来的,您那边出问题的时候具体是会跳转到哪个页面。
世间没有一种具有真正价值的东西,可以不经过艰苦辛勤劳动而能够得到的。
|< < 1 2 3 4 5 > >| 共5页