商业用户登录
给微招聘手机版页面更换logo和添加导航

方法如下:

进入后台招聘频道——再进入频道参数——再点击打开手机版参数       如下图所示:


进入了手机版参数的页面,页面如图所示:




提供更换LOGO和添加导航的代码,代码如下:(其中红底白字的是您的实际LOGO图片地址)

<style>
.head .con1 td.td2 .cname{background-image:url(/s/img/w/m/mzp/logo.png)}
.mzpnav{padding:10px 5px}
.mzpnav p{width:33%;float:left}
.mzpnav p.nth-child(2){width:34%}
.mzpnav p a{display:block;text-align:center;height:30px;line-height:30px;border:solid 1px #ddd;background:#fcfcfc;margin:0 5px;border-radius:4px}
</style>
<script>
$(function(){
$(".head").after("<div class='mzpnav'><p><a href='/t/m/mzp/CompanyList.aspx'>招聘公司</a></p><p><a href='/t/m/mzp/PositionList.aspx'>职位岗位</a></p><p><a href='/t/m/mzp/ResumeList.aspx'>人才简历</a></p><div class='clear'></div></div>");
});
</script>

添加之后效果如下图所示:







如果需要将微招聘的链接放到主手机版的导航里面,则请修改这个文件 \t\1\Wap\_nav.aspx  打开该文件修改或添加菜单即可  如图所示:


如果要在总手机版首页显示招聘职位和最新人才简历,则打开\t\1\Wap\Index1.aspx这个文件,把光标定位到

<div class="MoreDiv1 mt10 none" id="LifeMoreBtn">
        <div class="con1"><a href="/t/1/Wap/LifeClass1.aspx">所有便民信息</a></div>
    </div>

这段代码的后面,然后接这后面插入以下代码:

<style>.c160405{margin:10px 10px 0;border:solid 1px #ddd}.b160405{height:34px;background:#fcfcfc;line-height:34px;padding-left:10px;border-bottom:solid 1px #eee;font-size:14px}.n160405{height:36px;line-height:36px;border-top:solid 1px #eee;background:#fcfcfc;text-align:center}.n160405 a{display:block}.v160405_a{padding:2px 0}.v160405_a li{height:28px;line-height:28px;overflow:hidden;border-bottom:solid 1px #eee;padding:0 10px;text-overflow:ellipsis;white-space:nowrap;color:#fff}.v160405_a li:last-child{border-bottom:0}</style>
    <div class="c160405">
        <div class="b160405">招聘职位</div>
        <div class="v160405">
            <div class="v160405_a">
                <ul>
                    <%=B.I("0,<<select top 6 A.*,B.Alias as CompanyName,(select Salary from _mzpSalary where id=A.Salary) as Salary2 from [_mzpPosition] as A inner join [_mzpCompany] as B on A.[FID]=B.id where A.[Enable]=1 and A.[Dispark]=1 and B.[Enable]=1 and B.[EndTime]>='" + C.Now() + "' order by A.[IsTop] desc,A.[UpdateTime] desc>>,<li><a href=`/t/m/mzp/PositionView.aspx?id=[ID]`>[CompanyName] / [Title] / 月薪[Salary2]</a></li>")%>
                </ul>
            </div>
        </div>
        <div class="n160405"><a href="/t/m/mzp/PositionList.aspx">查看更多职位</a></div>
    </div>
    <div class="c160405">
        <div class="b160405">人才简历</div>
        <div class="v160405">
            <div class="v160405_a">
                <ul>
                    <%=B.I("0,<<select top 6 A.*,B.RealName,B.Gender,(stuff((select ','+Industry from _mzpIndustry where charindex(','+ltrim(id)+',',','+A.Position+',')>0 order by charindex(','+ltrim(id)+',',','+A.Position+',') for xml path('')),1,1,'')) as zhiwei from [_mzpResume] as A inner join [User] as B on A.[UID]=B.id where A.[Enable]=1 and A.[Dispark]=1 and B.[Enable]=1 order by A.[IsTop] desc,A.[UpdateTime] desc>>,<li><a href=`/t/m/mzp/ResumeView.aspx?id=[ID]`>[RealName] ([Gender]) 求 [zhiwei]</a></li>")%>
                </ul>
            </div>
        </div>
        <div class="n160405"><a href="/t/m/mzp/ResumeList.aspx">查看更多简历</a></div>
    </div>

草根网站梦想驱动者
进入知梦官方网站
演示:浏览页面体验功能
查看价格并购买知梦
联系官方客服:

Copyright  ©  知梦地方门户网站系统  All rights reserved

版权所有:湖北知科网络科技有限公司    公司电话:86-0711-3240005    值班电话:15871526095

公司地址:湖北省鄂州市鄂城区乡镇企业大厦404室    鄂ICP备10205759号