liquid_feedback_frontend
annotate 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 | 
| 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@217 | 5 <script src="__BASEURL__/static/lf2/jquery.js"></script> | 
| bsw@213 | 6 <title>LiquidFeedback</title> | 
| bsw@211 | 7 | 
| bsw@213 | 8 </head><body> | 
| bsw@211 | 9 | 
| bsw@217 | 10 <div class="topbox line1"> | 
| bsw@217 | 11 <a>LiquidFeedback</a> | 
| bsw@218 | 12 <a>Example organisation</a> | 
| bsw@217 | 13 <div class="right"> | 
| bsw@218 | 14 <a href="__BASEURL__/lf2/settings.html">Settings</a> | 
| bsw@217 | 15 <a href="__BASEURL__/lf2/">Logout</a> | 
| bsw@217 | 16 </div> | 
| bsw@217 | 17 <br style="clear: both;" /> | 
| bsw@217 | 18 </div> | 
| bsw@217 | 19 <div class="topbox line2"> | 
| bsw@213 | 20 <!-- WEBMCP SLOT topnav --> | 
| bsw@213 | 21 <br style="clear: both;" /> | 
| bsw@213 | 22 </div> | 
| bsw@211 | 23 | 
| bsw@213 | 24 <!-- WEBMCP SLOTNODIV leftright_pre --> | 
| bsw@213 | 25 <!-- WEBMCP SLOT sidebar --> | 
| bsw@213 | 26 <!-- WEBMCP SLOT default --> | 
| bsw@213 | 27 <!-- WEBMCP SLOTNODIV leftright_post --> | 
| bsw@211 | 28 | 
| bsw@213 | 29 <div class="layout_trace" id="layout_trace" style="xdisplay: none"> | 
| bsw@218 | 30 <div id="trace_show" style="display: none" onclick="document.getElementById('trace_content').style.display='block';this.style.display='none';">TRACE</div> | 
| bsw@213 | 31 <div id="trace_content" style="display: none;"> | 
| bsw@213 | 32 <tt id="system_error"><!-- WEBMCP SLOT system_error --></tt> | 
| bsw@213 | 33 <div id="trace"> </div><hr /> | 
| bsw@213 | 34 <!-- WEBMCP SLOT trace --> | 
| bsw@213 | 35 <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';"> | 
| bsw@213 | 36 close | 
| bsw@211 | 37 </div> | 
| bsw@211 | 38 </div> | 
| bsw@211 | 39 </div> | 
| bsw@213 | 40 </div> | 
| bsw@211 | 41 | 
| bsw@213 | 42 </body></html> |