Rev 539 | Rev 2906 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
539 | bpr | 1 | |
2 | translator_unknown= |
||
3 | got=!exec translator $srch |
||
4 | got=!words2items $got |
||
5 | got=!listuniq $got |
||
6 | gotm= |
||
7 | !for g in $got |
||
8 | !if / isin $g |
||
9 | gotm=!append item $g to $gotm |
||
10 | !endif |
||
11 | !next g |
||
12 | gotcnt=!itemcnt $gotm |
||
13 | default_size=620x270 |
||
2883 | bpr | 14 | default_module=tool/wcalc |
539 | bpr | 15 | default_color=bisque |
16 | default_precision=12 |
||
17 | winname=new |
||
18 | jsdef=onClick="window.open('','$winname','location=no,status=no,toolbar=yes,menubar=no,scrollbars=yes')" |
||
19 | sizeinput=!nosubst <INPUT TYPE=HIDDEN NAME=wims_window VALUE="$op_size"> |
||
20 |