-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_comment.html
30 lines (30 loc) · 1.42 KB
/
_comment.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<li xmlns="http://www.w3.org/1999/xhtml" class="media" data-template="comments:comment">
<div class="pull-left">
<img class="media-object" src="./resources/images/vignettes/data-pis/bonhommebleu.jpg" height="64" width="64"/>
</div>
<div class="media-body">
<h4 class="media-heading">
<div>
<span data-template="helpers:model-value" data-template-key="comment.author"/>
<!-- to resurect affiliation display, please use back again app:user-info template -->
<small>
<i>Posted on <span data-template="helpers:model-value" data-template-key="comment.date"/>
</i>
</small>
</div>
</h4>
<div style="white-space: pre-wrap; min-height: 40px;">
<span data-template="helpers:model-value" data-template-key="comment.text"/>
</div>
<div>
<div data-template="templates:if-attribute-set" data-template-attribute="fr.jmmc.oidb.login.user">
<a href="#" class="btn btn-default btn-xs add-comment" role="button">
<span class="glyphicon glyphicon-comment"/> Reply</a>
</div>
</div>
<ul class="media-list">
<li data-template="helpers:render" data-template-key="comment.comment" data-template-partial="_comment.html"/>
</ul>
</div>
</li>