Subversion Repositories wimsdev

Rev

Rev 5894 | Rev 7998 | 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
 
25
!read $job.phtml
26
!if $job!=home
1348 bpr 27
 !set wims_menu_items=!append line vote,1,cmd=renew&job=home\
28
 to $wims_menu_items
5369 bpr 29
 !if $job notwordof read creat and $reg_title$vote_title!=$empty and $reg_src$vote_src!=$empty
30
   !set wims_menu_items=!append line test,1,cmd=reply&job=read\
31
   to $wims_menu_items
32
 !endif
23 reyssat 33
!endif
7198 bpr 34
 
23 reyssat 35
!tail