vgquotes/Src/VideoGameQuotes.Web/Views/Quote/Submit.aspx

12 lines
759 B
Plaintext
Raw Normal View History

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" %>
<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>
<%= Html.ValidationSummary("Some errors occurred while trying to submit your quote:") %>
<% Html.RenderPartial("EditQuoteForm", Model); %>
</asp:Content>
<asp:Content runat="server" ID="DeferrableScripts" ContentPlaceHolderID="DeferrableScripts">
<% Html.RenderPartial("QuoteFormJavaScript"); %>
<% Html.RenderPartial("CaptchaJavaScript", Model); %>
</asp:Content>