home *** CD-ROM | disk | FTP | other *** search
- <?PY
- A_DOT = u'\xb7'
- ?>
- <?py
- from common import pref
- num_comments = len(item.get_comments())
- ?>
- <span class="comment_button_section link_section">
- ${{A_DOT}} <!--! this line has a dot -->
- <a href="javascript:null;" class="skinlink link makecommenttxt comment_button"><?py
- if num_comments > 0:
- ?>${{_('Comment')}} (${num_comments})<?py
- else: ?>${{_('Comment')}}<?py
- #endif
- ?></a>
- </span>
- <?py del num_comments ?>
-