vgquotes/Src/VideoGameQuotes.Web/Views/Quote/DefaultBrowse.aspx
tmont 25172d14a3 * compressed javascript
* renamed css file
* removed copypaste code for js includes
* added pdn files
* changed unused images/javascript build type from Content to None
2011-03-01 00:11:17 +00:00

27 lines
941 B
Plaintext

<%@ 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">
<h2>Browse</h2>
<div id="browse-default-menu">
<ul>
<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>
</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">
<script type="text/javascript" src="/media/js/browse.compressed.js"></script>
</asp:Content>