Mercurial > genshi > mirror
comparison examples/turbogears/markuptest/templates/master.html @ 38:ee669cb9cccc trunk
Fix for #2 (incorrect context node in path expressions). Still some paths that produce incorrect results, but the common case seems to work now.
author | cmlenz |
---|---|
date | Mon, 03 Jul 2006 11:28:13 +0000 |
parents | 71e8e645fe81 |
children | 448792ab1303 |
comparison
equal
deleted
inserted
replaced
37:37557b8fb925 | 38:ee669cb9cccc |
---|---|
5 <xi:include href="sitetemplate.html"><xi:fallback/></xi:include> | 5 <xi:include href="sitetemplate.html"><xi:fallback/></xi:include> |
6 | 6 |
7 <head py:match="head"> | 7 <head py:match="head"> |
8 <meta content="text/html; charset=UTF-8" http-equiv="content-type" py:replace="''"/> | 8 <meta content="text/html; charset=UTF-8" http-equiv="content-type" py:replace="''"/> |
9 <title py:replace="''">Your title goes here</title> | 9 <title py:replace="''">Your title goes here</title> |
10 ${select('*/*')} | 10 ${select('*')} |
11 <style type="text/css"> | 11 <style type="text/css"> |
12 #pageLogin | 12 #pageLogin |
13 { | 13 { |
14 font-size: 10px; | 14 font-size: 10px; |
15 font-family: verdana; | 15 font-family: verdana; |
30 </span> | 30 </span> |
31 </div> | 31 </div> |
32 | 32 |
33 <div py:if="tg_flash" class="flash" py:content="tg_flash"></div> | 33 <div py:if="tg_flash" class="flash" py:content="tg_flash"></div> |
34 | 34 |
35 ${select('*/*')} | 35 ${select('*')} |
36 | 36 |
37 <p align="center"><img src="/static/images/tg_under_the_hood.png" alt="TurboGears under the hood"/></p> | 37 <p align="center"><img src="/static/images/tg_under_the_hood.png" alt="TurboGears under the hood"/></p> |
38 </body> | 38 </body> |
39 | 39 |
40 </html> | 40 </html> |