Changeset 3896

Show
Ignore:
Timestamp:
01/12/08 14:21:52 (10 months ago)
Author:
alberto
Message:

removing unused code in master.html to insert widget resources

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tg/templates/turbogears/+package+/templates/master.html

    r3866 r3896  
    1313    <meta content="text/html; charset=UTF-8" http-equiv="content-type" py:replace="''"/> 
    1414    <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())" /> 
    1715    <meta py:replace="select('*')"/> 
    1816    <link rel="stylesheet" type="text/css" media="screen" href="css/style.css" /> 
     
    2321  <div id="main_content"> 
    2422  <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())" /> 
    2623  <div py:replace="select('*|text()')"/> 
    27   <div py:for="js in tg_js_bodybottom" py:replace="ET(js.display())" /> 
    2824  <!-- End of main_content --> 
    2925  </div>