Merge from booking branch
This commit is contained in:
parent
25906d0227
commit
9a2652739b
266 changed files with 12833 additions and 2337 deletions
22
booking/Views/Blogs/RemoveTitle.aspx
Normal file
22
booking/Views/Blogs/RemoveTitle.aspx
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage<BlogEntryCollection>" MasterPageFile="~/Models/App.master" %>
|
||||
|
||||
<asp:Content ContentPlaceHolderID="MainContent" ID="MainContentContent" runat="server">
|
||||
|
||||
<%= Html.ValidationSummary() %>
|
||||
<% using (Html.BeginForm("RemoveTitle","Blogs")) { %>
|
||||
|
||||
<%= Html.LabelFor(model => model.Titles) %> :
|
||||
<%= Html.TextBox( "Titles" ) %>
|
||||
<%= Html.ValidationMessage("Titles", "*") %><br/>
|
||||
<%= Html.Hidden("Author") %>
|
||||
<label for="confirm">supprimer le billet</label>
|
||||
<%= Html.CheckBox( "confirm" ) %>
|
||||
<%= Html.ValidationMessage("AgreeToRemove", "*") %>
|
||||
|
||||
<%= Html.Hidden("returnUrl") %>
|
||||
<input type="submit"/>
|
||||
<% } %>
|
||||
|
||||
</asp:Content>
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue