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