Rev 10357 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10357 | Rev 12479 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 | !if $job!=home and $vote_title!=$empty |
2 | !if $job!=home and $vote_title!=$empty |
3 | !set module_title=$vote_title |
3 | !set module_title=$vote_title |
4 | !else |
4 | !else |
5 | !if $(module_title_$moduclass_lang)!= |
5 | !if $(module_title_$moduclass_lang)!= |
6 | !set module_title=$(module_title_$moduclass_lang) |
6 | !set module_title=$(module_title_$moduclass_lang) |
7 | !endif |
7 | !endif |
8 | !endif |
8 | !endif |
9 | !if $job=edit |
9 | !if $job=edit |
10 | !if $vote_model=free |
10 | !if $vote_model=free |
11 | !read js/speckedit.phtml src |
11 | !read js/speckedit.phtml src |
Line 15... | Line 15... | ||
15 | !endif |
15 | !endif |
16 | !read adm/css.phtml |
16 | !read adm/css.phtml |
17 | !header |
17 | !header |
18 | 18 | ||
19 | !if $error!=$empty |
19 | !if $error!=$empty |
20 | <div class="wims_msg alert"> |
20 | <div class="wims_msg alert"> |
21 | !read lang/msg.phtml.$moduclass_lang |
21 | !read lang/msg.phtml.$moduclass_lang |
22 | </div> |
22 | </div> |
23 | !endif |
23 | !endif |
24 | !read $job.phtml |
24 | !read $job.phtml |
25 | !if $wims_user=supervisor and $job notwordof home |
25 | !if $wims_user=supervisor and $job notwordof home |
26 | !if $job!=getsource |
26 | !if $job!=getsource |
27 | !if $job=creat |
27 | !if $job=creat |
Line 32... | Line 32... | ||
32 | !!ARIANE |
32 | !!ARIANE |
33 | !set wims_menu_items=!append line vote,1,cmd=renew&job=home\ |
33 | !set wims_menu_items=!append line vote,1,cmd=renew&job=home\ |
34 | to $wims_menu_items |
34 | to $wims_menu_items |
35 | !endif |
35 | !endif |
36 | !endif |
36 | !endif |
37 | !if $vote_src!=$empty |
37 | !if $vote_src!=$empty |
38 | !set wims_menu_items=!append line source,1,cmd=renew&job=getsource&vote=$vote\ |
38 | !set wims_menu_items=!append line source,1,cmd=renew&job=getsource&vote=$vote\ |
- | 39 | to $wims_menu_items |
|
- | 40 | !endif |
|
- | 41 | !else |
|
- | 42 | !set wims_menu_items=!append line back2 $vote,1,cmd=resume&job=edit&vote=$vote\ |
|
- | 43 | to $wims_menu_items |
|
- | 44 | !endif |
|
- | 45 | !if $job notwordof read creat getsource showresult csv and $reg_title$vote_title!=$empty and $reg_src$vote_src!=$empty |
|
- | 46 | !set wims_menu_items=!append line test,1,cmd=reply&job=read\ |
|
39 | to $wims_menu_items |
47 | to $wims_menu_items |
40 | !endif |
48 | !endif |
41 | !else |
- | |
42 | !set wims_menu_items=!append line back2 $vote,1,cmd=resume&job=edit&vote=$vote\ |
- | |
43 | to $wims_menu_items |
- | |
44 | !endif |
- | |
45 | !if $job notwordof read creat getsource showresult csv and $reg_title$vote_title!=$empty and $reg_src$vote_src!=$empty |
- | |
46 | !set wims_menu_items=!append line test,1,cmd=reply&job=read\ |
- | |
47 | to $wims_menu_items |
- | |
48 | !endif |
- | |
49 | !endif |
49 | !endif |
50 | 50 | ||
51 | !tail |
51 | !tail |