2011-03-04 08:20:20 +00:00
|
|
|
<%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage<VideoGameQuotes.Web.Models.DefaultBrowseModel>" MasterPageFile="~/Views/Shared/Site.Master" %>
|
2011-02-16 02:48:11 +00:00
|
|
|
<asp:Content runat="server" ID="Title" ContentPlaceHolderID="TitleContent">Browse</asp:Content>
|
|
|
|
<asp:Content runat="server" ID="Main" ContentPlaceHolderID="MainContent">
|
2011-03-04 08:20:20 +00:00
|
|
|
<p>
|
|
|
|
There are currently <strong><%= Model.TotalNumberOfQuotes %></strong> quotes. Choose wisely.
|
|
|
|
</p>
|
2011-02-16 02:48:11 +00:00
|
|
|
|
|
|
|
<div id="browse-default-menu">
|
|
|
|
<ul>
|
2011-03-04 08:20:20 +00:00
|
|
|
<li><a href="#" id="browse-game">Games</a> <small>(<%= Model.TotalNumberOfGames %>)</small></li>
|
|
|
|
<li><a href="#" id="browse-system">Systems</a> <small>(<%= Model.TotalNumberOfSystems %>)</small></li>
|
|
|
|
<li><a href="#" id="browse-category">Categories</a> <small>(<%= Model.TotalNumberOfCategories %>)</small></li>
|
|
|
|
<li><a href="#" id="browse-publisher">Publishers</a> <small>(<%= Model.TotalNumberOfPublishers %>)</small></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>
|