liquid_feedback_frontend

view app/main/_layout/default.html @ 11:77d58efe99fd

Version beta7

Important security fixes:
- Added missing HTML encoding to postal address of member
- Link to discussion URL only if it starts with http(s)://

Other bugfixes:
- Fixed wrong display of 2nd level delegating voters for an initiative
- Do not display invited initiators as initiators while voting
- Added missing translation

New features:
- Public message of the day
- Both direct and indirect supporter count is shown in tab heads
- Support shown in initiative lists

Language chooser at the login page has been added (again)
author bsw
date Fri Jan 22 12:00:00 2010 +0100 (2010-01-22)
parents 72c5e0ee7c98
children 00d1004545f1
line source
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
4 <title><!-- WEBMCP SLOTNODIV app_name --></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 </head>
10 <body>
11 <div class="topbar">
12 <div class="logout_button" id="logout_button">
13 <!-- WEBMCP SLOT logout_button -->
14 </div>
15 <div class="searchbox" id="searchbox">
16 <!-- WEBMCP SLOT searchbox -->
17 </div>
18 <div class="navigation" id="navigation">
19 <!-- WEBMCP SLOT navigation -->
20 </div>
21 </div>
22 <div class="layout_notice" id="layout_notice" onclick="document.getElementById('layout_notice').style.display='none';">
23 <!-- WEBMCP SLOT notice -->
24 </div>
25 <div class="layout_warning" id="layout_warning" onclick="document.getElementById('layout_warning').style.display='none';">
26 <!-- WEBMCP SLOT warning -->
27 </div>
28 <div class="layout_error" id="layout_error" onclick="document.getElementById('layout_error').style.display='none';">
29 <!-- WEBMCP SLOT error -->
30 </div>
31 <div class="title_bar">
32 <div class="title_bar_content">
33 <div class="logo" id="logo">
34 <!-- WEBMCP SLOT logo -->
35 </div>
36 <div class="issue_info" id="issue_info">
37 <!-- WEBMCP SLOT issue_info -->
38 </div>
39 <div class="path" id="path">
40 <!-- WEBMCP SLOT path -->
41 </div>
42 <div class="help_hidden" id="help_hidden">
43 <!-- WEBMCP SLOT help_hidden -->
44 </div>
45 <div class="title" id="title">
46 <!-- WEBMCP SLOT title -->
47 </div>
48 <div class="actions" id="actions">
49 <div class="interest vote_info" id="interest">
50 <!-- WEBMCP SLOT interest -->
51 </div>
52 <!-- WEBMCP SLOT actions -->
53 </div>
54 <br style="clear: left;" />
55 <div class="sub_title" id="sub_title">
56 <!-- WEBMCP SLOT sub_title -->
57 </div>
58 <div class="support vote_info" id="support">
59 <!-- WEBMCP SLOT support -->
60 </div>
61 <div style="clear: left;" /></div>
62 </div>
63 </div>
64 <div class="main" id="default">
65 <!-- WEBMCP SLOT default -->
66 </div>
67 <div class="layout_trace" id="layout_trace" style="xdisplay: none">
68 <div id="trace_show" onclick="document.getElementById('trace_content').style.display='block';this.style.display='none';">TRACE</div>
69 <div id="trace_content" style="display: none;">
70 <!-- WEBMCP SLOT trace -->
71 <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';">
72 close
73 </div>
74 </div>
75 </div>
76 </div>
77 </body>
78 <script>
79 </script>
80 </html>

Impressum / About Us