Subversion Repositories wimsdev

Rev

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

  1.  
  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. <p>
  17.   $name_intromain
  18.  <span class="tt wims_fname">log/wims.conf</span>.
  19.  </p>
  20. !endif
  21. !if $job!=$empty
  22.  !read $job.phtml
  23. !endif
  24.  
  25. !if $wims_ismanager=2 and $job!=list
  26.  !set wims_menu_items=!append line sitegestion,1,cmd=reply&job=list\
  27.  to $wims_menu_items
  28.  !if $job=conf and $confcat=6
  29.   !set wims_menu_items=!append line download_module,1,cmd=reply&job=modules&job2=first to $wims_menu_items
  30.  !endif
  31.  !if $job=modules and $job2=first
  32.   !set wims_menu_items=!append line config_module,1,cmd=reply&job=conf&+confcat=6 to $wims_menu_items
  33.  !endif
  34. !endif
  35. !tail
  36.  
  37. !reset auth,save,abandon
  38.