Subversion Repositories wimsdev

Rev

Rev 5769 | Rev 5919 | 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. !!!headmenu
  11. !header1
  12. !robottrap
  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. <h2 class="wimscenter"><a name="index">-------- Table of Contents --------</a></h2>
  39. <ul>
  40.  !for set in user,ref
  41.   <li><h4>$(title_$set)</h4>
  42.   <ol>
  43.   !for i in $($(set)_doc)
  44.    <li>
  45.    <a name="toc_$i"></a>
  46.    $(ref1)$i$(ref2)$i">$(title_$i)</a>
  47.   </li>
  48.  !next i
  49.  </ol>
  50.  </li>
  51.  !next set
  52. </ul>
  53. !else # folding
  54. <p>Click on a title to expand or fold out its content.
  55. !for set in user,ref
  56.  <p><hr/><center><h2>$(title_$set)</h2></center>
  57.  !for i in $($(set)_doc)
  58.   <a name="$i"></a>
  59.   !if ,$i isin $expand
  60.    <hr/><h3>
  61.    !href cmd=resume&op=close&subject=$i#$i $(title_$i)
  62.    </h3>
  63.    !read $i.phtml
  64.    <p><hr/></p>
  65.   !else
  66.    <h4>$(ref1)$i$(ref2)$i">$(title_$i)</a></h4>
  67.    !endif
  68.   !next i
  69.  !next set
  70. !endif integral or indexed versus folding
  71.  
  72. !if $style=integral
  73.  !for i in $user_doc,$ref_doc
  74.   <hr/><h3 class="wimscenter"><a name="$i">$(title_$i)</a></h3></center>
  75.  
  76.   !read $i.phtml
  77.   <p>
  78.   <a href="#index">Table of Contents</a>
  79.  !next i
  80. !endif
  81.  
  82. !if $style=indexed
  83.  !for set in $user_doc,$ref_doc
  84.   !if $set isin $subject
  85.    <a name="$set"></a>
  86.    <hr/><h3 class="wimscenter">$(title_$set)</h3></center>
  87.    !read $set.phtml
  88.    <p>
  89.   !endif
  90.  !next set
  91. !endif
  92.  
  93. !tail
  94.  
  95.