Rev 7998 | Rev 10149 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7998 | Rev 10103 | ||
---|---|---|---|
Line 21... | Line 21... | ||
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 $job notwordof home |
25 | !if $job notwordof home |
26 | !if $job!=getsource |
26 | !if $job!=getsource |
- | 27 | !if $job=creat |
|
27 | !set wims_menu_items=!append line vote,1,cmd=renew&job=home\ |
28 | !set wims_menu_items=!append line vote,1,cmd=renew&job=home\ |
- | 29 | to $wims_menu_items |
|
- | 30 | !else |
|
- | 31 | !set wims_menu_items=!append line vote ARIANE,1,cmd=renew&job=home\ |
|
28 |
|
32 | to $wims_menu_items |
- | 33 | !endif |
|
29 | !if $vote_src!=$empty |
34 | !if $vote_src!=$empty |
30 | !set wims_menu_items=!append line source,1,cmd=renew&job=getsource&vote=$vote\ |
35 | !set wims_menu_items=!append line source,1,cmd=renew&job=getsource&vote=$vote\ |
31 | to $wims_menu_items |
36 | to $wims_menu_items |
32 |
|
37 | !endif |
33 | !else |
38 | !else |
34 | !set wims_menu_items=!append line back2,1,cmd=resume&job=edit&vote=$vote\ |
39 | !set wims_menu_items=!append line back2 $vote,1,cmd=resume&job=edit&vote=$vote\ |
35 | to $wims_menu_items |
40 | to $wims_menu_items |
36 | !endif |
41 | !endif |
37 | !if $job notwordof read creat getsource and $reg_title$vote_title!=$empty and $reg_src$vote_src!=$empty |
42 | !if $job notwordof read creat getsource showresult csv and $reg_title$vote_title!=$empty and $reg_src$vote_src!=$empty |
38 | !set wims_menu_items=!append line test,1,cmd=reply&job=read\ |
43 | !set wims_menu_items=!append line test,1,cmd=reply&job=read\ |
39 | to $wims_menu_items |
44 | to $wims_menu_items |
40 | !endif |
45 | !endif |
41 | !endif |
46 | !endif |
42 | 47 |