Subversion Repositories wimsdev

Rev

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