liquid_feedback_frontend
view app/main/_layout/default.html @ 881:23e12fe721d4
Fix in voting comment form
| author | bsw | 
|---|---|
| date | Mon Aug 20 01:20:09 2012 +0200 (2012-08-20) | 
| parents | 2aa8c9f925f4 | 
| children | b865f87ea810 | 
 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="navigation_right" id="navigation_right">
    24           <!-- WEBMCP SLOT navigation_right -->
    25         </div>
    26         <div class="help_hidden" id="help_hidden">
    27           <!-- WEBMCP SLOT help_hidden -->
    28         </div>
    29         <br style="clear: both;" />
    30       </div>
    31     </div>
    32     <div class="page">
    33       <div class="page_head" id="head">
    34         <!-- WEBMCP SLOT head -->
    35       </div>
    36       <div class="layout_notice" id="layout_notice" onclick="document.getElementById('layout_notice').style.display='none';">
    37         <!-- WEBMCP SLOT notice -->
    38       </div>
    39       <div class="layout_warning" id="layout_warning" onclick="document.getElementById('layout_warning').style.display='none';">
    40         <!-- WEBMCP SLOT warning -->
    41       </div>
    42       <div class="layout_error" id="layout_error" onclick="document.getElementById('layout_error').style.display='none';">
    43         <!-- WEBMCP SLOT error -->
    44       </div>
    45       <div class="main" id="default">
    46         <!-- WEBMCP SLOT default -->
    47       </div>
    48       <br style="clear: both;" />
    49     </div>
    50     <div class="footer" id="footer">
    51       <!-- WEBMCP SLOT footer -->
    52     </div>
    53     <!-- WEBMCP SLOT trace_button -->
    54     <div id="trace_content" style="display: none;">
    55       <tt id="system_error"><!-- WEBMCP SLOT system_error --></tt>
    56       <div id="trace"> </div><hr />
    57       <!-- WEBMCP SLOT trace -->
    58       <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';">
    59         close
    60       </div>
    61     </div>
    62     <script type="text/javascript">
    63     <!-- WEBMCP SLOTNODIV custom_script -->
    64     </script>
    65   </body>
    66 </html>
