Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
1051 bpr 1
!set lan=fr
13461 obado 2
 
11621 bpr 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
1051 bpr 7
!header1
8
 
1385 bpr 9
<div id="wimsmhelp">
13461 obado 10
<div class="menuglobal">
28 reyssat 11
!robottrap
5982 bpr 12
 
13461 obado 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
11306 bpr 49
:tabend
13461 obado 50
</ul></div>
51
 
1385 bpr 52
<div id="wimsbodybox">
53
<div id="wimspagebox">
11289 bpr 54
<div class="wimsbody">
28 reyssat 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
13461 obado 59
 !set l=$wims_name_doch_Chapter $ll. $l
28 reyssat 60
!else
61
 !if $chapter<0
13461 obado 62
  !set l=$wims_name_doch_printable
28 reyssat 63
 !else
13461 obado 64
  !set l=$name_main
28 reyssat 65
 !endif
66
!endif
67
 
13461 obado 68
<h1 class="wims_title">
69
  $module_title_lang<br/>
70
  <span class="wims_emph">$l</span>
5982 bpr 71
</h1>