tweake with the "link" link and as macro prefix
This commit is contained in:
parent
ea63ce509a
commit
be2107265c
4 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
||||||
<div class="commentTitle"><% comment.content part="title" %></div>
|
<div class="commentTitle"><% comment.content part="title" %></div>
|
||||||
<div><% comment.content part="text" %></div>
|
<div><% comment.content part="text" %></div>
|
||||||
<p class="small">
|
<p class="small">
|
||||||
<% comment.link text="link" %>
|
<% comment.link text="link" prefix="... " %>
|
||||||
<% comment.editlink prefix="... " suffix=" " %>
|
<% comment.editlink prefix="... " suffix=" " %>
|
||||||
<% comment.deletelink prefix="... " %>
|
<% comment.deletelink prefix="... " %>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<% comment.content part="text" %>
|
<% comment.content part="text" %>
|
||||||
</div>
|
</div>
|
||||||
<p class="small">
|
<p class="small">
|
||||||
<% comment.link text="link" %>
|
<% comment.link text="link" prefix="... " %>
|
||||||
<% comment.editlink prefix="... " suffix=" " %>
|
<% comment.editlink prefix="... " suffix=" " %>
|
||||||
<% comment.deletelink prefix="... " %>
|
<% comment.deletelink prefix="... " %>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<% story.skin name="display" %>
|
<% story.skin name="display" %>
|
||||||
|
|
||||||
<p class="small"><% story.commentlink text="comment" %> <% story.editlink prefix="... " %> <% story.onlinelink prefix="... " %></p>
|
<p class="small"><% story.commentlink prefix="... " %><% story.editlink prefix=" ... " %><% story.onlinelink prefix=" ... " %></p>
|
||||||
|
|
||||||
<p><a name="comments"></a></p>
|
<p><a name="comments"></a></p>
|
||||||
<% story.comments %>
|
<% story.comments %>
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
<span class="small">
|
<span class="small">
|
||||||
<% story.link text="link" prefix="... " %>
|
<% story.link text="link" prefix="... " %>
|
||||||
<% story.commentcounter prefix="(" suffix=")" anchor="comments" %>
|
<% story.commentcounter prefix="(" suffix=")" anchor="comments" %>
|
||||||
<% story.commentlink prefix=" ... " %>
|
<% story.commentlink prefix=" ... " %>
|
||||||
<% story.editlink prefix=" ... " %>
|
<% story.editlink prefix=" ... " %>
|
||||||
</span>
|
</span>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
|
|
Loading…
Add table
Reference in a new issue