Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
6589 | bpr | 1 | <!-- adm/search_engine/completion.phtml --> |
2 | !!set dir=wimshome/public_html/bases/sys/domain |
||
6880 | bpr | 3 | !!set list=!record 0 of wimshome/public_html/bases/sys/keywords/list.$search_lang |
4 | !!set list_domain=!replace internal , by ',' in '$list' |
||
6589 | bpr | 5 | !!set listcnt=!itemcnt $list |
6 | |||
7 | <script type="text/javascript"> |
||
8 | /*<![CDATA[*/ |
||
9 | var tags = [ |
||
10 | !if $search_category=P |
||
11 | !record 0 of wimshome/public_html/modules/tool/popup.$search_lang/dic/form.json |
||
12 | !else |
||
6817 | bpr | 13 | !record 0 of wimshome/public_html/bases/sys/keywords/keywords.$search_lang.json.tmp |
6880 | bpr | 14 | !!,$list_domain, |
6589 | bpr | 15 | !endif |
16 | ]; |
||
17 | /*]]>*/ |
||
18 | </script> |
||
19 | <!-- end adm/search_engine/completion.phtml --> |