Subversion Repositories wimsdev

Rev

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

  1. !header1
  2.  
  3. !if $cmd=help and $special_parm=about
  4.  !read about.phtml
  5.  !goto end
  6. !endif
  7.  
  8. !if $cmd=help
  9.  !read help.phtml
  10.  !goto end
  11. !endif
  12.  
  13.  
  14. !if $cmd=new and $special_parm=module_updates
  15.  !read module_updates.phtml
  16.  !goto end
  17. !endif
  18.  
  19. !read adm/title.phtml 1\
  20. WIMS @ $httpd_HTTP_HOST\
  21. $(module_title_$lang)
  22.  
  23. !if $sitestart=$empty
  24.  <p class="wims_msg warning">$name_warning</p>
  25.  !goto end
  26. !endif
  27. !if $show=yes and $total_site>0 and $laps>0
  28.  !if $wims_theme_version=
  29.    !href cmd=resume $wims_name_menuback
  30.  !endif
  31.  <div>
  32.  !read answer.phtml
  33.  !set wims_menu_items=!append line back2,1,cmd=resume\
  34.  to $wims_menu_items
  35.  </div>
  36. !else
  37.  !if $usercnt>0
  38.  <p>$name_numberclass</p>
  39.  !endif
  40.  !read menu.phtml
  41. !endif
  42.  
  43. :end
  44. !!!homeref
  45. !tail
  46.  
  47. !set stat_module=
  48.