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

  1. <?py comments = item.get_comments() ?>
  2. <div class="comments">
  3. <?py for comment in comments: ?>
  4.     <?py if comment.is_like or comment.is_dislike: ?>
  5.     <?py     continue ?>
  6.     <?py _context['comment'] = comment ?>
  7.     <?py include(r"#{{app.resource('comment.tenjin')}}") ?>
  8.     <?py del _context['comment'] ?>
  9. <?py #endfor ?>
  10. </div>
  11.