活动页面添加参赛作品瀑布流
[PumpkinHouse.git] / PumpkinHouseWeb / Default.aspx
blob9ff70d516b5c83862853f3e8c30a87d9560ca3d7
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     <script type="text/javascript">
6         defaultPage = true;
7     </script>   
8 </asp:Content>
9 <asp:Content ID="Content1" runat="server" ContentPlaceHolderID="ScriptContent">
11     <asp:ScriptManagerProxy ID="ScriptManager2" runat="server">
12             <Scripts>
13                <asp:ScriptReference Path="/Scripts/default.js" />
14                <asp:ScriptReference Path="/Scripts/likePicture.js" />            
15             </Scripts>
16     </asp:ScriptManagerProxy>
17 </asp:Content>
18 <asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent">
19     <div class="Hot-Space-Style">
20         <div class="HeadTag">
21             <ul>
22                 <li><a href="javascript:void(0);" class="HeadTag-a">热门</a></li>
23                 <li><a href="javascript:void(0);" class="HeadTag-b">空间</a></li>
24                 <li><a href="javascript:void(0);" class="HeadTag-c">潮品</a></li>
25                 <li><a href="javascript:void(0);" class="HeadTag-d">风格</a></li>
26             </ul>
27             <div class="ad_158X33"><a href="/activities/20120708/20120708.aspx"><img src="/activities/20120708/images/index-ad.png" /></a></div>
28         </div>
29         <div class="Panel">
30              <a href="javascript:moveLeft()" class="left-Btn"></a>
31              <a href="javascript:moveRight()" class="right-Btn"></a>
32              <div class="Pic-list">
33                 <% for (int i = 0; i < rTags.Length; i++)
34                    { %>
35                 <ul class="Pic-list-ul-<%= (char) (i + 'a') %>" style="position: absolute; width: 2000px" display: <%= i==0 ? "block": "none"  %>">
36                     <% foreach (var t in rTags[i])
37                        { %>
38                     <li><a href="/<% Response.Write(FindOrderString()); %>/<%= CommodityOnly ? "commodity" : "all" %>/<%= t.Name %>?cate=<%=i %>" class="imgUrl"><img src="<%= t.ImageUrl %>" width="150" height="150" /></a><a href="/hot/<%= CommodityOnly ? "commodity" : "all" %>/<%= t.Name %>" class="title"><%= t.Name%></a></li>
39                     <% } %>
40                 </ul>
41                 <% } %>
42              </div>       
43         </div>
44     </div>
46         <script>
47             $('.Hot-Space-Style').css('width', width);
48             $('.Hot-Space-Style .HeadTag').css('width', width);
49             $('.Hot-Space-Style .Panel').css('width', width - 24);
50             $('.Hot-Space-Style .Pic-list').css('width', width - 180);
51             if (width == 1200) {
52                 $('.Hot-Space-Style .Pic-list').css('width', width - 105); 
53             }
54         </script>
56     <div class="Popu-Hot">
57     <script>
58         $('.Popu-Hot').css('width', width);
59     </script>
60         <div class="Btitle">
61             <div class="leftPic float_l"></div>
62             <div class="Con float_l"><% if (string.IsNullOrEmpty(Tag)) { Response.Write("全部"); } else { Response.Write(Tag); } %></div>
63             <div class="rightPic float_l"></div>
64         </div>
65         <a href="/hot/<%= CommodityOnly ? "commodity" : "all" %>/<%= Tag %>" class="ch-tag hottag">人气</a>
66         <a href="/latest/<%= CommodityOnly ? "commodity" : "all" %>/<%= Tag %>" class="ch-tag newtag">最新</a>
67         <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; +margin-left:4px;" /></a>
68     </div>
69         <script>
70             var globalCommodityOnly = '<%= CommodityOnly %>' === 'True';
71             var globalTag = '<%= Tag %>';
72             var globalKeywordCategories;
73             var globalAssociatedKeywords;
74             var globalOrderMode = <%= (int)OrderMode %>;
75             var globalPageNumber = 0;
76             var globalLock = 0;
77             var jsonStr = '<%= JsonObject %>';
78             var json = $.parseJSON(jsonStr);
79     
80             var globalAllPictures;
81             if (globalOrderMode == 1) {
82                 $(".hottag").css("color", "#aacd60");
83             }else if(globalOrderMode == 2) {
84                 $(".newtag").css("color", "#aacd60");
85             }else{
86             }
87             var globalTagCateId = <%= TagCategoryId %>
88      </script>
89     <!--line globalLoggedIn-->
91     <style type="text/css">
92         * + html .footer
93         {
94             display: none !important;
95             display: block;
96         }
97     </style>
99     <a href="#" class="bigPref" style="display:none"></a>
100     <a href="#" class="bigNext" style="display:none"></a>
102     <div class="PublicCon clearfix gallery">
103         <ul class="PublicList clearfix">
104         </ul>
105         <div class="clearfix">
106         </div>
107     </div>
108     <div class="hide" style="display:none">
109         <% foreach (var pic in pictures)
110            { %>
111         <a href="/picture/<%= pic.Id %>">
112             <img class="preview" alt="<%= Server.HtmlEncode(pic.Description) %>" src="<%=pic.Url %>_200_0_thumbnail.<%= pic.Extention %>" />
113             <div>
114                 <%= Server.HtmlEncode(pic.Description) %></div>
115             <div>
116                 <%= Server.HtmlEncode(pic.Tags) %></div>
117         </a><a href="/User/<%= pic.Username %>">
118             <%= Server.HtmlEncode(pic.NickName) %></a>
119         <% if (pic.AlbumId == 0)
120            { %>
121         <a href="/album/default/<%= pic.Username %>">
122             <%= Server.HtmlEncode(pic.AlbumName) %></a>
123         <% }
124            else
125            { %>
126         <a href="/album/<%= pic.AlbumId %>">
127             <%= Server.HtmlEncode(pic.AlbumName) %></a>
128         <% } %>
129         <% } %>
130     </div>
131     <div id="paginationHolder"></div>
132     <div id="bottom" class="clearfix">
133     </div>
134     <!-- #Include virtual="/template/collectTemplate.html" -->
135     <!-- #Include virtual="/template/replyTemplate.html" -->
137 </asp:Content>