@@ -2154,6 +2154,35 @@ of files in there. The *minimal* template includes:
21542154 coating for their content, using its "content" slot. It also defines
21552155 the "head_title" and "body_title" slots to allow setting of the page
21562156 title.
2157+
2158+ This page also defines macros for use in search pages.
2159+
2160+ * th_label - defines a label for a search field
2161+ * search_input - defines a text input field
2162+ * search_date - defines a text input field with popup calendar link
2163+ * search_popup - defines a text input with popup classhelper link
2164+ * search_select - defines a select/dropdown element for selecting
2165+ a single item from a class
2166+ * search_select_keywords - defines a dropdown with a keyword
2167+ search expression builder link
2168+ * search_select_translated - like search_Select but it translates
2169+ the items in the dropdown
2170+ * search_multiselect - text input with multiselect classhelper
2171+ popup link
2172+ * search_checkboxes - display selection items as checkbox items
2173+ * column_input - a checkbox element used to select an element for
2174+ display in a search result (sets the @columns property)
2175+ * sort_input - a radiobutton element used to select sorting
2176+ * group_input - a radiobutton element used to select grouping
2177+
2178+ and the user.item.html page:
2179+
2180+ * user_src_input - takes a long name and splits it into parts (first/last)
2181+ * user_normal_input - takes a name without splitting it for reuse
2182+ * user_pw_input - a password input for the user
2183+ * user_confirm_input - a password input marked so the back end
2184+ confirms it against the password submitted through the user_pw_input
2185+
21572186**home.html**
21582187 the default page displayed when in `the "home" context`_ and no
21592188 other page is requested using the ``@template`` parameter
0 commit comments