home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 January / maximum-cd-2012-01.iso / DiscContents / digsby_setup.exe / lib / plugins / facebook / res / notifications.py.xml < prev    next >
Encoding:
Text File  |  2010-12-20  |  346 b   |  12 lines

  1.  
  2. <?py for notification in feed.notifications: ?>
  3.     <?py if not notification['title_html']: ?>
  4.         <?py continue ?>
  5.     <?py #endif ?>
  6.     <?py _context['notification'] = notification ?>
  7.     <div>
  8.     <?py include(r"#{{app.resource('notification.py.xml')}}") ?>
  9.     </div>
  10.     <?py del _context['notification'] ?>
  11. <?py #endfor ?>
  12.