Subversion Repositories wimsdev

Rev

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

  1. !!set wims_html_header=!append line <link rel="stylesheet" href="html/themes/_css/tech_doc.css" />\
  2. <style>\
  3. /* prevent table for being larger than a small screen */\
  4. .wimstable{table-layout: fixed;}\
  5. .wimstable td{word-wrap:break-word;}\
  6. .wims_command .wimsdoc_tit{margin:0}\
  7. .wims_folding>a::before {margin-right: 1em;content: "+";}\
  8. .wims_folding.is-active>a::before {content: "-";}\
  9. </style>
  10. !read themes/_procs/$wims_theme/table.proc
  11. !if $table_header=
  12.   !read themes/_procs/table.proc
  13. !endif
  14. !header1
  15. !!!robottrap
  16.  
  17. !read adm/title.phtml 1\
  18. \
  19. $module_title\
  20. <small>Preliminary version</small>
  21.   <div class="wims_content">
  22.     <div id="index">
  23.     <ul>
  24.       <li>
  25.    !set record_cnt=!recordcnt help/$lang/oefchapterhelp
  26.    !set ss_=!record $record_cnt of help/$lang/oefchapterhelp
  27.    !href cmd=reply&special_parm=$(ss_[1])&subject=$(ss_[1]) $(ss_[2])
  28.       </li>
  29.       !for s_=2 to $record_cnt-1
  30.         <li>
  31.           !set ss_=!record $s_ of help/$lang/oefchapterhelp
  32.           !href cmd=reply&special_parm=$(ss_[1])&subject=$(ss_[1]) $(ss_[2])
  33.           $(ss_[3])
  34.           !if $(ss_[1]) isitemof $subject or $subject=all
  35.             !set test=!fileexists cmd/$(ss_[1])
  36.             !if $test=no
  37.               !read help/$(ss_[1]).phtml
  38.             !else
  39.               !read cmd/$(ss_[1]).phtml
  40.             !endif
  41.           !endif
  42.         </li>
  43.       !next s_
  44.       </ul>
  45.   </div>
  46. </div>
  47.  
  48. !tail
  49.