Rev 9641 | Rev 11261 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9641 | Rev 10230 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | 6 | ||
7 | !if $s_category isin ADTXRPOS |
7 | !if $s_category isin ADTXRPOS |
8 | !read adm/search_engine/search_clear.phtml |
8 | !read adm/search_engine/search_clear.phtml |
9 | !endif |
9 | !endif |
10 | 10 | ||
11 | !if $error!=$empty and |
11 | !if $error!=$empty and $(ER_$error)!= |
12 | <p class=" |
12 | <p class="wims_msg alert"> |
13 | $(ER_$error) |
13 | $(ER_$error) |
14 | !read adm/search_engine/search_empty.phtml |
14 | !read adm/search_engine/search_empty.phtml |
15 | </p> |
15 | </p> |
16 | !endif |
16 | !endif |
17 | !set tt=<span class="wims_emph">$(CC_A)</span> |
17 | !set tt=<span class="wims_emph">$(CC_A)</span> |
Line 32... | Line 32... | ||
32 | !endif |
32 | !endif |
33 | </div> |
33 | </div> |
34 | 34 | ||
35 | !else |
35 | !else |
36 | !if $s_keywords!=$empty and $Gotcnt<1 |
36 | !if $s_keywords!=$empty and $Gotcnt<1 |
37 | <div class=" |
37 | <div class="wims_msg info"> |
38 | $RE_nomatch. |
38 | $RE_nomatch. |
39 | !if $(rel_$s_category)!=$empty |
39 | !if $(rel_$s_category)!=$empty |
40 | <div class="RE_try"> |
40 | <div class="RE_try"> |
41 | $RE_try |
41 | $RE_try |
42 | !for i in $(rel_$s_category) |
42 | !for i in $(rel_$s_category) |
Line 69... | Line 69... | ||
69 | !endif |
69 | !endif |
70 | </p> |
70 | </p> |
71 | !reset list_start |
71 | !reset list_start |
72 | !else |
72 | !else |
73 | !if $s_category isin ADXOTR and $s_keywords=$empty |
73 | !if $s_category isin ADXOTR and $s_keywords=$empty |
74 | <p class=" |
74 | <p class="wims_msg info"> |
75 | $RE_noKeyword. |
75 | $RE_noKeyword. |
76 | </p> |
76 | </p> |
77 | !endif |
77 | !endif |
78 | !if $s_keywords!=$empty |
78 | !if $s_keywords!=$empty |
79 | <p class="wimscenter small">$wims_ref_name?$search_adresse</p> |
79 | <p class="wimscenter small">$wims_ref_name?$search_adresse</p> |