-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.aspx
23 lines (22 loc) · 997 Bytes
/
index.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<%@ Page Language="C#" AutoEventWireup="true" Inherits="SohhScrape.index" MasterPageFile="~/MobileSohhMaster.Master" %>
<asp:Content ID="Content1" ContentPlaceHolderID="preXsltContent" runat="server">
<div id="bodyIndex">
<a name="top"></a>
<div id="headerToolbar" class="toolbar">
<h1>Mpiff.com</h1>
<a class="leftButton" href="about.aspx"><span>About</span></a> <a class="rightButton"
href="settings.aspx"><span>Settings</span></a>
</div>
<div id="logoHeader">
</div>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="postXsltContent" runat="server">
<%if (Session["username"] != String.Empty) { %>
<a href="logout.aspx" class="genericButton">Log Out</a>
<%} else { %>
<a href="login.aspx" class="genericButton">Log In</a>
<%} %>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="footerBarContent" runat="server">
</div> <a name="bottom"></a>
</asp:Content>