liquid_feedback_frontend

annotate app/main/help/introduction.lua @ 1530:94d6843fdc94

Add language chooser to profile page
author bsw
date Mon Sep 21 18:44:25 2020 +0200 (2020-09-21)
parents 32cc544d5a5b
children 7c91c52de1fb
rev   line source
bsw@1045 1 ui.title(_"Introduction")
bsw@1045 2
bsw/jbe@1309 3 ui.grid{ content = function()
bsw/jbe@1309 4 ui.cell_main{ content = function()
bsw@1045 5
bsw/jbe@1309 6 ui.container{ attr = { class = "mdl-card mdl-card__fullwidth mdl-shadow--2dp" }, content = function()
bsw/jbe@1309 7 ui.container{ attr = { class = "mdl-card__title mdl-card--has-fab mdl-card--border" }, content = function ()
bsw/jbe@1309 8 ui.heading { attr = { class = "mdl-card__title-text" }, level = 1, content = _"Quick guide" }
bsw/jbe@1309 9 end }
bsw/jbe@1309 10 ui.container { attr = { class = "draft mdl-card__content mdl-card--border" }, content = function()
bsw/jbe@1309 11 ui.heading{ level = 2, content = _"Initiatives and issues" }
bsw/jbe@1309 12 ui.tag{ tag = "p", content = _"[introduction] iniatives and issues" }
bsw/jbe@1309 13 ui.heading{ level = 2, content = _"Subject areas" }
bsw/jbe@1309 14 ui.tag{ tag = "p", content = _"[introduction] subject areas" }
bsw/jbe@1309 15 ui.heading{ level = 2, content = _"Organizational units" }
bsw/jbe@1309 16 ui.tag{ tag = "p", content = _"[introduction] organizational units" }
bsw/jbe@1309 17 ui.heading{ level = 2, content = _"Rules of procedure" }
bsw/jbe@1309 18 ui.tag{ tag = "p", content = _"[introduction] rules of procedure" }
bsw/jbe@1309 19 ui.heading{ level = 2, content = _"Admission phase" }
bsw/jbe@1309 20 ui.tag{ tag = "p", content = _"[introduction] phase 1 admission" }
bsw/jbe@1309 21 ui.heading{ level = 2, content = _"Discussion phase" }
bsw/jbe@1309 22 ui.tag{ tag = "p", content = _"[introduction] phase 2 discussion" }
bsw/jbe@1309 23 ui.heading{ level = 2, content = _"Verification phase" }
bsw/jbe@1309 24 ui.tag{ tag = "p", content = _"[introduction] phase 3 verification" }
bsw/jbe@1309 25 ui.heading{ level = 2, content = _"Voting phase" }
bsw/jbe@1309 26 ui.tag{ tag = "p", content = _"[introduction] phase 4 voting" }
bsw/jbe@1309 27 ui.heading{ level = 2, content = _"Vote delegation" }
bsw/jbe@1309 28 ui.tag{ tag = "p", content = _"[introduction] vote delegation" }
bsw/jbe@1309 29 ui.heading{ level = 2, content = _"Preference voting" }
bsw/jbe@1309 30 ui.tag{ tag = "p", content = _"[introduction] preference voting" }
bsw/jbe@1309 31
bsw/jbe@1309 32 end }
bsw/jbe@1309 33 end }
bsw/jbe@1309 34 end }
bsw/jbe@1309 35 end }
bsw/jbe@1309 36

Impressum / About Us