1a107601fa490ca69215facceebe3d0dc5e7f1f86bcef0037bdb2d139a15065c3f31e872bae79df3
56
     %if c.user.pref_newwindow:
56
     %if c.user.pref_newwindow:
57
       target="_blank" 
57
       target="_blank" 
58
     %endif
58
     %endif
 
 
59
     %if c.cname:
 
 
60
       target="_top"
 
 
61
     %endif
59
     >
62
     >
60
     ${caller.body()}
63
     ${caller.body()}
61
  </a>
64
  </a>
...
 
...
 
142
       com_label = _("comment {verb}")
145
       com_label = _("comment {verb}")
143
     else:
146
     else:
144
       # generates "XX comments" as a noun
147
       # generates "XX comments" as a noun
145
         com_label = ungettext("comment", "comments", thing.num_comments)
148
       com_label = ungettext("comment", "comments", thing.num_comments)
146
     %>
149
     %>
147
  <li class="first">
150
  <li class="first">
148
  ${parent.comment_button("comment", fullname, com_label,
151
  ${parent.comment_button("comment", fullname, com_label,