liquid_feedback_frontend
view app/main/_layout/lf2.html @ 216:4f6e6b213fb8
Cleanup on second generation frontend code and stylesheet
| author | bsw | 
|---|---|
| date | Mon Mar 07 12:15:22 2011 +0100 (2011-03-07) | 
| parents | acf92c2d33f4 | 
| children | 73dbc9e2bfd4 | 
 line source
     1 <html><head> 
     3   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     4   <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/lf2.css" />
     5   <title>LiquidFeedback</title>
     7 </head><body>
     9   <div class="tab1">
    10     <!-- WEBMCP SLOT topnav -->
    11     <br style="clear: both;" />
    12   </div>
    14   <!-- WEBMCP SLOTNODIV leftright_pre -->
    15     <!-- WEBMCP SLOT sidebar -->
    16     <!-- WEBMCP SLOT default -->
    17   <!-- WEBMCP SLOTNODIV leftright_post -->
    19   <div class="layout_trace" id="layout_trace" style="xdisplay: none">
    20     <div id="trace_show" onclick="document.getElementById('trace_content').style.display='block';this.style.display='none';">TRACE</div>
    21       <div id="trace_content" style="display: none;">
    22           <tt id="system_error"><!-- WEBMCP SLOT system_error --></tt>
    23           <div id="trace"> </div><hr />
    24           <!-- WEBMCP SLOT trace -->
    25         <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';">
    26           close
    27         </div>
    28       </div>
    29     </div>
    30   </div>
    32 </body></html>
