Rev 7696 | Rev 7698 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
6412 | bpr | 1 | !set dir=wimshome/public_html/bases/sys/domain/domain |
2 | !set dom=!lookup domain in wimshome/public_html/bases/sys/domain/domain |
||
7696 | bpr | 3 | <ul class="tree"> |
6412 | bpr | 4 | !for a in $dom |
7696 | bpr | 5 | <li class="closed"> |
6412 | bpr | 6 | !set t_dom=!lookup $a in $dir |
6908 | bpr | 7 | !lookup $a in $dir.$lang |
8 | ($a) |
||
9 | <ul> |
||
6412 | bpr | 10 | !for t in $t_dom |
7696 | bpr | 11 | <li class="closed"> |
6908 | bpr | 12 | !lookup $t in $dir.$lang |
7661 | bpr | 13 | $ ($t) |
6412 | bpr | 14 | !set t2=!lookup $t in $dir |
15 | !if $t2!=$empty |
||
6908 | bpr | 16 | <ul> |
6412 | bpr | 17 | !for t3 in $t2 |
7696 | bpr | 18 | <li class="closed"> |
6908 | bpr | 19 | !lookup $t3 in $dir.$lang |
7661 | bpr | 20 | $ ($t3) |
6908 | bpr | 21 | !set t4=!lookup $t3 in $dir |
22 | !if $t4!=$empty |
||
23 | <ul> |
||
24 | !for t5 in $t4 |
||
7696 | bpr | 25 | <li class="closed"> |
6908 | bpr | 26 | !lookup $t5 in $dir.$lang |
7661 | bpr | 27 | $ ($t5) |
28 | !set t6=!lookup $t5 in $dir |
||
29 | !if $t6!=empty |
||
30 | <ul> |
||
31 | !for t7 in $t6 |
||
7696 | bpr | 32 | <li class="closed"> |
7661 | bpr | 33 | !lookup $t7 in $dir.$lang |
34 | $ ($t7) |
||
35 | !set t8=!lookup $t7 in $dir |
||
36 | !if $t8!=empty |
||
37 | <ul> |
||
38 | !for t9 in $t8 |
||
7696 | bpr | 39 | <li class="closed"> |
7661 | bpr | 40 | !lookup $t9 in $dir.$lang |
41 | $ ($t9) |
||
42 | </li> |
||
43 | !next |
||
44 | </ul> |
||
45 | !endif |
||
7697 | bpr | 46 | </li> |
7661 | bpr | 47 | !next |
48 | </ul> |
||
49 | !endif |
||
6908 | bpr | 50 | </li> |
7661 | bpr | 51 | !next |
6908 | bpr | 52 | </ul> |
53 | !endif |
||
7661 | bpr | 54 | </li> |
6412 | bpr | 55 | !next |
6908 | bpr | 56 | </ul> |
6412 | bpr | 57 | !endif |
7697 | bpr | 58 | </li> |
6412 | bpr | 59 | !next |
6908 | bpr | 60 | </ul> |
7697 | bpr | 61 | !endif |
62 | </li> |
||
63 | !next |
||
6412 | bpr | 64 | </ul> |
7696 | bpr | 65 | !exit |
7085 | bpr | 66 | <pre> |
67 | !record 0 of wimshome/public_html/bases/sys/domain/domain.$modu_lang |
||
68 | </pre> |