liquid_feedback_frontend

annotate app/main/_layout/default.html @ 569:499ff506ccc0

Cleanup of layout and css
author bsw
date Tue Jun 19 22:59:58 2012 +0200 (2012-06-19)
parents 418b590fa9ed
children 95f214d91956
rev   line source
bsw/jbe@0 1 <html>
bsw/jbe@0 2 <head>
bsw/jbe@0 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
bsw@373 4 <meta name="viewport" content="width=device-width" />
jorges@113 5 <title> <!-- WEBMCP SLOTNODIV html_title --></title>
bsw/jbe@0 6 <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/trace.css" />
bsw@11 7 <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/gregor.js/gregor.css" />
bsw@10 8 <link rel="stylesheet" type="text/css" media="screen" href="<!-- WEBMCP SLOTNODIV stylesheet_url -->" />
bsw/jbe@0 9 <!-- WEBMCP SLOTNODIV html_head -->
bsw@519 10 <script type="text/javascript">jsFail = true;</script>
bsw@519 11 <![if !IE]>
bsw@519 12 <script type="text/javascript">jsFail = false;</script>
bsw@519 13 <![endif]>
bsw/jbe@19 14 <script type="text/javascript" src="__BASEURL__/static/js/partialload.js"></script>
bsw/jbe@19 15 <script type="text/javascript">var ui_tabs_active = {};</script>
bsw/jbe@0 16 </head>
bsw/jbe@0 17 <body>
bsw/jbe@0 18 <div class="topbar">
bsw@431 19 <div class="topbar_content">
bsw@431 20 <div class="navigation" id="navigation">
bsw@431 21 <!-- WEBMCP SLOT navigation -->
bsw@431 22 </div>
bsw@564 23 <div class="help_hidden" id="help_hidden">
bsw@564 24 <!-- WEBMCP SLOT help_hidden -->
bsw@564 25 </div>
bsw@431 26 <br style="clear: both;" />
bsw/jbe@0 27 </div>
bsw@277 28 </div>
bsw@431 29 <div class="page">
bsw@569 30 <div class="page_head" id="head">
bsw@569 31 <!-- WEBMCP SLOT head -->
bsw@569 32 </div>
bsw@431 33 <div class="layout_notice" id="layout_notice" onclick="document.getElementById('layout_notice').style.display='none';">
bsw@431 34 <!-- WEBMCP SLOT notice -->
bsw@431 35 </div>
bsw@431 36 <div class="layout_warning" id="layout_warning" onclick="document.getElementById('layout_warning').style.display='none';">
bsw@431 37 <!-- WEBMCP SLOT warning -->
bsw@431 38 </div>
bsw@431 39 <div class="layout_error" id="layout_error" onclick="document.getElementById('layout_error').style.display='none';">
bsw@431 40 <!-- WEBMCP SLOT error -->
bsw@431 41 </div>
bsw@431 42 <div class="main" id="default">
bsw@431 43 <!-- WEBMCP SLOT default -->
bsw@431 44 </div>
bsw@433 45 <br style="clear: both;" />
bsw@433 46 </div>
bsw@433 47 <div class="footer" id="footer">
bsw@433 48 <!-- WEBMCP SLOT footer -->
bsw@88 49 </div>
bsw/jbe@0 50 <div class="layout_trace" id="layout_trace" style="xdisplay: none">
bsw/jbe@0 51 <div id="trace_show" onclick="document.getElementById('trace_content').style.display='block';this.style.display='none';">TRACE</div>
bsw@496 52 <div id="trace_content" style="display: none;">
bsw@496 53 <tt id="system_error"><!-- WEBMCP SLOT system_error --></tt>
bsw@496 54 <div id="trace">&nbsp;</div><hr />
bsw@496 55 <!-- WEBMCP SLOT trace -->
bsw@496 56 <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';">
bsw@496 57 close
bsw/jbe@0 58 </div>
bsw/jbe@0 59 </div>
bsw/jbe@0 60 </div>
bsw@497 61 <script type="text/javascript">
bsw@497 62 <!-- WEBMCP SLOTNODIV custom_script -->
bsw@497 63 </script>
bsw/jbe@0 64 </body>
jorges@113 65 </html>

Impressum / About Us