liquid_feedback_frontend
view app/main/_layout/default.html @ 1791:4edec387855f
Better handling of translation strings with links
| author | bsw | 
|---|---|
| date | Wed Oct 20 16:04:30 2021 +0200 (2021-10-20) | 
| parents | 123eb46b4d3e | 
| children | a9b622a25520 | 
 line source
     1 <!DOCTYPE html>
     2 <html>
     3 <head>
     4   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     5   <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
     6   <title><!-- WEBMCP SLOTNODIV html_title --></title>
     7   <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/style/style.css" />
     8   <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/lf4.css" />
     9   <!-- WEBMCP SLOTNODIV html_head -->
    10   <script type="text/javascript">var baseURL = "__BASEURL__";</script>
    11   <script type="text/javascript">jsFail = true;</script>
    12   <![if !IE]>
    13     <script type="text/javascript">jsFail = false;</script>
    14   <![endif]-->
    15   <script type="text/javascript" src="__BASEURL__/static/mdl/material.js"></script>
    16   <script type="text/javascript" src="__BASEURL__/static/js/jsprotect.js"></script>
    17   <script type="text/javascript" src="__BASEURL__/static/js/xhr.js"></script>
    18   <style>
    19   </style>
    20 <!-- WEBMCP SLOTNODIV meta_navigation_style -->
    22 </head>
    23 <body style="">
    24 <!-- WEBMCP SLOTNODIV meta_navigation -->
    26 <div class="mdl-layout mdl-js-layout mdl-shadow--2dp mdl-layout--fixed-header">
    27   <!-- WEBMCP SLOTNODIV header_bar -->
    28   <main class="mdl-layout__content">
    29     <!-- WEBMCP SLOTNODIV notificationx -->
    30     <!-- WEBMCP SLOT notice -->
    31     <!-- WEBMCP SLOT warning -->
    32     <!-- WEBMCP SLOT error -->
    33     <!-- WEBMCP SLOT motd -->
    34     <section class="mdl-layout__tab-panel is-active" id="scroll-tab-1">
    35       <div class="page-content">
    36         <!-- WEBMCP SLOT title -->
    37         <!-- WEBMCP SLOT filter -->
    38         <!-- WEBMCP SLOTNODIV default -->
    39         <!-- WEBMCP SLOTNODIV extra -->
    40         <!-- WEBMCP SLOTNODIV sidebar -->
    41       </div>
    42     </section>
    43     <br />
    44     <br />
    45     <br />
    46     <br />
    47     <footer class="mdl-mini-footer">
    48       <div class="mdl-mini-footer__left-section">
    49         <ul class="mdl-mini-footer__link-list">
    50           <!-- WEBMCP SLOTNODIV footer -->
    51         </ul>
    52       </div>
    53     </footer>
    54     <br /><br />
    55     <div id="trace">
    56       <!-- WEBMCP SLOTNODIV trace_button -->
    57       <div id="trace_content" style="display: none;">
    58         <div id="system_error"><!-- WEBMCP SLOT system_error --></div>
    59         <h1>System trace (for computer programmers purposes)</h1>
    60         <br />
    61         <!-- WEBMCP SLOT trace -->
    62         <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';">
    63           close
    64         </div>
    65       </div>
    66     </div>
    67   </main>
    68 </div>
    70 <div class="head_outer">
    71   <div class="head">
    72     <div class="nav">
    73       <!--WEBMCP SLOTNODIV navigation -->
    74     </div>
    76   </div>
    77 </div>
    79 <!-- WEBMCP SLOTNODIV dialog -->
    81 <!-- WEBMCP SLOT tabs -->
    83 <script>
    84 /*
    85   $(".trace_view > .trace_list").hide();
    86   $(".trace_head").click(function() {
    87     var el = this.nextSibling
    88     if (el) $(el).toggle();
    89   });
    90   */
    91 </script>
    93 <!-- WEBMCP SLOTNODIV script -->
    95 </body>
    96 </html>
