Rev 15006 | Rev 17374 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15006 | Rev 15381 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | 2 | ||
3 | !if $test_exist!=$empty |
3 | !if $test_exist!=$empty |
4 | !set gottype=search |
4 | !set gottype=search |
5 | !endif |
5 | !endif |
6 | 6 | ||
7 | !if $s_category isin |
7 | !if $s_category isin ADTXRPOSG |
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 $(ER_$error)!= |
11 | !if $error!=$empty and $(ER_$error)!= |
12 | <p class="wims_msg alert"> |
12 | <p class="wims_msg alert"> |
Line 72... | Line 72... | ||
72 | !href module=home&cmd=reply&list_start=$[$list_start+$list_batch] >> |
72 | !href module=home&cmd=reply&list_start=$[$list_start+$list_batch] >> |
73 | !endif |
73 | !endif |
74 | </p> |
74 | </p> |
75 | !reset list_start |
75 | !reset list_start |
76 | !else |
76 | !else |
77 | !if $s_category isin |
77 | !if $s_category isin ADXOTRG and $s_keywords=$empty |
78 | <p class="wims_msg info"> |
78 | <p class="wims_msg info"> |
79 | $RE_noKeyword. |
79 | $RE_noKeyword. |
80 | </p> |
80 | </p> |
81 | !endif |
81 | !endif |
82 | !if $s_keywords!=$empty |
82 | !if $s_keywords!=$empty |
Line 84... | Line 84... | ||
84 | !endif |
84 | !endif |
85 | !endif |
85 | !endif |
86 | 86 | ||
87 | !endif |
87 | !endif |
88 | 88 | ||
89 | !if $s_category isin |
89 | !if $s_category isin PLSCG |
90 | <div class="wims_emph"> |
90 | <div class="wims_emph"> |
91 | !if $s_category isin P |
91 | !if $s_category isin P |
92 | !set mP=!replace internal wimshome/public_html/modules/ by $ in $module_P |
92 | !set mP=!replace internal wimshome/public_html/modules/ by $ in $module_P |
93 | !href module=$mP.$p_lang $(CC_$s_category) |
93 | !href module=$mP.$p_lang $(CC_$s_category) |
94 | !else |
94 | !else |
Line 123... | Line 123... | ||
123 | !endif |
123 | !endif |
124 | 124 | ||
125 | <div id="searchresult"> |
125 | <div id="searchresult"> |
126 | !if $s_category isitemof A,T |
126 | !if $s_category isitemof A,T |
127 | !if $s_category=A |
127 | !if $s_category=A |
128 | !set list_tabs = X,D,T,R,M,S,C,P |
128 | !set list_tabs = X,D,T,R,M,S,C,P,G |
129 | !set list_divs = X,D,T,R,M |
129 | !set list_divs = X,D,T,R,M |
130 | !endif |
130 | !endif |
131 | !if $s_category=T |
131 | !if $s_category=T |
132 | !set list_tabs = T,P |
132 | !set list_tabs = T,P |
133 | !set list_divs = T |
133 | !set list_divs = T |
Line 151... | Line 151... | ||
151 | </div> <!-- end C_$cat --> |
151 | </div> <!-- end C_$cat --> |
152 | !endif |
152 | !endif |
153 | !next |
153 | !next |
154 | !else |
154 | !else |
155 | !! tt is used in lang/names.$lang |
155 | !! tt is used in lang/names.$lang |
156 | !if $s_category notin |
156 | !if $s_category notin CSG |
157 | !set tt=<p class="wims_emph">$(CC_$s_category)</p> |
157 | !set tt=<p class="wims_emph">$(CC_$s_category)</p> |
158 | !endif |
158 | !endif |
159 | <p class="wims_emph">$(CC_$s_category)</p> |
159 | <p class="wims_emph">$(CC_$s_category)</p> |
160 | !read result.A $s_category |
160 | !read result.A $s_category |
161 | !endif |
161 | !endif |
Line 173... | Line 173... | ||
173 | !if $gotcntC > 0 |
173 | !if $gotcntC > 0 |
174 | <div id="content_C"> |
174 | <div id="content_C"> |
175 | <p class="wims_emph">$CC_C</p> |
175 | <p class="wims_emph">$CC_C</p> |
176 | !read result.C |
176 | !read result.C |
177 | </div> <!-- end C_C --> |
177 | </div> <!-- end C_C --> |
- | 178 | !endif |
|
- | 179 | !if $gotcntG > 0 |
|
- | 180 | <div id="content_G"> |
|
- | 181 | <p class="wims_emph">$CC_G</p> |
|
- | 182 | !read result.G |
|
- | 183 | </div> <!-- end C_G --> |
|
178 | !endif |
184 | !endif |
179 | 185 | ||
180 | !if $s_category isin A,T and $gotcnt1>0 |
186 | !if $s_category isin A,T and $gotcnt1>0 |
181 | !exchange gotcnt,gotcnt1 |
187 | !exchange gotcnt,gotcnt1 |
182 | !exchange gottype,gottype1 |
188 | !exchange gottype,gottype1 |