Subversion Repositories wimsdev

Rev

Rev 86 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <HTML><HEAD>
  2. !!if $style != folding
  3. !if $style = $empty
  4.   wims_expire=
  5. !endif
  6. $wims_html_header
  7.  
  8. </HEAD>
  9. <BODY $wims_htmlbody>
  10. !robottrap
  11. !headmenu
  12.  
  13. <CENTER>
  14. <H1>
  15. !href cmd=renew&style=$style $module_title
  16. </H1>
  17. </CENTER> <p>
  18. This document is currently under $emph$style$emphend style.
  19. You may change it to
  20. !set already=
  21. !for s in integral,indexed,folding
  22.  !if $s != $style
  23.   !if $already != $empty
  24.    or
  25.   !endif
  26.   !href cmd=resume&style=$s $s
  27.   !set already=yes
  28.  !endif
  29. !next s
  30.  style. There is also
  31.  !href module=help/main.$lang a general help
  32.  and
  33. <a href="http://wims.unice.fr/paper/wims/wims.html">a paper</a>
  34. on WIMS.
  35. <p>
  36.  
  37. !if $style=integral or $style=indexed
  38.  <a name=index><center><h2>-------- Table of Contents --------</h2></center></a><ul>
  39.  !for set in user,ref
  40.   <li><H4>$(title_$set)</H4>
  41.   <ol>
  42.   !for i in $($(set)_doc)
  43.    <li>
  44.    <a name=toc_$i></a>
  45.    $(ref1)$i$(ref2)$i>$(title_$i)</a>
  46.   !next i
  47.   </ol> <P>
  48.   !next set
  49.  </ul>
  50. !else # folding
  51. <p>Click on a title to expand or fold out its content.
  52.  !for set in user,ref
  53.   <p><hr><center><H2>$(title_$set)</h2></center>
  54.   !for i in $($(set)_doc)
  55.    <a name=$i></a>
  56.    !if ,$i isin $expand
  57.     <hr><h3>
  58.     !href cmd=resume&op=close&subject=$i#$i $(title_$i)
  59.    </h3>
  60.     !read $i.phtml
  61.     <p><hr>
  62.    !else
  63.     <h4>$(ref1)$i$(ref2)$i>$(title_$i)</a></h4>
  64.    !endif
  65.   !next i
  66.  !next set
  67. !endif integral or indexed versus folding
  68.  
  69. !if $style=integral
  70.  !for i in $user_doc,$ref_doc
  71.   <a name=$i>
  72.   <hr><center><h3>$(title_$i)</h3></center>
  73.   </a>
  74.   !read $i.phtml
  75.   <p>
  76.   <a href=#index>Table of Contents</a>
  77. !next i
  78. !endif
  79.  
  80. !if $style=indexed
  81.  !for set in $user_doc,$ref_doc
  82.   !if $set isin $subject
  83.    <a name=$set></a>
  84.    <hr><center><h3>$(title_$set)</h3></center>
  85.    !read $set.phtml
  86.    <p>
  87.   !endif
  88.  !next set
  89. !endif
  90.  
  91. !tail
  92.  
  93.