Rev 12520 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2544 | bpr | 1 | !!@#language independant |
2 | !if robot isin $session |
||
3 | !exit |
||
4 | !endif |
||
2667 | bpr | 5 | !if $(module_title_$modu_lang)!= |
6 | !set module_title=$(module_title_$modu_lang) |
||
7 | !endif |
||
7516 | bpr | 8 | |
2544 | bpr | 9 | !header |
10 | !if $compute=yes |
||
11 | !if $error!=$empty |
||
12 | !if $mtype!=$empty |
||
10228 | bpr | 13 | <div class="wims_msg alert"> |
2544 | bpr | 14 | !read msg.phtml |
7217 | bpr | 15 | </div> |
2544 | bpr | 16 | !endif |
5619 | bpr | 17 | <div class="wims_content"> |
2544 | bpr | 18 | !read menu.phtml |
5601 | obado | 19 | </div> |
2544 | bpr | 20 | !goto end |
21 | !else |
||
22 | !if $transfert issametext or $transfert=yes |
||
23 | !set wims_form_method=file |
||
24 | !read transfert.phtml |
||
25 | !else |
||
5619 | bpr | 26 | <div class="wims_content"> |
2544 | bpr | 27 | !read menu.phtml |
5601 | obado | 28 | </div> |
2544 | bpr | 29 | !endif |
7516 | bpr | 30 | !endif |
2544 | bpr | 31 | !else |
5619 | bpr | 32 | <div class="wims_content"> |
2544 | bpr | 33 | !read menu.phtml |
5601 | obado | 34 | </div> |
2544 | bpr | 35 | !endif compute=yes? |
7516 | bpr | 36 | |
2544 | bpr | 37 | :end |
38 | |||
39 | !if $wims_developer!= and $type_exo= |
||
14312 | bpr | 40 | !set wims_menu_items=!append line itemsep,0,\ |
41 | to $wims_menu_items |
||
42 | !set u = !linecnt $name |
||
43 | !for i = 1 to $u |
||
44 | !set cnt=!itemcnt $(name[$i;]) |
||
45 | !for a =1 to $cnt |
||
46 | !set wims_name_title_quick_$(name[$i;$a])=$(explication[$i;$a]) |
||
47 | !set wims_menu_items=!append line quick_$(name[$i;$a]),1,cmd=reply&type_exo=$(name[$i;$a])\ |
||
48 | to $wims_menu_items |
||
49 | !next a |
||
50 | !next |
||
2544 | bpr | 51 | !endif |
10176 | bpr | 52 | |
2544 | bpr | 53 | !tail |
54 | |||
55 | !reset wims_exec_error wims_deposit |