Subversion Repositories wimsdev

Rev

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

  1. $job
  2. !if $cmd=help and $wims_ismanager=2
  3.   !if $help_subject iswordof conf
  4.    !changeto conf/help-$help_subject.phtml
  5.   !endif
  6.   !if $help_subject iswordof soft
  7.    !changeto lang/help-$help_subject.phtml.$modu_lang
  8.   !endif
  9. !endif
  10. !if $(module_title_$modu_lang)!=
  11.   !set module_title=$(module_title_$modu_lang)
  12. !endif
  13. !header
  14.  
  15. !if $wims_ismanager iswordof -1 1
  16. $name_intromain
  17.  <tt>log/wims.conf</tt>. <p>
  18. !endif
  19.  
  20. !if $job!=$empty
  21.  !read $job.phtml
  22. !endif
  23. !if $wims_ismanager=2 and $job!=list
  24.  !set wims_menu_items=!append line sitegestion,1,cmd=reply&job=list\
  25.  to $wims_menu_items
  26.  
  27. !endif
  28.  
  29. !tail
  30.  
  31. !reset auth,save,abandon
  32.