liquid_feedback_frontend
annotate app/main/_layout/default.html @ 6:8d91bccab0bf
Version beta2
Possibility to browse voters of a closed issue
Registration with invite code
Email confirmation and password recovery
Download function (for database dumps) added
Critical bug solved, which made it impossible to select your opinion on other peoples suggestions
Catching error, when trying to set an opinion on a suggestion which has been meanwhile deleted
Fixed wrong sorting order for "supporters" or "potential supporters"
Added format info for birthday (Error when entering dates in wrong format is NOT fixed in this release)
Strip space characters from certain fields and ensure they contain at least 3 characters
Showing grade in opinion/list as clear text instead of integer value
More information on initiative is displayed while voting
Colored notification box shown on pages of issues or initiatives which are currently in voting state
Changed default filter for issues to "Open"
Back link on suggestion page
Some optical changes
Removed wrong space character in LICENSE file
Possibility to browse voters of a closed issue
Registration with invite code
Email confirmation and password recovery
Download function (for database dumps) added
Critical bug solved, which made it impossible to select your opinion on other peoples suggestions
Catching error, when trying to set an opinion on a suggestion which has been meanwhile deleted
Fixed wrong sorting order for "supporters" or "potential supporters"
Added format info for birthday (Error when entering dates in wrong format is NOT fixed in this release)
Strip space characters from certain fields and ensure they contain at least 3 characters
Showing grade in opinion/list as clear text instead of integer value
More information on initiative is displayed while voting
Colored notification box shown on pages of issues or initiatives which are currently in voting state
Changed default filter for issues to "Open"
Back link on suggestion page
Some optical changes
Removed wrong space character in LICENSE file
author | bsw/jbe |
---|---|
date | Sat Jan 02 12:00:00 2010 +0100 (2010-01-02) |
parents | afd9f769c7ae |
children | 72c5e0ee7c98 |
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/jbe@0 | 4 <title><!-- WEBMCP SLOTNODIV app_name --></title> |
bsw/jbe@0 | 5 <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/trace.css" /> |
bsw/jbe@0 | 6 <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/style.css" /> |
bsw/jbe@0 | 7 <!-- WEBMCP SLOTNODIV html_head --> |
bsw/jbe@0 | 8 </head> |
bsw/jbe@0 | 9 <body> |
bsw/jbe@0 | 10 <div class="topbar"> |
bsw/jbe@0 | 11 <div class="logout_button" id="logout_button"> |
bsw/jbe@0 | 12 <!-- WEBMCP SLOT logout_button --> |
bsw/jbe@0 | 13 </div> |
bsw/jbe@0 | 14 <div class="searchbox" id="searchbox"> |
bsw/jbe@0 | 15 <!-- WEBMCP SLOT searchbox --> |
bsw/jbe@0 | 16 </div> |
bsw/jbe@0 | 17 <div class="navigation" id="navigation"> |
bsw/jbe@0 | 18 <!-- WEBMCP SLOT navigation --> |
bsw/jbe@0 | 19 </div> |
bsw/jbe@0 | 20 </div> |
bsw/jbe@4 | 21 <div class="layout_notice" id="layout_notice" onclick="document.getElementById('layout_notice').style.display='none';"> |
bsw/jbe@4 | 22 <!-- WEBMCP SLOT notice --> |
bsw/jbe@4 | 23 </div> |
bsw/jbe@4 | 24 <div class="layout_warning" id="layout_warning" onclick="document.getElementById('layout_warning').style.display='none';"> |
bsw/jbe@4 | 25 <!-- WEBMCP SLOT warning --> |
bsw/jbe@4 | 26 </div> |
bsw/jbe@4 | 27 <div class="layout_error" id="layout_error" onclick="document.getElementById('layout_error').style.display='none';"> |
bsw/jbe@4 | 28 <!-- WEBMCP SLOT error --> |
bsw/jbe@4 | 29 </div> |
bsw@2 | 30 <div class="title_bar"> |
bsw/jbe@4 | 31 <div class="title_bar_content"> |
bsw/jbe@4 | 32 <div class="logo" id="logo"> |
bsw/jbe@4 | 33 <!-- WEBMCP SLOT logo --> |
bsw/jbe@4 | 34 </div> |
bsw/jbe@4 | 35 <div class="issue_info" id="issue_info"> |
bsw/jbe@4 | 36 <!-- WEBMCP SLOT issue_info --> |
bsw/jbe@4 | 37 </div> |
bsw/jbe@4 | 38 <div class="path" id="path"> |
bsw/jbe@4 | 39 <!-- WEBMCP SLOT path --> |
bsw/jbe@4 | 40 </div> |
bsw/jbe@5 | 41 <div class="help_hidden" id="help_hidden"> |
bsw/jbe@5 | 42 <!-- WEBMCP SLOT help_hidden --> |
bsw/jbe@5 | 43 </div> |
bsw/jbe@4 | 44 <div class="title" id="title"> |
bsw/jbe@4 | 45 <!-- WEBMCP SLOT title --> |
bsw/jbe@4 | 46 </div> |
bsw/jbe@4 | 47 <div class="actions" id="actions"> |
bsw/jbe@4 | 48 <div class="interest vote_info" id="interest"> |
bsw/jbe@4 | 49 <!-- WEBMCP SLOT interest --> |
bsw/jbe@4 | 50 </div> |
bsw/jbe@4 | 51 <!-- WEBMCP SLOT actions --> |
bsw/jbe@4 | 52 </div> |
bsw/jbe@4 | 53 <br style="clear: left;" /> |
bsw/jbe@4 | 54 <div class="sub_title" id="sub_title"> |
bsw/jbe@4 | 55 <!-- WEBMCP SLOT sub_title --> |
bsw/jbe@4 | 56 </div> |
bsw/jbe@4 | 57 <div class="support vote_info" id="support"> |
bsw/jbe@4 | 58 <!-- WEBMCP SLOT support --> |
bsw/jbe@4 | 59 </div> |
bsw/jbe@4 | 60 <div style="clear: left;" /></div> |
bsw/jbe@0 | 61 </div> |
bsw/jbe@0 | 62 </div> |
bsw/jbe@0 | 63 <div class="main" id="default"> |
bsw/jbe@0 | 64 <!-- WEBMCP SLOT default --> |
bsw/jbe@0 | 65 </div> |
bsw/jbe@0 | 66 <div class="layout_trace" id="layout_trace" style="xdisplay: none"> |
bsw/jbe@0 | 67 <div id="trace_show" onclick="document.getElementById('trace_content').style.display='block';this.style.display='none';">TRACE</div> |
bsw/jbe@0 | 68 <div id="trace_content" style="display: none;"> |
bsw/jbe@0 | 69 <!-- WEBMCP SLOT trace --> |
bsw/jbe@0 | 70 <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';"> |
bsw/jbe@0 | 71 close |
bsw/jbe@0 | 72 </div> |
bsw/jbe@0 | 73 </div> |
bsw/jbe@0 | 74 </div> |
bsw/jbe@0 | 75 </div> |
bsw/jbe@0 | 76 </body> |
bsw/jbe@0 | 77 <script> |
bsw/jbe@0 | 78 </script> |
bsw/jbe@0 | 79 </html> |