Fixes missing assets

* UserPost.aspx: Fixes the anonymous access !

* drummer-652345_1280.jpg:
* musician-923526_1280.jpg:
* an-pierle-876094_1280.jpg:
* drummer-652345_1280.s.jpg:
* helix-nebula-1400x1400.jpg:
* musician-923526_1280.s.jpg:
* live-concert-388160_1280.jpg:
* helix-nebula-1400x1400.s.jpg:
* live-concert-388160_1280.s.jpg: initial import
This commit is contained in:
Paul Schneider
2015-10-01 11:16:28 +02:00
parent 5da977daef
commit 501199ed70
11 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,17 @@
2015-10-01 Paul Schneider <paul@pschneider.fr>
* UserPost.aspx: Fixes the anonymous access !
* drummer-652345_1280.jpg:
* musician-923526_1280.jpg:
* an-pierle-876094_1280.jpg:
* drummer-652345_1280.s.jpg:
* helix-nebula-1400x1400.jpg:
* musician-923526_1280.s.jpg:
* live-concert-388160_1280.jpg:
* helix-nebula-1400x1400.s.jpg:
* live-concert-388160_1280.s.jpg: initial import
2015-09-30 Paul Schneider <paul@pschneider.fr>
* style.css: Makes a better style

View File

@ -20,11 +20,11 @@
<div class="post">
<%= Html.Markdown(be.Content,"/bfiles/"+be.Id+"/") %>
<% string username = Membership.GetUser().UserName; %>
<% string username = Membership.GetUser()==null ? null : Membership.GetUser().UserName; %>
<% foreach (var c in (Comment[]) BlogManager.GetComments(be.Id)) { %>
<div class="comment" style="min-height:32px;"> <img style="clear:left;float:left;max-width:32px;max-height:32px;margin:.3em;" src="<%= Url.Content("~/Account/Avatar/"+c.From) %>" alt="<%=c.From%>"/>
<%= Html.Markdown(c.CommentText) %>
<% if ( username == Model.Author || c.From == username ) { %>
<% if (Model.Author == username || c.From == username ) { %>
<%= Html.ActionLink("Supprimer","RemoveComment", new { cmtid = c.Id } , new { @class="actionlink" })%>
<% } %>
</div><% } %>

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB