Subversion Repositories wimsdev

Rev

Rev 13461 | 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;}\
13469 obado 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>\
11621 bpr 10
to $wims_html_header
13469 obado 11
 
1051 bpr 12
!header1
13
 
1385 bpr 14
<div id="wimsmhelp">
13469 obado 15
 
28 reyssat 16
!robottrap
5982 bpr 17
 
13469 obado 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
 
13461 obado 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
11306 bpr 69
:tabend
13469 obado 70
</ul>