bsw@1045: ui.title(_"Introduction") bsw@1045: bsw@1119: -- show the user what can be done bsw@1119: execute.view { module = "index", view = "_sidebar_whatcanido" } bsw@1045: bsw@1045: ui.section(function() bsw@1045: ui.sectionHead(function() bsw@1045: ui.heading{ level = 1, content = _"Structured discussion" } bsw@1045: end) bsw@1045: ui.sectionRow(function() bsw@1045: ui.heading{ level = 2, content = _"Initiatives and issues" } bsw@1119: ui.tag{ tag = "p", content = _"[introduction] iniatives and issues" } bsw@1045: ui.heading{ level = 2, content = _"Subject areas" } bsw@1119: ui.tag{ tag = "p", content = _"[introduction] subject areas" } bsw@1045: ui.heading{ level = 2, content = _"Organizational units" } bsw@1119: ui.tag{ tag = "p", content = _"[introduction] organizational units" } bsw@1045: ui.heading{ level = 2, content = _"Rules of procedure" } bsw@1119: ui.tag{ tag = "p", content = _"[introduction] rules of procedure" } bsw@1045: end ) bsw@1045: end ) bsw@1045: ui.section(function() bsw@1045: ui.sectionHead(function() bsw@1045: ui.heading{ level = 1, content = _"4 phases of a decision" } bsw@1045: end) bsw@1045: ui.sectionRow(function() bsw@1045: ui.heading{ level = 2, content = _"(1) Admission phase" } bsw@1119: ui.tag{ tag = "p", content = _"[introduction] phase 1 admission" } bsw@1045: ui.heading{ level = 2, content = _"(2) Discussion phase" } bsw@1119: ui.tag{ tag = "p", content = _"[introduction] phase 2 discussion" } bsw@1045: ui.heading{ level = 2, content = _"(3) Verification phase" } bsw@1119: ui.tag{ tag = "p", content = _"[introduction] phase 3 verification" } bsw@1045: ui.heading{ level = 2, content = _"(4) Voting phase" } bsw@1119: ui.tag{ tag = "p", content = _"[introduction] phase 4 voting" } bsw@1045: end) bsw@1045: end) bsw@1045: ui.section(function() bsw@1045: ui.sectionHead(function() bsw@1045: ui.heading{ level = 1, content = _"Vote delegation" } bsw@1045: end) bsw@1045: ui.sectionRow(function() bsw@1119: ui.tag{ tag = "p", content = _"[introduction] vote delegation" } bsw@1045: end) bsw@1045: end) bsw@1045: ui.section(function() bsw@1045: ui.sectionHead(function() bsw@1045: ui.heading{ level = 1, content = _"Preference voting" } bsw@1045: end) bsw@1045: ui.sectionRow(function() bsw@1119: ui.tag{ tag = "p", content = _"[introduction] preference voting" } bsw@1045: end) bsw@1045: end)