2011-02-28 10:34:46 +00:00
|
|
|
<%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage<VideoGameQuotes.Web.Models.SubmitQuoteModel>" MasterPageFile="~/Views/Shared/Site.Master" %>
|
2011-02-12 23:53:43 +00:00
|
|
|
<asp:Content runat="server" ID="Title" ContentPlaceHolderID="TitleContent">Submit New Quote</asp:Content>
|
|
|
|
<asp:Content runat="server" ID="Main" ContentPlaceHolderID="MainContent">
|
|
|
|
<h2>Submit New Quote</h2>
|
|
|
|
|
2011-02-14 07:39:45 +00:00
|
|
|
<%= Html.ValidationSummary("Some errors occurred while trying to submit your quote:") %>
|
2011-02-19 09:41:09 +00:00
|
|
|
<% Html.RenderPartial("EditQuoteForm", Model); %>
|
2011-02-24 21:11:21 +00:00
|
|
|
</asp:Content>
|
|
|
|
<asp:Content runat="server" ID="DeferrableScripts" ContentPlaceHolderID="DeferrableScripts">
|
2011-03-01 00:11:17 +00:00
|
|
|
<% Html.RenderPartial("QuoteFormJavaScript"); %>
|
|
|
|
<% Html.RenderPartial("CaptchaJavaScript", Model); %>
|
2011-02-19 09:41:09 +00:00
|
|
|
</asp:Content>
|