| rev | 
   line source | 
| 
bsw@1045
 | 
     1 ui.title(_"Introduction")
 | 
| 
bsw@1045
 | 
     2 
 | 
| 
bsw@1119
 | 
     3 -- show the user what can be done
 | 
| 
bsw@1119
 | 
     4 execute.view { module = "index", view = "_sidebar_whatcanido" }
 | 
| 
bsw@1045
 | 
     5 
 | 
| 
bsw@1045
 | 
     6 ui.section(function()
 | 
| 
bsw@1045
 | 
     7   ui.sectionHead(function()
 | 
| 
bsw@1045
 | 
     8     ui.heading{ level = 1, content = _"Structured discussion" }
 | 
| 
bsw@1045
 | 
     9   end)
 | 
| 
bsw@1045
 | 
    10   ui.sectionRow(function()
 | 
| 
bsw@1045
 | 
    11     ui.heading{ level = 2, content = _"Initiatives and issues" }
 | 
| 
bsw@1119
 | 
    12     ui.tag{ tag = "p", content = _"[introduction] iniatives and issues" }
 | 
| 
bsw@1045
 | 
    13     ui.heading{ level = 2, content = _"Subject areas" }
 | 
| 
bsw@1119
 | 
    14     ui.tag{ tag = "p", content = _"[introduction] subject areas" }
 | 
| 
bsw@1045
 | 
    15     ui.heading{ level = 2, content = _"Organizational units" }
 | 
| 
bsw@1119
 | 
    16     ui.tag{ tag = "p", content = _"[introduction] organizational units" }
 | 
| 
bsw@1045
 | 
    17     ui.heading{ level = 2, content = _"Rules of procedure" }
 | 
| 
bsw@1119
 | 
    18     ui.tag{ tag = "p", content = _"[introduction] rules of procedure" }
 | 
| 
bsw@1045
 | 
    19   end )
 | 
| 
bsw@1045
 | 
    20 end )
 | 
| 
bsw@1045
 | 
    21 ui.section(function()
 | 
| 
bsw@1045
 | 
    22   ui.sectionHead(function()
 | 
| 
bsw@1045
 | 
    23     ui.heading{ level = 1, content = _"4 phases of a decision" }
 | 
| 
bsw@1045
 | 
    24   end)
 | 
| 
bsw@1045
 | 
    25   ui.sectionRow(function()
 | 
| 
bsw@1045
 | 
    26     ui.heading{ level = 2, content = _"(1) Admission phase" }
 | 
| 
bsw@1119
 | 
    27     ui.tag{ tag = "p", content = _"[introduction] phase 1 admission" }
 | 
| 
bsw@1045
 | 
    28     ui.heading{ level = 2, content = _"(2) Discussion phase" }
 | 
| 
bsw@1119
 | 
    29     ui.tag{ tag = "p", content = _"[introduction] phase 2 discussion" }
 | 
| 
bsw@1045
 | 
    30     ui.heading{ level = 2, content = _"(3) Verification phase" }
 | 
| 
bsw@1119
 | 
    31     ui.tag{ tag = "p", content = _"[introduction] phase 3 verification" }
 | 
| 
bsw@1045
 | 
    32     ui.heading{ level = 2, content = _"(4) Voting phase" }
 | 
| 
bsw@1119
 | 
    33     ui.tag{ tag = "p", content = _"[introduction] phase 4 voting" }
 | 
| 
bsw@1045
 | 
    34   end)
 | 
| 
bsw@1045
 | 
    35 end)
 | 
| 
bsw@1045
 | 
    36 ui.section(function()
 | 
| 
bsw@1045
 | 
    37   ui.sectionHead(function()
 | 
| 
bsw@1045
 | 
    38     ui.heading{ level = 1, content = _"Vote delegation" }
 | 
| 
bsw@1045
 | 
    39   end)
 | 
| 
bsw@1045
 | 
    40   ui.sectionRow(function()
 | 
| 
bsw@1119
 | 
    41     ui.tag{ tag = "p", content = _"[introduction] vote delegation" }
 | 
| 
bsw@1045
 | 
    42   end)
 | 
| 
bsw@1045
 | 
    43 end)
 | 
| 
bsw@1045
 | 
    44 ui.section(function()
 | 
| 
bsw@1045
 | 
    45   ui.sectionHead(function()
 | 
| 
bsw@1045
 | 
    46     ui.heading{ level = 1, content = _"Preference voting" }
 | 
| 
bsw@1045
 | 
    47   end)
 | 
| 
bsw@1045
 | 
    48   ui.sectionRow(function()
 | 
| 
bsw@1119
 | 
    49     ui.tag{ tag = "p", content = _"[introduction] preference voting" }
 | 
| 
bsw@1045
 | 
    50   end)
 | 
| 
bsw@1045
 | 
    51 end)
 |