Subversion Repositories wimsdev

Rev

Rev 12479 | 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
12479 bpr 3
  !set module_title=$vote_title
2254 bpr 4
!else
5
  !if $(module_title_$moduclass_lang)!=
12479 bpr 6
    !set module_title=$(module_title_$moduclass_lang)
2254 bpr 7
  !endif
23 reyssat 8
!endif
1538 bpr 9
!if $job=edit
13607 obado 10
  !read js/external/tinymce.phtml .iEdit
1538 bpr 11
!endif
1170 bpr 12
!read adm/css.phtml
13607 obado 13
 
23 reyssat 14
!header
15
 
16
!if $error!=$empty
12479 bpr 17
  <div class="wims_msg alert">
18
  !read lang/msg.phtml.$moduclass_lang
19
  </div>
23 reyssat 20
!endif
21
!read $job.phtml
10149 bpr 22
!if $wims_user=supervisor and $job notwordof home
10103 bpr 23
  !if $job!=getsource
24
    !if $job=creat
25
     !set wims_menu_items=!append line vote,1,cmd=renew&job=home\
26
to $wims_menu_items
27
    !else
10357 bpr 28
      !if $wims_theme=default
29
!!ARIANE
30
        !set wims_menu_items=!append line vote,1,cmd=renew&job=home\
10103 bpr 31
to $wims_menu_items
10357 bpr 32
      !endif
10103 bpr 33
    !endif
12479 bpr 34
    !if $vote_src!=$empty
35
      !set wims_menu_items=!append line source,1,cmd=renew&job=getsource&vote=$vote\
36
      to $wims_menu_items
37
    !endif
38
  !else
39
    !set wims_menu_items=!append line back2 $vote,1,cmd=resume&job=edit&vote=$vote\
40
    to $wims_menu_items
10103 bpr 41
  !endif
12479 bpr 42
  !if $job notwordof read creat getsource showresult csv and $reg_title$vote_title!=$empty and $reg_src$vote_src!=$empty
43
    !set wims_menu_items=!append line test,1,cmd=reply&job=read\
44
    to $wims_menu_items
45
  !endif
23 reyssat 46
!endif
7198 bpr 47
 
23 reyssat 48
!tail