liquid_feedback_frontend

view app/main/area/list.lua @ 5:afd9f769c7ae

Version beta1

Final voting with Schulze-Method is now possible

Many bug fixes and code cleanup

Registration with invite codes

More sort and filter options

Seperated display of "supporters" and "potential supporters"

Optical changes

Flood limit / initiative contigent is now checked by frontend

Neccessary changes to access core beta11
author bsw/jbe
date Fri Dec 25 12:00:00 2009 +0100 (2009-12-25)
parents 80c215dbf076
children 0849be391140
line source
1 slot.put_into("title", _'Area list')
3 util.help("area.list", _"Area list")
5 local areas_selector = Area:new_selector():add_where("active")
7 execute.view{
8 module = "area",
9 view = "_list",
10 params = { areas_selector = areas_selector }
11 }
13 --[[
14 execute.view{
15 module = "delegation",
16 view = "_show_box"
17 }
18 --]]

Impressum / About Us