点击进入知科官方网站
查看: 1245  |  回复: 4
 
 
hengda
积分:365
注册时间:2012-08-20
最后登录:2016-01-03
发送短消息
发表于 2012-10-10 11:49
 
 
Official服务
积分:16745
注册时间:2012-01-02
最后登录:2015-09-24
发送短消息
回复于 2012-10-10 12:03
1楼
提示:该回帖已被锁定!
 
 
hengda
积分:365
注册时间:2012-08-20
最后登录:2016-01-03
发送短消息
回复于 2012-10-10 12:47
2楼
提示:该回帖已被锁定!
 
 
hengda
积分:365
注册时间:2012-08-20
最后登录:2016-01-03
发送短消息
回复于 2012-10-10 12:49
3楼
提示:该回帖已被锁定!
 
 
Official服务
积分:16745
注册时间:2012-01-02
最后登录:2015-09-24
发送短消息
回复于 2012-10-10 12:49
4楼
修改文件:/user/demand_list.aspx 
 
<div class="path">
改成
<div class="path" id="path">
 
<asp:Literal ID="Literal_pathname" runat="server"></asp:Literal></div>
改成
<asp:Literal ID="Literal_pathname" runat="server"></asp:Literal></div>
<script>
document.getElementById("path").innerHTML=document.getElementById("path").innerHTML.replace("房屋求购","窗帘求购").replace("房屋求租","窗帘供应");
</script>  
 
<asp:Literal ID="Literal_typename" runat="server"></asp:Literal></a></li></ul>
改成
<asp:Literal ID="Literal_typename" runat="server"></asp:Literal></a></li></ul>
<script>
document.getElementById("list_tab1").innerHTML=document.getElementById("list_tab1").innerHTML.replace("房屋求购","窗帘求购").replace("房屋求租","窗帘供应");
</script>
 
 
 
———————————————————————— 
 
 
 
修改文件:/user/demand_view.aspx 
 
<div class="path">
改成
<div class="path" id="path">
 
<asp:Literal ID="Literal_pathname" runat="server"></asp:Literal></div>
改成
<asp:Literal ID="Literal_pathname" runat="server"></asp:Literal></div>
<script>
document.getElementById("path").innerHTML=document.getElementById("path").innerHTML.replace("房屋求购","窗帘求购").replace("房屋求租","窗帘供应");
</script>  
  
<div class="list_custom2"><asp:Literal ID="type" runat="server">
改成
<div class="list_custom2" id="list_custom2"><asp:Literal ID="type" runat="server">
 
<div class="list_custom1">联系电话:</div>
改成
<script>
document.getElementById("list_custom2").innerHTML=document.getElementById("list_custom2").innerHTML.replace("房屋求租","窗帘供应").replace("房屋求购","窗帘求购");
</script>
<div class="list_custom1">联系电话:</div>
 
 
 
 
 
 
回复帖子