liquid_feedback_frontend

view 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
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">&nbsp;</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>

Impressum / About Us