Rev 387 | Rev 5803 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 387 | Rev 2967 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | !exit |
3 | !exit |
4 | !endif |
4 | !endif |
5 | !set p_=!items2words $p_ |
5 | !set p_=!items2words $p_ |
6 | !set p_=!words2items $p_ |
6 | !set p_=!words2items $p_ |
7 | 7 | ||
8 | !if $module_language notwordof cn fr nl si es ca |
- | |
9 | !set prompt1=Useful online tools: |
- | |
10 | !set prompt2=(available in another window of your browser) |
- | |
11 | !else |
- | |
12 | !if $module_language=si |
- | |
13 | !set prompt1=Uporabna spletna orodja: |
- | |
14 | !set prompt2=(na razpolago v novem oknu brskalnika) |
- | |
15 | !endif |
- | |
16 | !if $module_language=fr |
- | |
17 | !set prompt1=Outils en ligne utiles : |
- | |
18 | !set prompt2=(disponible dans une autre fenêtre de votre navigateur) |
- | |
19 | !endif |
- | |
20 |
|
8 | !read lang/names.phtml.$lang |
21 | !set prompt1=¿ÉÒÔʹÓõŤ¾ß: |
- | |
22 | !set prompt2=(»áÔÚÄãµÄä¯ÀÀÆ÷ÀïÁí¿ªÒ»¸ö´°¿Ú) |
- | |
23 | !endif |
- | |
24 | !if $module_language=nl |
- | |
25 | !set prompt1=Handige online tools : |
- | |
26 | !set prompt2=(verschijnt in een separaat browser venster) |
- | |
27 | !endif |
- | |
28 |
|
9 | !if $lang_script_exists!=yes |
29 | !set prompt1=Herramientas en línea útiles: |
- | |
30 | !set prompt2=(disponibles en otra ventana de su navegador) |
- | |
31 | !endif |
- | |
32 | !if $module_language=ca |
- | |
33 |
|
10 | !read lang/names.phtml.en |
34 | !set prompt2=(disponibles en una altra finestra del seu navegador) |
- | |
35 | !endif |
- | |
36 | - | ||
37 | !endif |
11 | !endif |
38 | 12 | ||
39 | !reset T_ |
13 | !reset T_ |
40 | !for t in $p_ |
14 | !for t in $p_ |
- | 15 | !set tit=!module title_$lang tool/$t |
|
- | 16 | !if $tit= |
|
41 | !set tit=!module title tool/$t |
17 | !set tit=!module title tool/$t |
- | 18 | !endif |
|
42 | !if $tit!=$empty and $tit!=$module_title |
19 | !if $tit!=$empty and $tit!=$module_title |
43 | !set T_=!append line $t,$tit to $T_ |
20 | !set T_=!append line $t,$tit to $T_ |
44 | !endif |
21 | !endif |
45 | !next t |
22 | !next t |
46 | !if $T_!=$empty |
23 | !if $T_!=$empty |
47 | !set n_=!linecnt $T_ |
24 | !set n_=!linecnt $T_ |
48 | <p> |
25 | <p>$name_prompt_tool1 |
49 | !for i=1 to $n_ |
26 | !for i=1 to $n_ |
50 | !set l_=!line $i of $T_ |
27 | !set l_=!line $i of $T_ |
51 | !set t_=!item 1 of $l_ |
28 | !set t_=!item 1 of $l_ |
52 | !set |
29 | !set n__=!item 2 to -1 of $l_ |
53 | !href target=wims_tool module=tool/$t_ |
30 | !href target=wims_tool module=tool/$t_ $n__ |
54 | |
31 | |
55 | !next i |
32 | !next i |
56 | <small> |
33 | <small>$name_prompt_tool2</small> <p> |
57 | !endif |
34 | !endif |
58 | 35 | ||
- | 36 | !reset lang_script_exists |