Subversion Repositories wimsdev

Rev

Rev 11621 | Go to most recent revision | 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;}</style>\
  6. to $wims_html_header
  7. !header1
  8.  
  9. <div id="wimsmhelp">
  10. <div class="menuglobal">
  11. !robottrap
  12.  
  13. <ul id="docnavigation" class="wimsmenu menu">
  14.  
  15.   !if $style=print
  16.     <li class="menuitem" role="menuitem">
  17.       !set wims_ref_class=doch_interactive
  18.       !href module=$module&chapter=0 $wims_name_doch_interactive
  19.       !set chapter=-1
  20.     </li>
  21.     !goto tabend
  22.   !endif
  23.  
  24.   !if $chapter>0
  25.     <li class="menuitem" role="menuitem">
  26.       !set wims_ref_class=doch_docs
  27.       !href module=$module&chapter=0 $wims_name_doch_main
  28.     </li>
  29.   !endif
  30.  
  31.   <li class="menuitem" role="menuitem">
  32.     !set wims_ref_class=doch_printable
  33.     !href module=$module&style=print $wims_name_doch_printable
  34.   </li>
  35.  
  36.   !if $chapter>1
  37.     <li class="menuitem" role="menuitem">
  38.       !set wims_ref_class=doch_prev
  39.       !href module=$module&chapter=$[$chapter-1] $wims_name_doch_prev_chapt
  40.     </li>
  41.   !endif
  42.  
  43.   !if $chapter<$chaptercnt
  44.     <li class="menuitem" role="menuitem">
  45.       !set wims_ref_class=doch_next
  46.       !href module=$module&chapter=$[$chapter+1] $wims_name_doch_next_chapt
  47.     </li>
  48.   !endif
  49. :tabend
  50. </ul></div>
  51.  
  52. <div id="wimsbodybox">
  53. <div id="wimspagebox">
  54. <div class="wimsbody">
  55.  
  56. !if $chapter>0
  57.  !set l=!line 1 of $(chapter$chapter)
  58.  !set ll=!word $chapter of I II III IV V VI VII IIIV IX X
  59.  !set l=$wims_name_doch_Chapter $ll. $l
  60. !else
  61.  !if $chapter<0
  62.   !set l=$wims_name_doch_printable
  63.  !else
  64.   !set l=$name_main
  65.  !endif
  66. !endif
  67.  
  68. <h1 class="wims_title">
  69.   $module_title_lang<br/>
  70.   <span class="wims_emph">$l</span>
  71. </h1>
  72.