Merge from booking branch
This commit is contained in:
parent
25906d0227
commit
9a2652739b
266 changed files with 12833 additions and 2337 deletions
13
booking/Views/Google/ChooseADate.aspx
Normal file
13
booking/Views/Google/ChooseADate.aspx
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<%@ Page Title="Google calendar usage" Language="C#" Inherits="System.Web.Mvc.ViewPage<IFreeDateSet>" MasterPageFile="~/Models/App.master" %>
|
||||
|
||||
<asp:Content ContentPlaceHolderID="MainContent" ID="MainContentContent" runat="server">
|
||||
|
||||
<% using ( Html.BeginForm("ChooseAStartingDate","Google") ) { %>
|
||||
<% foreach (Period e in Model.Values) { %>
|
||||
<input type="radio" name="datechoice" value="du <%=e.Start%> au <%=e.End%>" />
|
||||
<% } %>
|
||||
<input type="hidden" name="returnUrl" id="returnUrl" value="<%=Html.Encode(ViewData["returnUrl"])%>">
|
||||
<input type="submit">
|
||||
<% } %>
|
||||
|
||||
</asp:Content>
|
||||
Loading…
Add table
Add a link
Reference in a new issue