Changeset 3896
- Timestamp:
- 01/12/08 14:21:52 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tg/templates/turbogears/+package+/templates/master.html
r3866 r3896 13 13 <meta content="text/html; charset=UTF-8" http-equiv="content-type" py:replace="''"/> 14 14 <title py:replace="''">Your title goes here</title> 15 <link py:for="css in tg_css" py:replace="ET(css.display())" />16 <link py:for="js in tg_js_head" py:replace="ET(js.display())" />17 15 <meta py:replace="select('*')"/> 18 16 <link rel="stylesheet" type="text/css" media="screen" href="css/style.css" /> … … 23 21 <div id="main_content"> 24 22 <div id="status_block" py:if="tg_flash" class="flash" py:content="tg_flash"></div> 25 <div py:for="js in tg_js_bodytop" py:replace="ET(js.display())" />26 23 <div py:replace="select('*|text()')"/> 27 <div py:for="js in tg_js_bodybottom" py:replace="ET(js.display())" />28 24 <!-- End of main_content --> 29 25 </div>