liquid_feedback_frontend

annotate app/main/lf2/_search.lua @ 211:4993b71b383f

First checkin of lf2 (frontend second generation) prototype
author bsw
date Wed Mar 02 20:06:26 2011 +0100 (2011-03-02)
parents
children 3e4ad069847a
rev   line source
bsw@211 1 ui.container{
bsw@211 2 attr = { class = "boxhead" },
bsw@211 3 content = _"Search in initiatives for text:"
bsw@211 4 }
bsw@211 5
bsw@211 6 ui.container{
bsw@211 7 attr = { class = "search box" },
bsw@211 8 content = function()
bsw@211 9 ui.container{
bsw@211 10 attr = { class = "row first" },
bsw@211 11 content = function()
bsw@211 12 ui.container{
bsw@211 13 attr = { class = "col first" },
bsw@211 14 content = function()
bsw@211 15
bsw@211 16 ui.form{
bsw@211 17 content = function()
bsw@211 18
bsw@211 19
bsw@211 20 slot.put(" ")
bsw@211 21
bsw@211 22 ui.tag{ tag = "input", attr = { type = "text", name = "q" } }
bsw@211 23
bsw@211 24 ui.submit{ text = _"Search" }
bsw@211 25
bsw@211 26 end
bsw@211 27 }
bsw@211 28
bsw@211 29 end
bsw@211 30 }
bsw@211 31
bsw@211 32 end
bsw@211 33 }
bsw@211 34 end
bsw@211 35 }

Impressum / About Us