Rev 6242 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6242 | Rev 14879 | ||
---|---|---|---|
Line 1... | Line -... | ||
1 | - | ||
- | 1 | !set srch=$srch, |
|
2 | translator_unknown= |
2 | translator_unknown= |
3 | got=!exec translator $srch |
3 | got=!exec translator $srch |
4 | got=!words2items $got |
4 | got=!words2items $got |
5 | got=!listuniq $got |
5 | got=!listuniq $got |
6 | gotm= |
6 | gotm= |
7 | !for g in $got |
7 | !for g in $got |
8 | !if / isin $g |
8 | !if / isin $g |
9 | gotm=!append item $g to $gotm |
9 | gotm=!append item $g to $gotm |
10 | !endif |
10 | !endif |
11 | !next g |
11 | !next g |
12 | gotcnt=!itemcnt $gotm |
12 | gotcnt=!itemcnt $gotm |
- | 13 | ||
13 | default_size=620x270 |
14 | default_size=620x270 |
14 | !default search_lang=$lang |
15 | !default search_lang=$lang |
15 | default_module=tool/wcalc.$search_lang |
16 | default_module=tool/wcalc.$search_lang |
16 | default_color=bisque |
17 | default_color=bisque |
17 | default_precision=12 |
18 | default_precision=12 |
18 | winname=new |
19 | winname=new |
19 | jsdef=onclick="window.open('','$winname','location=no,status=no,toolbar=yes,menubar=no,scrollbars=yes')" |
20 | jsdef=onclick="window.open('','$winname','location=no,status=no,toolbar=yes,menubar=no,scrollbars=yes')" |
20 | sizeinput=!nosubst <input type="hidden" name="wims_window" value="$op_size" /> |
21 | sizeinput=!nosubst <input type="hidden" name="wims_window" value="$op_size" /> |
21 | - |