Subversion Repositories wimsdev

Rev

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