liquid_feedback_frontend

annotate app/main/_layout/default.html @ 525:63d6549cc00b

Delegation chain preview improved, better visualisation of current context, code cleanup
author bsw
date Fri May 18 19:07:07 2012 +0200 (2012-05-18)
parents 7492497005bd
children 418b590fa9ed
rev   line source
bsw/jbe@0 1 <html>
bsw/jbe@0 2 <head>
bsw/jbe@0 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
bsw@373 4 <meta name="viewport" content="width=device-width" />
jorges@113 5 <title> <!-- WEBMCP SLOTNODIV html_title --></title>
bsw/jbe@0 6 <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/trace.css" />
bsw@11 7 <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/gregor.js/gregor.css" />
bsw@10 8 <link rel="stylesheet" type="text/css" media="screen" href="<!-- WEBMCP SLOTNODIV stylesheet_url -->" />
bsw/jbe@0 9 <!-- WEBMCP SLOTNODIV html_head -->
bsw@519 10 <script type="text/javascript">jsFail = true;</script>
bsw@519 11 <![if !IE]>
bsw@519 12 <script type="text/javascript">jsFail = false;</script>
bsw@519 13 <![endif]>
bsw/jbe@19 14 <script type="text/javascript" src="__BASEURL__/static/js/partialload.js"></script>
bsw/jbe@19 15 <script type="text/javascript">var ui_tabs_active = {};</script>
bsw/jbe@0 16 </head>
bsw/jbe@0 17 <body>
bsw/jbe@0 18 <div class="topbar">
bsw@431 19 <div class="topbar_content">
bsw@431 20 <div class="logout_button" id="logout_button">
bsw@431 21 <!-- WEBMCP SLOT logout_button -->
bsw@431 22 </div>
bsw@431 23 <div class="searchbox" id="searchbox">
bsw@431 24 <!-- WEBMCP SLOT searchbox -->
bsw@431 25 </div>
bsw@431 26 <div class="navigation" id="navigation">
bsw@431 27 <!-- WEBMCP SLOT navigation -->
bsw@431 28 </div>
bsw@431 29 <br style="clear: both;" />
bsw/jbe@0 30 </div>
bsw@277 31 </div>
bsw@431 32 <div class="page">
bsw@431 33 <div class="layout_notice" id="layout_notice" onclick="document.getElementById('layout_notice').style.display='none';">
bsw@431 34 <!-- WEBMCP SLOT notice -->
bsw@431 35 </div>
bsw@431 36 <div class="layout_warning" id="layout_warning" onclick="document.getElementById('layout_warning').style.display='none';">
bsw@431 37 <!-- WEBMCP SLOT warning -->
bsw@431 38 </div>
bsw@431 39 <div class="layout_error" id="layout_error" onclick="document.getElementById('layout_error').style.display='none';">
bsw@431 40 <!-- WEBMCP SLOT error -->
bsw@431 41 </div>
bsw@431 42 <div class="logo" id="logo">
bsw@431 43 <!-- WEBMCP SLOT logo -->
bsw@431 44 </div>
bsw@525 45 <div class="page_head" id="head">
bsw@525 46 <!-- WEBMCP SLOT head -->
bsw@525 47 <div class="title" id="title">
bsw@525 48 <!-- WEBMCP SLOT title -->
bsw@525 49 </div>
bsw@525 50 <div class="title2" id="title2">
bsw@525 51 <!-- WEBMCP SLOT title2 -->
bsw@525 52 </div>
bsw@525 53 <div class="actions" id="actions">
bsw@525 54 <div class="interest vote_info" id="interest">
bsw@525 55 <!-- WEBMCP SLOT interest -->
bsw@525 56 </div>
bsw@525 57 <!-- WEBMCP SLOT actions -->
bsw@525 58 <div style="clear: left;"></div>
bsw@525 59 </div>
bsw@525 60 </div>
bsw@431 61 <div class="help_hidden" id="help_hidden">
bsw@431 62 <!-- WEBMCP SLOT help_hidden -->
bsw@431 63 </div>
bsw@431 64 <div class="initiatives_list" id="initiatives_list">
bsw@431 65 <!-- WEBMCP SLOT initiatives_list -->
bsw@431 66 </div>
bsw@431 67 <div class="support vote_info" id="support">
bsw@431 68 <!-- WEBMCP SLOT support -->
bsw@431 69 </div>
bsw@431 70 <div class="initiative_main" id="initiative_main">
bsw@431 71 <!-- WEBMCP SLOT initiative_main -->
bsw@431 72 </div>
bsw@431 73 <div class="main" id="default">
bsw@431 74 <!-- WEBMCP SLOT default -->
bsw@431 75 </div>
bsw@433 76 <br style="clear: both;" />
bsw@433 77 </div>
bsw@433 78 <div class="footer" id="footer">
bsw@433 79 <!-- WEBMCP SLOT footer -->
bsw@88 80 </div>
bsw/jbe@0 81 <div class="layout_trace" id="layout_trace" style="xdisplay: none">
bsw/jbe@0 82 <div id="trace_show" onclick="document.getElementById('trace_content').style.display='block';this.style.display='none';">TRACE</div>
bsw@496 83 <div id="trace_content" style="display: none;">
bsw@496 84 <tt id="system_error"><!-- WEBMCP SLOT system_error --></tt>
bsw@496 85 <div id="trace">&nbsp;</div><hr />
bsw@496 86 <!-- WEBMCP SLOT trace -->
bsw@496 87 <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';">
bsw@496 88 close
bsw/jbe@0 89 </div>
bsw/jbe@0 90 </div>
bsw/jbe@0 91 </div>
bsw@497 92 <script type="text/javascript">
bsw@497 93 <!-- WEBMCP SLOTNODIV custom_script -->
bsw@497 94 </script>
bsw/jbe@0 95 </body>
jorges@113 96 </html>

Impressum / About Us