Rev 7198 | Rev 10103 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2254 | bpr | 1 | |
23 | reyssat | 2 | !if $job!=home and $vote_title!=$empty |
3 | !set module_title=$vote_title |
||
2254 | bpr | 4 | !else |
5 | !if $(module_title_$moduclass_lang)!= |
||
6 | !set module_title=$(module_title_$moduclass_lang) |
||
7 | !endif |
||
23 | reyssat | 8 | !endif |
1538 | bpr | 9 | !if $job=edit |
5340 | czzmrn | 10 | !if $vote_model=free |
7198 | bpr | 11 | !read js/speckedit.phtml src |
5340 | czzmrn | 12 | !else |
7198 | bpr | 13 | !read js/speckedit.phtml testointro |
14 | !endif |
||
1538 | bpr | 15 | !endif |
1170 | bpr | 16 | !read adm/css.phtml |
23 | reyssat | 17 | !header |
18 | |||
19 | !if $error!=$empty |
||
5894 | bpr | 20 | <div class="wims_alertmsg"> |
2254 | bpr | 21 | !read lang/msg.phtml.$moduclass_lang |
5874 | bpr | 22 | </div> |
23 | reyssat | 23 | !endif |
24 | !read $job.phtml |
||
7998 | bpr | 25 | !if $job notwordof home |
26 | !if $job!=getsource |
||
27 | !set wims_menu_items=!append line vote,1,cmd=renew&job=home\ |
||
28 | to $wims_menu_items |
||
29 | !if $vote_src!=$empty |
||
30 | !set wims_menu_items=!append line source,1,cmd=renew&job=getsource&vote=$vote\ |
||
31 | to $wims_menu_items |
||
32 | !endif |
||
33 | !else |
||
34 | !set wims_menu_items=!append line back2,1,cmd=resume&job=edit&vote=$vote\ |
||
35 | to $wims_menu_items |
||
36 | !endif |
||
37 | !if $job notwordof read creat getsource and $reg_title$vote_title!=$empty and $reg_src$vote_src!=$empty |
||
5369 | bpr | 38 | !set wims_menu_items=!append line test,1,cmd=reply&job=read\ |
39 | to $wims_menu_items |
||
40 | !endif |
||
23 | reyssat | 41 | !endif |
7198 | bpr | 42 | |
23 | reyssat | 43 | !tail |