Mercurial > libervia-templates
comparison sat_templates/templates/bulma/input/textbox.html @ 296:fbea1b9a558f
bulma: new search box, used in blog for now
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 10 Dec 2020 11:29:04 +0100 |
parents | 80cfec962b1e |
children |
comparison
equal
deleted
inserted
replaced
295:1de599c5a68f | 296:fbea1b9a558f |
---|---|
75 </div> | 75 </div> |
76 </article> | 76 </article> |
77 </div> | 77 </div> |
78 {% endif %} | 78 {% endif %} |
79 {% endmacro %} | 79 {% endmacro %} |
80 | |
81 {% macro search() %} | |
82 {% call form.form(method="get", use_csrf_token=false) %} | |
83 {% call field.text("search", class="has-addons", required=true, icon_left="search") %} | |
84 {{ field.submit(_("Search")) }} | |
85 {% endcall %} | |
86 {% endcall %} | |
87 {% endmacro %} |