Subversion Repositories wimsdev

Rev

Rev 15797 | 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 $job=map
  23.   !reset job
  24.   !set wims_menu_items=!append line back2,1,cmd=renew to $wims_menu_items
  25.   !read map.phtml
  26.   !goto end
  27. !else
  28.   !set wims_menu_items=!append line map,1,cmd=renew&job=map to $wims_menu_items
  29. !endif
  30.  
  31. !if $sitestart=$empty
  32.   <p class="wims_msg warning">$name_warning</p>
  33.   !goto end
  34. !endif
  35. !if $show=yes and $total_site>0 and $laps>0
  36.   !if $wims_theme_version=
  37.     !href cmd=resume $wims_name_menuback
  38.   !endif
  39.   <div>
  40.     !read answer.phtml
  41.     !set wims_menu_items=!append line back2,1,cmd=resume\
  42.     to $wims_menu_items
  43.   </div>
  44. !else
  45.   !if $usercnt>0
  46.     <p>$name_numberclass</p>
  47.   !endif
  48.   !read table.phtml
  49.   !read menu.phtml
  50. !endif
  51.  
  52. :end
  53. !!!homeref
  54. !tail
  55.  
  56. !set stat_module=
  57.