Subversion Repositories wimsdev

Rev

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