Subversion Repositories wimsdev

Rev

Rev 12821 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <h1 class="wimscenter">WIMS: WWW Interactive Multipurpose Server</h1>
  2.  
  3. <div>$wims_site_description</div>
  4.  
  5. <p>Keywords: $wims_site_keywords</p>
  6.  
  7. !! This is the specific identifier word.
  8. wimshomeabcd $wims_version
  9.  
  10. !read wimshome/log/motd.phtml.$lang
  11. <p>
  12. !href module=adm/doc Documents
  13.  Other languages:
  14. !set ls=!words2items $wims_site_languages
  15. !for l in $ls
  16.   !if $l!=$lang
  17.     !href lang=$l $l
  18.   !endif
  19. !next l
  20. </p>
  21. !set n=!recordcnt wimshome/public_html/html/mirrors.$lang
  22. !if $n>0
  23.   <h2>Mirrors</h2>
  24.   <ul>
  25.     !for i=1 to $n
  26.       !set l=!record $i of wimshome/public_html/html/mirrors.$lang
  27.       !distribute lines $l into h_,n_
  28.       !if :// notin $h_
  29.         !set h_=http://$h_
  30.       !endif
  31.       <li><a href="$h_">$n_</a></li>
  32.     !next i
  33.   </ul>
  34. !endif
  35.  
  36. <p>WIMS Home Site:
  37. <a href="http://wims.unice.fr">http://wims.unice.fr/</a>
  38. <a href="http://wims.unice.fr/telechargement.html">Source codes</a>
  39. </p>
  40.  
  41. <h2>Activities</h2>
  42. <div>
  43.   !read wimshome/public_html/bases/site/lists/robot-$lang.phtml
  44. </div>
  45. !homeref
  46.