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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-12-20
|
346 b
|
12 lines
<?py for notification in feed.notifications: ?>
<?py if not notification['title_html']: ?>
<?py continue ?>
<?py #endif ?>
<?py _context['notification'] = notification ?>
<div>
<?py include(r"#{{app.resource('notification.py.xml')}}") ?>
</div>
<?py del _context['notification'] ?>
<?py #endfor ?>