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