修改文件:/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>