This library contains some operations to generate web pages rendered with Bootstrap
Author: Michael Hanus
Version: October 2017
bootstrapForm
:: String -> [String] -> String -> (String,[HtmlExp]) -> [[HtmlExp]] -> [[HtmlExp]] -> Int -> [HtmlExp] -> [HtmlExp] -> [HtmlExp] -> [HtmlExp] -> HtmlForm
An HTML form rendered with bootstrap. |
bootstrapPage
:: String -> [String] -> String -> (String,[HtmlExp]) -> [[HtmlExp]] -> [[HtmlExp]] -> Int -> [HtmlExp] -> [HtmlExp] -> [HtmlExp] -> [HtmlExp] -> HtmlPage
An HTML page rendered with bootstrap. |
titledSideMenu
:: String -> [[HtmlExp]] -> [HtmlExp]
|
defaultButton
:: String -> ((CgiRef -> String) -> IO HtmlForm) -> HtmlExp
Default input button. |
smallButton
:: String -> ((CgiRef -> String) -> IO HtmlForm) -> HtmlExp
Small input button. |
primButton
:: String -> ((CgiRef -> String) -> IO HtmlForm) -> HtmlExp
Primary input button. |
hrefButton
:: String -> [HtmlExp] -> HtmlExp
Hypertext reference rendered as a button. |
hrefBlock
:: String -> [HtmlExp] -> HtmlExp
Hypertext reference rendered as a block level button. |
hrefInfoBlock
:: String -> [HtmlExp] -> HtmlExp
Hypertext reference rendered as an info block level button. |
glyphicon
:: String -> HtmlExp
|
homeIcon
:: HtmlExp
|
userIcon
:: HtmlExp
|
loginIcon
:: HtmlExp
|
logoutIcon
:: HtmlExp
|
An HTML form rendered with bootstrap.
|
An HTML page rendered with bootstrap.
|
|
Default input button. |
Small input button. |
Primary input button. |
Hypertext reference rendered as a button.
|
Hypertext reference rendered as a block level button.
|
Hypertext reference rendered as an info block level button.
|