Subversion Repositories wimsdev

Rev

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

!!INDEX
!! Erase the above line to hide your page from wims search engine.
!! Line starting with double exclamations are comment lines.
!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!
!! Indexing definitions. You should modify them according to your case.
!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!! Put every definition in ONE LINE!!
!let module_author  =XIAO, Gang
!let module_address     =
!let module_maintainer_address=wimsdev@groupes.renater.fr
!let module_title   =Ïò¹«ÖÚ¿ª·ÅµÄ¾µÏñÕ¾
!let module_description =È«ÇòÏò¹«ÖÚ¿ª·ÅµÄ¾µÏñÕ¾±í
!let module_version =2.08
!let module_wims_version=2.08

!let module_language    =cn

!!Your copyright policy.
!!Your page will be included in wims distribution if the word `GNU'
!! appears in the following definition.
!let module_copyright   =&copy; 1998 (<a href="COPYING">GNU GPL</a>)

!! Possible categories: exercise, tool, dictionary, course, recreation.
!let module_category    =adm

!! En: elementary school. Hn: high school. Un: undergrad.
!! G: graduate. R: research.
!! E1,...,E6; H1...,H6; U1,...,U4; G; R
!let module_level   =E1 E2 E3 E4 E5 E6 H1 H2 H3 H4 H5 H6 U1 U2 U3 U4 G R

!! e.g. algebra, analysis, geometry, etc.
!let module_domain  =

!! For search engines; anything you like.
!let module_keywords    =


!!INDEXEND

!header1
<h1 class="wims_title">WWW Interactive Multipurpose Server<br>
<font color="blue">ÍøÉÏ»¥¶¯Ê½¶à¹¦ÄÜ·þÎñÕ¾</font><br>
<span style="font-size:small">λÓÚ<a href="/">$httpd_HTTP_HOST</a></span> <br>
$module_title</h1>

!set mir=wimshome/public_html/html/mirrors.en
!set thissite=!tolower $httpd_SERVER_NAME
!set n=!recordcnt $mir
!set c=
!for i_=1 to $n
 !set m_=!record $i_ of $mir
 !set l_=!line 1 of $m_
 !set l_=!trim $l_
 !set l_=!translate / to $\
$ in $l_
 !set l_=!line 1 of $l_
 !set l_=!lower $l_
 !if $l_!=$thissite
  !set c=!append item $i_ to $c
 !endif
!next i_
!set n=!itemcnt $c
!if $n<1
<p>
±¾ WIMS վûÓоµÏñÕ¾±í, ±§Ç¸.
 </p>
!else
ÒÔÏÂÊÇÏò¹«ÖÚ¿ª·ÅµÄÆäËü WIMS Õ¾.
Èç¹ûÄã¾­³£Ê¹Óà WIMS, ÎÒÃǽ¨ÒéÄãÖÁÉÙ°ÑÆäÖм¸¸öµØÖ·×ö³ÉÊéÇ©,
ÕâÑùÒ»µ©Äãϲ»¶µÄÍøÕ¾²»ÄÜÓÃʱ, ÄãµÄ¹¤×÷»¹¿ÉÒÔ¼ÌÐø.

 $table_header
 $table_hdtr<th>ÍøÕ¾</th>
 <th>µØµã</th>
 <th>¹ú¼Ò</th>
 <th>Ö§³Ö<br>ÓïÑÔ</th>
 <th>˵Ã÷</th>
 </tr>
 !for i_=1 to $n
  !set j_=!item $i_ of $c
  !set l_=!record $j_ of $mir
  !distribute lines $l_ into u_,t_,C_,l_,m_,e_,r_
  !readproc mirror.proc
  $table_tr<td>
  <a href="$u_">$U_</a></td>
  <td>$t_</td>
  <td>$C_</td>
  <td>
  !for L_ in $l_
   <img src="gifs/$L_.gif" alt="$L_.gif" height="16">
  !next L_
!!  <td align="center">!mailurl n$e_ $m_\nWIMS site
  </td><td>$r_&nbsp;</td></tr>
 !next i_
 $table_end
!endif

:end
Èç¹ûÄã°²×°ÁËWIMS, ²¢ÏëÈÃËüÁÐÈëÉϱí, Çë
!mailurl qualite@wimsedu.info ¸øÎÒ·¢µçÓÊ\
wims mirror
.
<p>
WIMS ÊÇ¿ÉÒÔ×ÔÓÉ
<a href="https://wims.univ-cotedazur.fr/download/wims/">ÏÂÔØ</a>
µÄ°²×°ÓÚLinux²Ù×÷ϵͳÉϵÄÈí¼þ, Çë²Î¿´ÏÂÔØÄ¿Â¼ÀïµÄ README ÎļþÒÔÁ˽âÈçºÎ°²×°.
</p>
!tail