liquid_feedback_frontend

view app/main/_layout/default.html @ 159:5d797c6706d5

implement quorum display

show the initiative quorum as a small 1px line in bargraph
allow to update your support on the diff page
better linked title in diff page
show absolute quorum numbers in detail pages of issue and initiative
author Daniel Poelzleithner <poelzi@poelzi.org>
date Sat Oct 09 03:42:48 2010 +0200 (2010-10-09)
parents 082450e65aa8
children d13b27a37ad5
line source
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
4 <title> <!-- WEBMCP SLOTNODIV html_title --></title>
5 <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/trace.css" />
6 <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/gregor.js/gregor.css" />
7 <link rel="stylesheet" type="text/css" media="screen" href="<!-- WEBMCP SLOTNODIV stylesheet_url -->" />
8 <!-- WEBMCP SLOTNODIV html_head -->
9 <script type="text/javascript" src="__BASEURL__/static/js/partialload.js"></script>
10 <script type="text/javascript">var ui_tabs_active = {};</script>
11 </head>
12 <body>
13 <div class="topbar">
14 <div class="logout_button" id="logout_button">
15 <!-- WEBMCP SLOT logout_button -->
16 </div>
17 <div class="searchbox" id="searchbox">
18 <!-- WEBMCP SLOT searchbox -->
19 </div>
20 <div class="navigation" id="navigation">
21 <!-- WEBMCP SLOT navigation -->
22 </div>
23 </div>
24 <div class="layout_notice" id="layout_notice" onclick="document.getElementById('layout_notice').style.display='none';">
25 <!-- WEBMCP SLOT notice -->
26 </div>
27 <div class="layout_warning" id="layout_warning" onclick="document.getElementById('layout_warning').style.display='none';">
28 <!-- WEBMCP SLOT warning -->
29 </div>
30 <div class="layout_error" id="layout_error" onclick="document.getElementById('layout_error').style.display='none';">
31 <!-- WEBMCP SLOT error -->
32 </div>
33 <div class="title_bar">
34 <div class="title_bar_content">
35 <div class="logo" id="logo">
36 <!-- WEBMCP SLOT logo -->
37 </div>
38 <div class="issue_info" id="issue_info">
39 <!-- WEBMCP SLOT issue_info -->
40 </div>
41 <div class="path" id="path">
42 <!-- WEBMCP SLOT path -->
43 </div>
44 <div class="help_hidden" id="help_hidden">
45 <!-- WEBMCP SLOT help_hidden -->
46 </div>
47 <div class="title" id="title">
48 <!-- WEBMCP SLOT title -->
49 </div>
50 <div class="actions" id="actions">
51 <div class="interest vote_info" id="interest">
52 <!-- WEBMCP SLOT interest -->
53 </div>
54 <!-- WEBMCP SLOT actions -->
55 </div>
56 <br style="clear: left;" />
57 <div class="sub_title" id="sub_title">
58 <!-- WEBMCP SLOT sub_title -->
59 </div>
60 <div class="support vote_info" id="support">
61 <!-- WEBMCP SLOT support -->
62 </div>
63 <div style="clear: left;"></div>
64 </div>
65 </div>
66 <div class="content_navigation" id="content_navigation">
67 <!-- WEBMCP SLOT content_navigation -->
68 </div>
69 <div class="main" id="default">
70 <!-- WEBMCP SLOT default -->
71 </div>
72 <div class="footer" id="footer">
73 <!-- WEBMCP SLOT footer -->
74 </div>
75 <div class="layout_trace" id="layout_trace" style="xdisplay: none">
76 <div id="trace_show" onclick="document.getElementById('trace_content').style.display='block';this.style.display='none';">TRACE</div>
77 <div id="trace_content" style="display: none;">
78 <tt id="system_error"><!-- WEBMCP SLOT system_error --></tt>
79 <div id="trace">&nbsp;</div><hr />
80 <!-- WEBMCP SLOT trace -->
81 <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';">
82 close
83 </div>
84 </div>
85 </div>
86 </div>
87 </body>
88 <script>
89 <!-- WEBMCP SLOTNODIV custom_script -->
90 </script>
91 </html>

Impressum / About Us