packages feed

bamboo-theme-blueprint-2009.6.8: src/Bamboo/Theme/Blueprint/Widget/SearchBar.hs

{-# LANGUAGE NoImplicitPrelude #-}
module Bamboo.Theme.Blueprint.Widget.SearchBar where
  
import Bamboo.Helper.StateHelper (html_only_for)
import Bamboo.Theme.Blueprint.Env hiding (header)

search_bar :: Widget
search_bar s = html_only_for Search $ 
      div_id "search" 
  <<  form ! [action (s.config.root / "search"), method "get"]
  <<  thediv
  <<  textfield "s"