liquid_feedback_frontend

view app/main/_layout/default.html @ 1609:f84824aa529b

Removed gregor library
author bsw
date Mon Feb 01 21:32:37 2021 +0100 (2021-02-01)
parents 29cf02084694
children 2f9e1e882de6
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">jsFail = true;</script>
11 <![if !IE]>
12 <script type="text/javascript">jsFail = false;</script>
13 <![endif]-->
14 <script type="text/javascript" src="__BASEURL__/static/mdl/material.js"></script>
15 <script type="text/javascript" src="__BASEURL__/static/js/jsprotect.js"></script>
16 <script type="text/javascript" src="__BASEURL__/static/js/partialload.js"></script>
17 <style>
18 </style>
19 <!-- WEBMCP SLOTNODIV meta_navigation_style -->
21 </head>
22 <body style="">
23 <!-- WEBMCP SLOTNODIV meta_navigation -->
25 <div class="mdl-layout mdl-js-layout mdl-shadow--2dp mdl-layout--fixed-header">
26 <!-- WEBMCP SLOTNODIV header_bar -->
27 <main class="mdl-layout__content">
28 <!-- WEBMCP SLOTNODIV notificationx -->
29 <!-- WEBMCP SLOT notice -->
30 <!-- WEBMCP SLOT warning -->
31 <!-- WEBMCP SLOT error -->
32 <!-- WEBMCP SLOT motd -->
33 <section class="mdl-layout__tab-panel is-active" id="scroll-tab-1">
34 <div class="page-content">
35 <!-- WEBMCP SLOT title -->
36 <!-- WEBMCP SLOT filter -->
37 <!-- WEBMCP SLOTNODIV default -->
38 <!-- WEBMCP SLOTNODIV extra -->
39 <!-- WEBMCP SLOTNODIV sidebar -->
40 </div>
41 </section>
42 <br />
43 <br />
44 <br />
45 <br />
46 <footer class="mdl-mini-footer">
47 <div class="mdl-mini-footer__left-section">
48 <ul class="mdl-mini-footer__link-list">
49 <!-- WEBMCP SLOTNODIV footer -->
50 </ul>
51 </div>
52 </footer>
53 <br /><br />
54 <div id="trace">
55 <!-- WEBMCP SLOTNODIV trace_button -->
56 <div id="trace_content" style="display: none;">
57 <div id="system_error"><!-- WEBMCP SLOT system_error --></div>
58 <h1>System trace (for computer programmers purposes)</h1>
59 <br />
60 <!-- WEBMCP SLOT trace -->
61 <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';">
62 close
63 </div>
64 </div>
65 </div>
66 </main>
67 </div>
69 <div class="head_outer">
70 <div class="head">
71 <div class="nav">
72 <!--WEBMCP SLOTNODIV navigation -->
73 </div>
75 </div>
76 </div>
78 <!-- WEBMCP SLOTNODIV dialog -->
80 <!-- WEBMCP SLOT tabs -->
82 <script>
83 /*
84 $(".trace_view > .trace_list").hide();
85 $(".trace_head").click(function() {
86 var el = this.nextSibling
87 if (el) $(el).toggle();
88 });
89 */
90 </script>
92 <!-- WEBMCP SLOTNODIV script -->
94 </body>
95 </html>

Impressum / About Us