Rev 9553 | Rev 11266 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9553 | Rev 11261 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 | !form new |
2 | !form new |
3 | <input type="hidden" name="module" value="home" /> |
3 | <input type="hidden" name="module" value="home" /> |
4 | <div id="search_engine" class="wims_search_engine"> |
4 | <div id="search_engine" class="wims_search_engine"> |
- | 5 | !if jquery_defined=yes |
|
5 | <script src="scripts/js/interface/search_engine.js" type="text/javascript" /></script> |
6 | <script src="scripts/js/interface/search_engine.js" type="text/javascript" /></script> |
- | 7 | !endif |
|
6 | $C_T |
8 | $C_T |
7 | <input size="20" name="search_keywords" value="$search_keywords" /> |
9 | <input size="20" name="search_keywords" value="$search_keywords" /> |
8 | <input type="submit" value="$wims_name_search" /> |
10 | <input type="submit" value="$wims_name_search" /> |
9 | </div> |
11 | </div> |
10 | - | ||
11 |
|
12 | !formend |
12 |
|
13 | !read result.phtml |