Subversion Repositories wimsdev

Rev

Rev 5755 | Rev 5894 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5843 bpr 1
<h1 class="wimscenter">WIMS: WWW Interactive Multipurpose Server</center></h1>
33 reyssat 2
$wims_site_description
3
<p>
4
Keywords: $wims_site_keywords
5843 bpr 5
</p>
33 reyssat 6
!! This is the specific identifier word.
7
wimshomeabcd $wims_version
8
 
9
!read wimshome/log/motd.phtml.$lang
10
<p>
2571 bpr 11
!href module=adm/doc Documents
33 reyssat 12
 Other languages:
13
!set ls=!words2items $wims_site_languages
14
!for l in $ls
15
 !if $l!=$lang
16
  !href lang=$l $l
17
 
18
 !endif
19
!next l
5843 bpr 20
</p>
33 reyssat 21
!set n=!recordcnt wimshome/public_html/html/mirrors.$lang
22
!if $n>0
23
 <p><big><center>Mirrors</center></big><p>
5755 bpr 24
 <A HREF="http://wims.unice.fr/">WIMS Home page</A> <br/>
33 reyssat 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
5843 bpr 31
  <a href="$h_">$n_</a> <br/>
33 reyssat 32
 !next i
33
!endif
34
 
35
<p>WIMS Home Site:
36
<a href=http://wims.unice.fr/>http://wims.unice.fr/</a>
37
<a href=http://wims.unice.fr/download/>Source codes</a>
5843 bpr 38
</p>
33 reyssat 39
<p><big><center>Activities</center></big><p>
5843 bpr 40
<p>
33 reyssat 41
!read wimshome/public_html/bases/site/lists/robot-$lang.phtml
5843 bpr 42
</p>
33 reyssat 43
!homeref
44