CurryInfo: html2-3.5.0 / HTML.Styles.Bootstrap4.bootstrapPage

definition: Info
 
bootstrapPage :: String -> [String] -> [String] -> String -> (String,[BaseHtml])
              -> [[BaseHtml]] -> [[BaseHtml]] -> Int -> [BaseHtml] -> [BaseHtml]
              -> [BaseHtml] -> [BaseHtml] -> HtmlPage
bootstrapPage favicon styles jsincludes title brandurltitle lefttopmenu
              righttopmenu leftcols sidemenu header contents footer =
  bootstrapPage2 favicon styles jsincludes title brandurltitle
                 (addNavItemClass lefttopmenu) (addNavItemClass righttopmenu)
                 leftcols sidemenu header contents footer
 where
  addNavItemClass = map (\i -> ("nav-item", i))
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
-------------------------------------------------------------------------
An HTML page rendered with bootstrap with a fixed top navigation bar.
@param favicon   - the icon file `favicon.ico` (when empty not included)
@param styles    - the style files to be included (typically,
                   `css/bootstrap.min.css`)
@param jsincludes - the JavaScript files to be included (typically,
                    `.../jquery.js`, `js/bootstrap.min.js`)
@param title   - the title of the form
@param brand   - the brand shown top left (a URL/title pair)
@lefttopmenu   - the menu shown in the left side of the top navigation bar
@righttopmenu  - the menu shown in the right side of the top navigation bar
                 (could be empty)
@param columns - number of columns for the left-side menu
                 (if columns==0, then the left-side menu is omitted)
@param sidemenu - the menu shown at the left-side of the main document
                  (maybe created with 'titledSideMenu')
@param header   - the main header (will be rendered with jumbotron style)
@param contents - the main contents of the document
@param footer   - the footer of the document
failfree: Info
 (_, _, _, _, _, _, _, _, _, _, _, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_,_,_,_,_,_,_,_,_,_) |-> {HtmlPage}}
name: Info
 bootstrapPage
precedence: Info
 no precedence defined
result-values: Info
 {HtmlPage}
signature: Info
 String -> [String] -> [String] -> String -> (String, [HTML.Base.BaseHtml])
-> [[HTML.Base.BaseHtml]] -> [[HTML.Base.BaseHtml]] -> Prelude.Int
-> [HTML.Base.BaseHtml] -> [HTML.Base.BaseHtml] -> [HTML.Base.BaseHtml]
-> [HTML.Base.BaseHtml] -> HTML.Base.HtmlPage
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term