liquid_feedback_frontend
annotate app/main/_layout/default.html @ 10:72c5e0ee7c98
Version beta6
Bugfixes:
- Security fix: Every user was able to change the discussion URL of an initiative
- Creation of new issues in areas without default policies is now possible
- Members can now be sorted in different ways
- No error when trying to compare a draft with itself
- Added missing local statement to variable initialization in app/main/delegation/new.lua
- CSS flaw in initiative action bar fixed
New features:
- Possiblity to invite other users to become initiator
- Revokation of initiatives implemented
- Number of suggestions, supporters, etc. is shown on corresponding tabs of initiative view
- Members can now be sorted by account creation (default sorting is "newest first")
- Configuration option to create an automatic discussion link for all issues
- First draft of global timeline feature (not accessible via link yet)
- Custom stylesheet URL for users marked as developers
In area listing the number of closed issues is shown too
Renamed "author" field of initiative to "last author"
Removed wrongly included file app/main/member/_show_thumb.lua.orig in the distribution
Help texts updated
Bugfixes:
- Security fix: Every user was able to change the discussion URL of an initiative
- Creation of new issues in areas without default policies is now possible
- Members can now be sorted in different ways
- No error when trying to compare a draft with itself
- Added missing local statement to variable initialization in app/main/delegation/new.lua
- CSS flaw in initiative action bar fixed
New features:
- Possiblity to invite other users to become initiator
- Revokation of initiatives implemented
- Number of suggestions, supporters, etc. is shown on corresponding tabs of initiative view
- Members can now be sorted by account creation (default sorting is "newest first")
- Configuration option to create an automatic discussion link for all issues
- First draft of global timeline feature (not accessible via link yet)
- Custom stylesheet URL for users marked as developers
In area listing the number of closed issues is shown too
Renamed "author" field of initiative to "last author"
Removed wrongly included file app/main/member/_show_thumb.lua.orig in the distribution
Help texts updated
author | bsw |
---|---|
date | Sun Jan 10 12:00:00 2010 +0100 (2010-01-10) |
parents | afd9f769c7ae |
children | 77d58efe99fd |
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@10 | 6 <link rel="stylesheet" type="text/css" media="screen" href="<!-- WEBMCP SLOTNODIV stylesheet_url -->" /> |
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> |