Subversion Repositories wimsdev

Rev

Rev 7998 | Rev 10149 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2. !if $job!=home and $vote_title!=$empty
  3.  !set module_title=$vote_title
  4. !else
  5.   !if $(module_title_$moduclass_lang)!=
  6.    !set module_title=$(module_title_$moduclass_lang)
  7.   !endif
  8. !endif
  9. !if $job=edit
  10.   !if $vote_model=free
  11.     !read js/speckedit.phtml src
  12.   !else
  13.     !read js/speckedit.phtml testointro
  14.   !endif
  15. !endif
  16. !read adm/css.phtml
  17. !header
  18.  
  19. !if $error!=$empty
  20.  <div class="wims_alertmsg">
  21.  !read lang/msg.phtml.$moduclass_lang
  22.  </div>
  23. !endif
  24. !read $job.phtml
  25. !if $job notwordof home
  26.   !if $job!=getsource
  27.     !if $job=creat
  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\
  32. to $wims_menu_items
  33.     !endif
  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
  41.  !endif
  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
  46. !endif
  47.  
  48. !tail
  49.