home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 January / maximum-cd-2012-01.iso / DiscContents / digsby_setup.exe / lib / plugins / myspace / res / comment_section.tenjin < prev    next >
Encoding:
Text File  |  2010-07-28  |  525 b   |  12 lines

  1. <div class="comments_section">
  2. <?py if getattr(item, 'supports_comments', False): ?>
  3.     <?py _context['item'] = item ?>
  4.     <?py include(r"#{{app.resource('likes.tenjin')}}") ?>
  5.     <?py include(r"#{{app.resource('dislikes.tenjin')}}") ?>
  6.         <div class="comment_block">
  7.             <div class="comments_start" style="display:none;"></div>
  8.     <?py include(r"#{{app.resource('comments_list.tenjin')}}") ?>
  9.             <div class="comments_end" style="display:none;"></div>
  10.         </div>
  11. <?py #endif ?>
  12. </div>