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