comparison example/fleem/index.html @ 0:fa2005f769eb

adding decoupage from http://my-svn.assembla.com/svn/arbez/decoupage r355
author k0s <k0scist@gmail.com>
date Mon, 07 Sep 2009 13:40:22 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:fa2005f769eb
1 <!DOCTYPE html
2 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml"
5 xmlns:py="http://genshi.edgewall.org/">
6 <head>
7 <title>${path}</title>
8 </head>
9 <body>
10 <dl>
11 <py:for each="f in files">
12 <dt>${f['description']}</dt>
13 <dd><a href="${f['path']}">${f['path']}</a></dd>
14 </py:for>
15 </dl>
16 </body>
17 </html>