1、替换字体颜色~~蓝色改为绿色~
[PumpkinHouse.git] / PumpkinHouseWeb / Default.aspx
blob09db15bfb2393fd4ca95845eef034fd6e1e0e69c
1 <%@ Page Title="木头盒子 - 家居,创意家居,家居分享,淘宝家居,购物分享,装修指南,家装美图,家装效果图,装修交流,设计,简约,宜家" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true"
2     CodeBehind="Default.aspx.cs" Inherits="PumpkinHouse._Default" %>
4 <asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent">
5 </asp:Content>
6 <asp:Content ID="Content1" runat="server" ContentPlaceHolderID="ScriptContent">
7     <script type="text/javascript">
8     </script>
9     <asp:ScriptManagerProxy ID="ScriptManager2" runat="server">
10             <Scripts>
11                <asp:ScriptReference Path="/Scripts/default.js" />
12             
13             </Scripts>
14     </asp:ScriptManagerProxy>
15 </asp:Content>
16 <asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent">
17     <div class="fast-reg-login">
18         <span class="close25x25"></span>
19         <div class="reg-login-con">
20             <div class="understand-mbox float_l"></div>
21             <div class="reg-login-btn float_l"><input type=button value="注册" class="reg-btn" /><input type=button value="登录" class="login-btn" /></div>
22             <div class="icon-login-btn float_l">
23                 <dl>
24                     <dt>使用第三方合作帐号登录</dt>
25                     <dd><span class="icon-qq"></span></dd>
26                     <dd><span class="icon-taobao"></span></dd>
27                     <dd><span class="icon-qqweibo"></span></dd>
28                     <dd><span class="icon-sinaweibo"></span></dd>
29                 </dl>
30             </div>
31         </div>
32         <div class="reg-login-bottom reg-login-open"></div>
33         <div class="reg-login-bottom reg-login-close"></div>
34     </div>
35     <div class="Hot-Space-Style">
36         <div class="HeadTag">
37             <ul>
38                 <li><a href="javascript:void(0);" class="HeadTag-a selected">热门</a></li>
39                 <li><a href="javascript:void(0);" class="HeadTag-b">空间</a></li>
40                 <li><a href="javascript:void(0);" class="HeadTag-c">风格</a></li>
41             </ul>
42         </div>
43         <div class="Panel">
44              <a href="" class="left-Btn"></a>
45              <a href="" class="right-Btn"></a>
46              <div class="Pic-list">
47                 <ul class="Pic-list-ul-a">
48                     <li><a href="#" class="imgUrl"><img src="#" width="160" height="160" /></a><a href="#" class="title">创意家居</a></li>
49                     <li><a href="#" class="imgUrl"><img src="#" width="160" height="160" /></a><a href="#" class="title">创意家居</a></li>
50                     <li><a href="#" class="imgUrl"><img src="#" width="160" height="160" /></a><a href="#" class="title">创意家居</a></li>
51                     <li><a href="#" class="imgUrl"><img src="#" width="160" height="160" /></a><a href="#" class="title">创意家居</a></li>
52                     <li><a href="#" class="imgUrl"><img src="#" width="160" height="160" /></a><a href="#" class="title">创意家居</a></li>
53                 </ul>
54                 <ul class="Pic-list-ul-b">
55                     <li><a href="#" class="imgUrl"><img src="#" width="160" height="160" /></a><a href="#" class="title">创意家居</a></li>
56                     <li><a href="#" class="imgUrl"><img src="#" width="160" height="160" /></a><a href="#" class="title">创意家居</a></li>
57                     <li><a href="#" class="imgUrl"><img src="#" width="160" height="160" /></a><a href="#" class="title">创意家居</a></li>
58                     <li><a href="#" class="imgUrl"><img src="#" width="160" height="160" /></a><a href="#" class="title">创意家居</a></li>
59                     <li><a href="#" class="imgUrl"><img src="#" width="160" height="160" /></a><a href="#" class="title">创意家居</a></li>
60                 </ul>
61                 <ul class="Pic-list-ul-c">
62                     <li><a href="#" class="imgUrl"><img src="#" width="160" height="160" /></a><a href="#" class="title">创意家居</a></li>
63                     <li><a href="#" class="imgUrl"><img src="#" width="160" height="160" /></a><a href="#" class="title">创意家居</a></li>
64                     <li><a href="#" class="imgUrl"><img src="#" width="160" height="160" /></a><a href="#" class="title">创意家居</a></li>
65                     <li><a href="#" class="imgUrl"><img src="#" width="160" height="160" /></a><a href="#" class="title">创意家居</a></li>
66                     <li><a href="#" class="imgUrl"><img src="#" width="160" height="160" /></a><a href="#" class="title">创意家居</a></li>
67                 </ul>
68              </div>       
69         </div>
70     </div>
72     <div class="Popu-Hot">
73         <a href="#" class="Btitle">${current}</a><a href="/hot/<%= CommodityOnly ? "commodity" : "all" %>/<%= Tag %>" class="ch-tag">人气</a><a href="/latest/<%= CommodityOnly ? "commodity" : "all" %>/<%= Tag %>" class="ch-tag">最新</a><a class="onlyShow"><input type="checkbox" id="commodityOnly" style="margin-top:-2px; margin-top:-3px\0; *margin-top:0px; _margin-top:0px; margin-left:8px;" /></a>
74     </div>
76         <script>
77             var globalCommodityOnly = '<%= CommodityOnly %>' === 'True';
78             var globalTag = '<%= Tag %>';
79             var globalKeywordCategories;
80             var globalAssociatedKeywords;
81             var globalOrderMode = <%= (int)OrderMode %>;
82             var globalPageNumber = 0;
83             var globalLock = 0;
84             var jsonStr = '<%= JsonObject %>';
85             var json = $.parseJSON(jsonStr);
86     
87             var globalAllPictures;
88             if (globalOrderMode == 1) {
89                 $(".HotNew .c a").css("color", "#aacd60");
90             }else if(globalOrderMode == 2) {
91                 $(".HotNew .span2 a").css("color", "#aacd60");
92             }else{
93             }
94      </script>
95     <!--line globalLoggedIn-->
97     <style type="text/css">
98         * + html .footer
99         {
100             display: none !important;
101             display: block;
102         }
103     </style>
105     
107     <a href="#" class="bigPref" style="display:none"></a>
108     <a href="#" class="bigNext" style="display:none"></a>
110     <div class="PublicCon clearfix gallery">
111         <ul class="PublicList clearfix">
112         </ul>
113         <div class="clearfix">
114         </div>
115     </div>
116     <div class="hide" style="display:none">
117         <% foreach (var pic in pictures)
118            { %>
119         <a href="/picture/<%= pic.Id %>">
120             <img class="preview" alt="<%= Server.HtmlEncode(pic.Description) %>" src="<%=pic.Url %>_200_0_thumbnail.<%= pic.Extention %>" />
121             <div>
122                 <%= Server.HtmlEncode(pic.Description) %></div>
123             <div>
124                 <%= Server.HtmlEncode(pic.Tags) %></div>
125         </a><a href="/User/<%= pic.Username %>">
126             <%= Server.HtmlEncode(pic.NickName) %></a>
127         <% if (pic.AlbumId == 0)
128            { %>
129         <a href="/album/default/<%= pic.Username %>">
130             <%= Server.HtmlEncode(pic.AlbumName) %></a>
131         <% }
132            else
133            { %>
134         <a href="/album/<%= pic.AlbumId %>">
135             <%= Server.HtmlEncode(pic.AlbumName) %></a>
136         <% } %>
137         <% } %>
138     </div>
139     <div id="paginationHolder"></div>
140     <div id="bottom" class="clearfix">
141     </div>
142     <!-- #Include virtual="/template/collectTemplate.html" -->
143     <!-- #Include virtual="/template/replyTemplate.html" -->
144 </asp:Content>