liquid_feedback_frontend

view app/main/_layout/system_error.html @ 19:00d1004545f1

Dynamic interface using XMLHttpRequests, and many other changes

Bugfixes:
- Only allow voting on admitted initiatives
- Repaired issue search
- Don't display delegations for closed issues on member page
- Don't show revoke link in initiative, when issue is already half_frozen
- Localization for voting JavaScript
- Display author of suggestions

Disclosure of voting data after voting is finished:
- Possibility to inspect every ballot including preferences
- Show number of voters preferring one initiative to another initiative

Interface behaviour changes:
- Reversed default order of drafts
- Default order of suggestions changed
- Show new drafts of initiatives only once per day in timeline

Accessibility:
- Barrier-free voting implemented
- POST links are now accessible without JavaScript
- Changed gray for unsatisfied supporters in bar graph to a lighter gray

Other interface improvements:
- Optical enhancements
- Dynamic interface using XMLHttpRequests
- Show usage terms in about section
- Show own membership in area listing
- Show uninformed supporters greyed out and marked with yellow question mark
- Warning box in non-admitted initiatives
- When voted, don't display voting notice and change label of voting link
- Show object counts in more tabulator heads
- Enlarged member statement input field

Miscellaneous:
- Code cleanup
- Added README file containing installation instructions
- Use new WebMCP function ui.filters{...} instead of own ui.filter and ui.order functions
author bsw/jbe
date Sat Feb 20 22:10:31 2010 +0100 (2010-02-20)
parents 3941792e8be6
children 701a5cf6b067
line source
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
4 <title>LiquidFeedback Error</title>
5 <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/trace.css" />
6 <style>
7 body {
8 font-family: sans-serif;
9 }
10 .title {
11 font-size: 150%;
12 font-weight: bold;
13 }
14 .layout_trace {
15 left: 0;
16 }
17 a {
18 background-color: #ddd;
19 color: #000;
20 padding: 1ex;
21 margin: 1ex;
22 line-height: 300%;
23 border: 1px solid #777;
24 }
25 hr {
26 margin-top: 2ex;
27 margin-bottom: 2ex;
28 }
29 </style>
30 </head>
31 <body class="system_error">
33 <div class="title">
34 <img src="__BASEURL__/static/lang/en.png" />
35 Ooops, a system error occured
36 </div>
37 <p>
38 Most probably you found a software bug. Don't panic, you can now choose one of the following options:
39 </p>
41 <nobr><a href="__BASEURL__">Go to start page</a></nobr>
42 <nobr><a href="#" onclick="window.location.reload()">Retry request</a></nobr>
43 <nobr><a href="http://trac.public-software-group.org/projects/lf" target="_blank">Create bug report</a></nobr>
45 <hr />
47 <div class="title">
48 <img src="__BASEURL__/static/lang/de.png" />
49 Leider ist ein Systemfehler aufgetreten
50 </div>
51 <p>
52 Du hast vermutlich gerade einen Fehler in der Software entdeckt. Das ist kein Grund zur Panik, dir bleiben die folgenden Optionen:
53 </p>
55 <nobr><a href="__BASEURL__">Weiter zur Startseite</a></nobr>
56 <nobr><a href="#" onclick="window.location.reload()">Anfrage wiederholen</a></nobr>
57 <nobr><a href="http://trac.public-software-group.org/projects/lf" target="_blank">Fehlerbericht erstellen</a></nobr>
59 <hr />
60 <p>
61 If you write a bug report, please include the following output in your bug report.<br />
62 Falls Du einen Fehlerbericht erstellst, füge bitte die folgenden Ausgaben mit ein.
63 </p>
64 <tt style="font-size: 75%;"><!-- WEBMCP SLOT system_error --></tt>
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';" style="display: none;">TRACE</div>
69 <div id="trace_content">
70 <!-- WEBMCP SLOT trace -->
71 <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';">close</div>
72 </div>
74 </body>
75 </html>

Impressum / About Us