Fichiers manquant au dernier commit
This commit is contained in:
parent
e8bf2dd8fa
commit
d8965ed526
17 changed files with 1412 additions and 0 deletions
9
web/Views/Home/Activity.ascx
Normal file
9
web/Views/Home/Activity.ascx
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<Activity>" %>
|
||||
<div>
|
||||
<div data-type="background" data-speed="10" style="width:100%; height:10em; background: url(<%=Ajax.JString(Model.Photo)%>) 50% 50% repeat fixed;" >
|
||||
</div>
|
||||
<h1><a href="<%= Url.RouteUrl("FrontOffice", new { action="Booking", MEACode=Model.Id }) %>">
|
||||
<%=Html.Encode(Model.Title)%></a></h1>
|
||||
<p>
|
||||
<%=Html.Markdown(Model.Comment)%>
|
||||
</p></div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue