Subversion Repositories wimsdev

Rev

Rev 9291 | Rev 12014 | 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. !!</HEAD>
  8. !!<BODY $wims_htmlbody>
  9. !!!headmenu
  10.  
  11. !set wims_html_header=!append line <link rel="stylesheet" href="html/themes/_css/tech_doc.css" /> to $wims_html_header
  12.  
  13. !header1
  14. !robottrap
  15.  
  16. !read adm/title.phtml 1\
  17. \
  18. $module_title
  19.  
  20. This document is currently under $emph$style$emphend style.
  21. You may change it to
  22. !set already=
  23. !for s in integral,indexed,folding
  24.  !if $s != $style
  25.   !if $already != $empty
  26.    or
  27.   !endif
  28.   !href cmd=resume&style=$s $s
  29.   !set already=yes
  30.  !endif
  31. !next s
  32.  style. There is also
  33.  !href module=help/main.$lang a general help
  34.  and
  35. <a href="http://wims.unice.fr/paper/wims/wims.html">a paper on WIMS.</a>
  36.  
  37. !if $style=integral or $style=indexed
  38.  <h2>-- Table of Contents --</h2>
  39.  <div id="index">
  40.  !for set in user,ref
  41.     <h3>$(title_$set)</h3>
  42.     <ol>
  43.     !for i in $($(set)_doc)
  44.      <li id="toc_$i">
  45.      $(ref1)$i$(ref2)$i">$(title_$i)</a>
  46.     </li>
  47.    !next i
  48.    </ol>
  49.  !next set
  50. !else # folding
  51. <p>Click on a title to expand or fold out its content.</p>
  52. !for set in user,ref
  53.  <hr/><h2 class="wimscenter">$(title_$set)</h2>
  54.  !for i in $($(set)_doc)
  55.   <a id="$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.    <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.   <hr/>
  72.     <h3 id="$i" class="wimscenter">$(title_$i)</h3>
  73.  
  74.   !read $i.phtml
  75.   <p><a href="#index">Table of Contents</a></p>
  76.  !next i
  77. !endif
  78.  
  79. !if $style=indexed
  80.  !for set in $user_doc,$ref_doc
  81.   !if $set isin $subject
  82.    <hr/><h3 id="$set" class="wimscenter">$(title_$set)</h3>
  83.    !read $set.phtml
  84.   !endif
  85.  !next set
  86. !endif
  87.  
  88. !tail
  89.  
  90.