liquid_feedback_frontend
diff app/main/_layout/lf2.html @ 217:73dbc9e2bfd4
Cummulative patch for enhancements at next generation frontend
author | bsw |
---|---|
date | Sat Mar 12 19:22:50 2011 +0100 (2011-03-12) |
parents | acf92c2d33f4 |
children | 7ea52c710503 |
line diff
1.1 --- a/app/main/_layout/lf2.html Mon Mar 07 12:15:22 2011 +0100 1.2 +++ b/app/main/_layout/lf2.html Sat Mar 12 19:22:50 2011 +0100 1.3 @@ -2,11 +2,21 @@ 1.4 1.5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 1.6 <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/lf2.css" /> 1.7 + <script src="__BASEURL__/static/lf2/jquery.js"></script> 1.8 <title>LiquidFeedback</title> 1.9 1.10 </head><body> 1.11 1.12 - <div class="tab1"> 1.13 + <div class="topbox line1"> 1.14 + <a>LiquidFeedback</a> 1.15 + <a>Musterorganisation</a> 1.16 + <div class="right"> 1.17 + <a href="__BASEURL__/lf2/settings.html">Einstellungen</a> 1.18 + <a href="__BASEURL__/lf2/">Logout</a> 1.19 + </div> 1.20 + <br style="clear: both;" /> 1.21 + </div> 1.22 + <div class="topbox line2"> 1.23 <!-- WEBMCP SLOT topnav --> 1.24 <br style="clear: both;" /> 1.25 </div>