home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 October / maximum-cd-2011-10.iso / DiscContents / digsby_setup.exe / lib / plugins / linkedin / res / comment_link.tenjin < prev    next >
Encoding:
Text File  |  2011-02-03  |  454 b   |  18 lines

  1. <?PY
  2. A_DOT = u'\xb7'
  3. ?>
  4. <?py
  5. from common import pref
  6. num_comments = len(item.get_comments())
  7. ?>
  8.     <span class="comment_button_section link_section">
  9.         ${{A_DOT}} <!--! this line has a dot  -->
  10.         <a href="javascript:null;" class="skinlink link makecommenttxt comment_button"><?py
  11. if num_comments > 0:
  12. ?>${{_('Comment')}} (${num_comments})<?py
  13. else: ?>${{_('Comment')}}<?py
  14. #endif
  15. ?></a>
  16.     </span>
  17. <?py del num_comments ?>
  18.