liquid_feedback_frontend
view app/main/_layout/default.html @ 971:a8c6e80cdf5d
Fixed showing of wrong issue cancelled information
| author | bsw | 
|---|---|
| date | Sat Mar 09 19:13:55 2013 +0100 (2013-03-09) | 
| parents | b865f87ea810 | 
| children | 701a5cf6b067 | 
 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/jsprotect.js"></script>
    15     <script type="text/javascript" src="__BASEURL__/static/js/partialload.js"></script>
    16     <script type="text/javascript">var ui_tabs_active = {};</script>
    17   </head>
    18   <body>
    19     <div class="topbar">
    20       <div class="topbar_content">
    21         <div class="navigation" id="navigation">
    22           <!-- WEBMCP SLOT navigation -->
    23         </div>
    24         <div class="navigation_right" id="navigation_right">
    25           <!-- WEBMCP SLOT navigation_right -->
    26         </div>
    27         <div class="help_hidden" id="help_hidden">
    28           <!-- WEBMCP SLOT help_hidden -->
    29         </div>
    30         <br style="clear: both;" />
    31       </div>
    32     </div>
    33     <div class="page">
    34       <div class="page_head" id="head">
    35         <!-- WEBMCP SLOT head -->
    36       </div>
    37       <div class="layout_notice" id="layout_notice" onclick="document.getElementById('layout_notice').style.display='none';">
    38         <!-- WEBMCP SLOT notice -->
    39       </div>
    40       <div class="layout_warning" id="layout_warning" onclick="document.getElementById('layout_warning').style.display='none';">
    41         <!-- WEBMCP SLOT warning -->
    42       </div>
    43       <div class="layout_error" id="layout_error" onclick="document.getElementById('layout_error').style.display='none';">
    44         <!-- WEBMCP SLOT error -->
    45       </div>
    46       <div class="main" id="default">
    47         <!-- WEBMCP SLOT default -->
    48       </div>
    49       <br style="clear: both;" />
    50     </div>
    51     <div class="footer" id="footer">
    52       <!-- WEBMCP SLOT footer -->
    53     </div>
    54     <!-- WEBMCP SLOT trace_button -->
    55     <div id="trace_content" style="display: none;">
    56       <tt id="system_error"><!-- WEBMCP SLOT system_error --></tt>
    57       <div id="trace"> </div><hr />
    58       <!-- WEBMCP SLOT trace -->
    59       <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';">
    60         close
    61       </div>
    62     </div>
    63     <script type="text/javascript">
    64     <!-- WEBMCP SLOTNODIV custom_script -->
    65     </script>
    66   </body>
    67 </html>
