Mercurial > hg > discussions
view discusssions/templates/index.html @ 2:910fa7e781b9
update whitepaper
author | k0s <k0scist@gmail.com> |
---|---|
date | Tue, 02 Feb 2010 16:39:08 -0500 |
parents | c904249afb04 |
children |
line wrap: on
line source
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude"> <!-- index of conferences --> <head> <title>${name}</title> <script src="${link('jquery.js')}"></script> </head> <body> <xi:include href="navigation.html" /> <ul> <li py:for="forum in forums"> <img py:if="'image' in forum" src="${forum['image']}"><a href="${forum['path']}>${forum['subject']}</a> </li> <li py:for="discussions in discssions"> </li> </body> </html>