2011-02-16 02:48:11 +00:00
|
|
|
<%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Views/Shared/Site.Master" %>
|
|
|
|
<asp:Content runat="server" ID="Title" ContentPlaceHolderID="TitleContent">Browse</asp:Content>
|
|
|
|
<asp:Content runat="server" ID="Main" ContentPlaceHolderID="MainContent">
|
2011-02-28 06:17:49 +00:00
|
|
|
<h2>Browse</h2>
|
2011-02-16 02:48:11 +00:00
|
|
|
|
|
|
|
<div id="browse-default-menu">
|
|
|
|
<ul>
|
2011-02-28 06:17:49 +00:00
|
|
|
<li><a href="#" id="browse-game">Games</a></li>
|
|
|
|
<li><a href="#" id="browse-system">Systems</a></li>
|
|
|
|
<li><a href="#" id="browse-category">Categories</a></li>
|
|
|
|
<li><a href="#" id="browse-publisher">Publishers</a></li>
|
2011-02-16 02:48:11 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="browse-default-container">
|
|
|
|
<p>
|
|
|
|
<a href="#" id="show-default-menu">Back</a>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<div id="browse-default-content"></div>
|
|
|
|
</div>
|
|
|
|
</asp:Content>
|
|
|
|
|
|
|
|
<asp:Content ContentPlaceHolderID="DeferrableScripts" runat="server">
|
2011-03-01 00:11:17 +00:00
|
|
|
<script type="text/javascript" src="/media/js/browse.compressed.js"></script>
|
2011-02-16 02:48:11 +00:00
|
|
|
</asp:Content>
|