liquid_feedback_frontend

diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/app/main/lf2/_search.lua	Wed Mar 02 20:06:26 2011 +0100
     1.3 @@ -0,0 +1,35 @@
     1.4 +ui.container{
     1.5 +  attr = { class = "boxhead" },
     1.6 +  content = _"Search in initiatives for text:"
     1.7 +}
     1.8 +
     1.9 +ui.container{
    1.10 +  attr = { class = "search box" },
    1.11 +  content = function()
    1.12 +    ui.container{
    1.13 +      attr = { class = "row first" },
    1.14 +      content = function()
    1.15 +        ui.container{
    1.16 +          attr = { class = "col first" },
    1.17 +          content = function()
    1.18 +
    1.19 +            ui.form{
    1.20 +              content = function()
    1.21 +
    1.22 +                
    1.23 +                slot.put(" ")
    1.24 +              
    1.25 +                ui.tag{ tag = "input", attr = { type = "text", name = "q" } }
    1.26 +                
    1.27 +                ui.submit{ text = _"Search" }
    1.28 +
    1.29 +              end
    1.30 +            }
    1.31 +
    1.32 +          end
    1.33 +        }
    1.34 +
    1.35 +      end
    1.36 +    }
    1.37 +  end
    1.38 +}
    1.39 \ No newline at end of file

Impressum / About Us