Subversion Repositories wimsdev

Rev

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

  1. !set lan=fr
  2.  
  3. !set wims_html_header=!append line <style type="text/css">\
  4. .faq_Q {font-style: italic; padding:0.3em;color:blue;}\
  5. .faq_R {padding:0.3em;}\
  6. ol.doc_toc>li{margin-bottom:.6em;}\
  7. .section_content{margin-top:.6em;}\
  8. .doc_toc h3{font-size:1.2rem;font-weight:normal;display:inline;}\
  9. </style>\
  10. to $wims_html_header
  11.  
  12. !header1
  13.  
  14. <div id="wimsmhelp">
  15.  
  16. !robottrap
  17.  
  18. !if $chapter>0
  19.  !set l=!line 1 of $(chapter$chapter)
  20.  !set ll=!word $chapter of I II III IV V VI VII IIIV IX X
  21.  !set l=$wims_name_doch_Chapter $ll. $l
  22. !else
  23.  !if $chapter<0
  24.   !set l=$wims_name_doch_printable
  25.  !else
  26.   !set l=$name_main
  27.  !endif
  28. !endif
  29.  
  30. <h1 class="wims_docu_title">$module_title_lang</h1>
  31. <h2 class="wims_docu_titleb">$l</h2>
  32.  
  33. <ul id="docnavigation" class="wimsmenu menu">
  34.  
  35.   !if $style=print
  36.     <li class="menuitem" role="menuitem">
  37.       !set wims_ref_class=doch_interactive
  38.       !href module=$module&chapter=0 $wims_name_doch_interactive
  39.       !set chapter=-1
  40.     </li>
  41.     !goto tabend
  42.   !endif
  43.  
  44.   !if $chapter>0
  45.     <li class="menuitem" role="menuitem">
  46.       !set wims_ref_class=doch_docs
  47.       !href module=$module&chapter=0 $wims_name_doch_main
  48.     </li>
  49.   !endif
  50.  
  51.   <li class="menuitem" role="menuitem">
  52.     !set wims_ref_class=doch_printable
  53.     !href module=$module&style=print $wims_name_doch_printable
  54.   </li>
  55.  
  56.   !if $chapter>1
  57.     <li class="menuitem" role="menuitem">
  58.       !set wims_ref_class=doch_prev
  59.       !href module=$module&chapter=$[$chapter-1] $wims_name_doch_prev_chapt
  60.     </li>
  61.   !endif
  62.  
  63.   !if $chapter<$chaptercnt
  64.     <li class="menuitem" role="menuitem">
  65.       !set wims_ref_class=doch_next
  66.       !href module=$module&chapter=$[$chapter+1] $wims_name_doch_next_chapt
  67.     </li>
  68.   !endif
  69. :tabend
  70. </ul>
  71.