liquid_feedback_frontend

view app/main/_layout/lf2.html @ 218:7ea52c710503

Some little changes for next generation frontend
author bsw
date Sun Mar 13 16:53:33 2011 +0100 (2011-03-13)
parents 73dbc9e2bfd4
children
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 <script src="__BASEURL__/static/lf2/jquery.js"></script>
6 <title>LiquidFeedback</title>
8 </head><body>
10 <div class="topbox line1">
11 <a>LiquidFeedback</a>
12 <a>Example organisation</a>
13 <div class="right">
14 <a href="__BASEURL__/lf2/settings.html">Settings</a>
15 <a href="__BASEURL__/lf2/">Logout</a>
16 </div>
17 <br style="clear: both;" />
18 </div>
19 <div class="topbox line2">
20 <!-- WEBMCP SLOT topnav -->
21 <br style="clear: both;" />
22 </div>
24 <!-- WEBMCP SLOTNODIV leftright_pre -->
25 <!-- WEBMCP SLOT sidebar -->
26 <!-- WEBMCP SLOT default -->
27 <!-- WEBMCP SLOTNODIV leftright_post -->
29 <div class="layout_trace" id="layout_trace" style="xdisplay: none">
30 <div id="trace_show" style="display: none" onclick="document.getElementById('trace_content').style.display='block';this.style.display='none';">TRACE</div>
31 <div id="trace_content" style="display: none;">
32 <tt id="system_error"><!-- WEBMCP SLOT system_error --></tt>
33 <div id="trace">&nbsp;</div><hr />
34 <!-- WEBMCP SLOT trace -->
35 <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';">
36 close
37 </div>
38 </div>
39 </div>
40 </div>
42 </body></html>

Impressum / About Us