Subversion Repositories wimsdev

Rev

Rev 15617 | 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. !readproc tabletheme
  11.  
  12. !header1
  13. !!!robottrap
  14.  
  15. !read adm/title.phtml 1\
  16. \
  17. $module_title
  18. !set wims_ref_class=wims_button
  19. <div class="float_right">
  20. !href cmd=new $wims_name_back2
  21. </div>
  22.   <div class="wims_content">
  23.     <div id="index">
  24.     <ul>
  25.       <li>
  26.   !set record_cnt=!recordcnt help/$lang/oefchapterhelp
  27.   !set ss_=!record $record_cnt of help/$lang/oefchapterhelp
  28.   !href cmd=reply&special_parm=$(ss_[1])&subject=$(ss_[1]) $(ss_[2])
  29.       </li>
  30.   !for s_=2 to $record_cnt-1
  31.       <li>
  32.     !set ss_=!record $s_ of help/$lang/oefchapterhelp
  33.     !!! two hacks
  34.     !if oefparm isin $ss_
  35.       !set ss_=oefparm,$(ss_[2..-1])
  36.     !endif
  37.     !if slib isin $(ss_[1])
  38.       !set ss_=slib,$(ss_[2..-1])
  39.     !endif
  40.     !href cmd=reply&special_parm=$(ss_[1])&subject=$(ss_[1]) $(ss_[2])
  41.       $(ss_[3])
  42.     !if $(ss_[1]) isitemof $subject or $subject=all
  43.       !set test=!fileexists cmd/$(ss_[1])
  44.       !if $test=no
  45.         !read help/$(ss_[1]).phtml
  46.       !else
  47.         !read cmd/$(ss_[1]).phtml
  48.       !endif
  49.     !endif
  50.       </li>
  51.   !next s_
  52.     </ul>
  53.   </div>
  54. </div>
  55.  
  56. !tail
  57.