-
Notifications
You must be signed in to change notification settings - Fork 569
Expand file tree
/
Copy patharchive.aspx
More file actions
18 lines (17 loc) · 839 Bytes
/
archive.aspx
File metadata and controls
18 lines (17 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<%@ Page Language="C#" AutoEventWireup="true" Inherits="archive" EnableViewState="false" Codebehind="archive.aspx.cs" %>
<asp:content id="Content1" contentplaceholderid="cphBody" runat="Server">
<div id="archive" class="archive-page page-global">
<h2 class="archive-page-title page-global-title"><%=Resources.labels.archive %></h2>
<ul runat="server" id="ulMenu" class="archive-page-menu" />
<div class="archive-page-content">
<asp:placeholder runat="server" id="phArchive" />
</div>
<br />
<div id="totals" class="archive-page-total">
<h3><%=Resources.labels.total %></h3>
<span><asp:literal runat="server" id="ltPosts" /></span><br />
<asp:literal runat="server" id="ltComments" />
<span><asp:literal runat="server" id="ltRaters" /></span>
</div>
</div>
</asp:content>