* Fixed skin names according to issue #16
* Fixed rendering of values stored in res.meta.values * Removed obsolete code (mostly disabled by comments already)
This commit is contained in:
parent
5044e3610a
commit
0ba8805d02
25 changed files with 279 additions and 294 deletions
|
@ -11,31 +11,6 @@
|
|||
<% comment.link comment#form prefix="<br />... " %>
|
||||
</div>
|
||||
|
||||
<% #content %>
|
||||
<div class="storyDate">
|
||||
<!-- This is: <% comment.self %><br />
|
||||
Prototype: <% comment.prototype %><br />
|
||||
Parent: <% comment.parent_type %> #<% comment.parent_id %><br />
|
||||
Story: <% comment.story %><br /> -->
|
||||
<% comment.creator link %>, <% comment.created short %>
|
||||
</div>
|
||||
<div class="title"><% comment.title %></div>
|
||||
<div><% comment.text | comment.format %></div>
|
||||
|
||||
<% #comment %>
|
||||
<% comment.skin Comment#content %>
|
||||
|
||||
<% #reply %>
|
||||
<div class="reply">
|
||||
<div class="listSeparator"></div>
|
||||
<% comment.skin Comment#content %>
|
||||
<p class="small">
|
||||
<% comment.link . link prefix="... " %>
|
||||
<% comment.link edit prefix="... " %>
|
||||
<% comment.link delete prefix="... " %>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<% #edit %>
|
||||
<% comment.skin Story#restore %>
|
||||
<% parent.skin <% parent.type suffix="#comment" %> %>
|
||||
|
@ -63,3 +38,28 @@
|
|||
<button type="button" id="restore" value="1">restore</button>
|
||||
</p>
|
||||
</form>
|
||||
|
||||
<% #content %>
|
||||
<div class="storyDate">
|
||||
<!-- This is: <% comment.self %><br />
|
||||
Prototype: <% comment.prototype %><br />
|
||||
Parent: <% comment.parent_type %> #<% comment.parent_id %><br />
|
||||
Story: <% comment.story %><br /> -->
|
||||
<% comment.creator link %>, <% comment.created short %>
|
||||
</div>
|
||||
<div class="title"><% comment.title %></div>
|
||||
<div><% comment.text | comment.format %></div>
|
||||
|
||||
<% #comment %>
|
||||
<% comment.skin Comment#content %>
|
||||
|
||||
<% #reply %>
|
||||
<div class="reply">
|
||||
<div class="listSeparator"></div>
|
||||
<% comment.skin Comment#content %>
|
||||
<p class="small">
|
||||
<% comment.link . link prefix="... " %>
|
||||
<% comment.link edit prefix="... " %>
|
||||
<% comment.link delete prefix="... " %>
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue