comparison montage/templates/strip.html @ 17:17ccb1022656

fix templates
author egj@socialplanning.org
date Sun, 03 Jan 2010 22:13:25 +0000
parents 33349e5178b3
children c2d59b93aa43
comparison
equal deleted inserted replaced
16:58cd02972b74 17:17ccb1022656
4 <html xmlns="http://www.w3.org/1999/xhtml" 4 <html xmlns="http://www.w3.org/1999/xhtml"
5 xmlns:py="http://genshi.edgewall.org/" 5 xmlns:py="http://genshi.edgewall.org/"
6 xmlns:xi="http://www.w3.org/2001/XInclude"> 6 xmlns:xi="http://www.w3.org/2001/XInclude">
7 <head> 7 <head>
8 <title>${title or path}</title> 8 <title>${title or path}</title>
9 <link py:for="sheet in stylesheets" rel="stylesheet" type="text/css" href="${sheet}"/> 9 <link py:for="sheet in css" rel="stylesheet" type="text/css" href="${sheet}"/>
10 </head> 10 </head>
11 <body> 11 <body>
12 <xi:include py:if="include" href="${include}"/> 12 <xi:include py:if="include" href="${include}"/>
13 13
14 <center> 14 <center>