Subversion Repositories wimsdev

Rev

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

  1.  
  2. <ol class="spacer" style="list-style-type:upper-roman">
  3.   !for i=1 to $chaptercnt
  4.     !set n=!linecnt $(chapter$i)
  5.     !set a=!line 1 of $(chapter$i)
  6.     <li>
  7.       !href module=$module&chapter=$i $a
  8.  
  9.       !if robot notin $session and $n >=2
  10.         <ol class="spacer">
  11.           !for j=2 to $n
  12.             !set l=!line $j of $(chapter$i)
  13.             !set t=!item 1 of $l
  14.             !set s=!item 2 to -1 of $l
  15.             <li>
  16.               !href module=$module&chapter=$i&open=$open,$(i)_$t#$t $s
  17.            </li>
  18.           !next j
  19.         </ol>
  20.       !endif
  21.     </li>
  22.   !next i
  23.   <li>
  24.     !if $lang=cn
  25.       !href module=help/wimsdoc.cn ¿ª·¢ÕßÓü¼Êõ×ÊÁÏ
  26.     !else
  27.       !href module=help/wimsdoc.en $name_wimsdoc_title
  28.     !endif
  29.   </li>
  30. </ol>
  31.