File tree 1 file changed +61
-0
lines changed
src/recensio/plone/browser/overrides
1 file changed +61
-0
lines changed Original file line number Diff line number Diff line change
1
+ <div class =" d-flex flex-column position-relative"
2
+ id =" portal-searchbox"
3
+ tal : define ="
4
+ navigation_root_url view/navigation_root_url;
5
+ "
6
+ i18n : domain =" plone"
7
+ >
8
+
9
+ <form class =" d-flex ${python: view.livesearch and 'pat-livesearch'} ${python: view.show_images and 'show_images'}"
10
+ id =" searchGadget_form"
11
+ action =" @@search"
12
+ role =" search"
13
+ tal : attributes ="
14
+ action string:${navigation_root_url}/themen-epochen-regionen;
15
+ data-pat-livesearch string:ajaxUrl:${navigation_root_url}/@@ajax-search;
16
+ "
17
+ >
18
+
19
+ <label class =" hiddenStructure"
20
+ for =" searchGadget"
21
+ i18n : translate =" text_search"
22
+ >Search Site</label >
23
+
24
+ <input class =" searchField form-control me-2"
25
+ id =" searchGadget"
26
+ name =" SearchableText"
27
+ placeholder =" Search Site"
28
+ size =" 18"
29
+ title =" Search Site"
30
+ type =" text"
31
+ value =" "
32
+ tal : attributes ="
33
+ value request/form/SearchableText|nothing;
34
+ "
35
+ i18n : attributes =" title title_search_site;
36
+ placeholder title_search_site"
37
+ />
38
+
39
+ <button class =" searchButton btn btn-outline-light"
40
+ type =" submit"
41
+ i18n : translate =" label_search"
42
+ >
43
+ Search
44
+ </button >
45
+
46
+ <div class =" hiddenStructure"
47
+ id =" portal-advanced-search"
48
+ >
49
+ <a href =" #"
50
+ tal : attributes ="
51
+ href string:${navigation_root_url}/@@search;
52
+ "
53
+ i18n : translate =" label_advanced_search"
54
+ >
55
+ Advanced Search…
56
+ </a >
57
+ </div >
58
+
59
+ </form >
60
+
61
+ </div >
You can’t perform that action at this time.
0 commit comments