Merge from totem
This commit is contained in:
parent
debd1c32a7
commit
c466aed242
64 changed files with 3820 additions and 171 deletions
|
|
@ -20,7 +20,19 @@
|
|||
<%= Html.TextArea("body") %>
|
||||
</p>
|
||||
</fieldset>
|
||||
<input type="submit">
|
||||
<input type="submit" value="<%=Html.Translate("Submit")%>">
|
||||
<p>
|
||||
Directeur : Boudjouraf Brahim<br>
|
||||
Adresse postale : 29 rue des près, 92 71200 LE CREUSOT<br>
|
||||
Tél. : +33 6.58.91.36.78<br>
|
||||
Tél. : +33 6.78.65.36.31<br>
|
||||
Facebook : Brahms Totem Officiel (Totem Prod)<br>
|
||||
Twitter : Totem Officiel<br>
|
||||
Skyblog : Totem-Production.skyrock.com<br>
|
||||
SIREN : 517 942 991<br>
|
||||
SIRET : 517 942 991 000 12<br>
|
||||
Activité Principalement Exercée (APE) : 9329Z Autres activités récréatives et de loisirs<br>
|
||||
</p>
|
||||
<% } %>
|
||||
|
||||
</asp:Content>
|
||||
|
|
@ -1,12 +1,13 @@
|
|||
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<TagInfo>" %>
|
||||
<div class="panel">
|
||||
<i class="fa fa-tag"><%=Html.Encode(Model.Name)%></i>
|
||||
<h2><%=Html.Encode(Model.Name)%></h2>
|
||||
<% foreach (var t in Model.Titles) { %>
|
||||
<a href="<%= Url.RouteUrl("Titles", new { title = t.Title }) %>">
|
||||
<img src="<%=Url.Encode(t.Photo)%>" alt="placard" class="photo">
|
||||
<%= Html.Markdown(t.Title,"/bfiles/"+t.Id+"/")%></a>
|
||||
<div class="postpreview">
|
||||
<p><%= Html.Markdown(t.Intro,"/bfiles/"+t.Id+"/") %></p>
|
||||
<a href="<%= Url.RouteUrl("Titles", new { title = t.Title }) %>">
|
||||
<% if (t.Photo != null ) { %>
|
||||
<img src="<%=Url.Encode(t.Photo)%>" alt="placard" class="photo"><% } %>
|
||||
<%= Html.Markdown(t.Title,"/bfiles/"+t.Id+"/")%></a>
|
||||
<%= Html.Markdown(t.Intro,"/bfiles/"+t.Id+"/") %>
|
||||
</div>
|
||||
<% } %>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue