Subversion Repositories wimsdev

Rev

Rev 13461 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13461 Rev 13469
Line 4... Line 4...
4
.faq_Q {font-style: italic; padding:0.3em;color:blue;}\
4
.faq_Q {font-style: italic; padding:0.3em;color:blue;}\
5
.faq_R {padding:0.3em;}</style>\
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>\
6
to $wims_html_header
10
to $wims_html_header
-
 
11
 
7
!header1
12
!header1
8
 
13
 
9
<div id="wimsmhelp">
14
<div id="wimsmhelp">
10
<div class="menuglobal">
-
 
-
 
15
 
11
!robottrap
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>
12
 
32
 
13
<ul id="docnavigation" class="wimsmenu menu">
33
<ul id="docnavigation" class="wimsmenu menu">
14
 
34
 
15
  !if $style=print
35
  !if $style=print
16
    <li class="menuitem" role="menuitem">
36
    <li class="menuitem" role="menuitem">
17
      !set wims_ref_class=doch_interactive
37
      !set wims_ref_class=doch_interactive
18
      !href module=$module&chapter=0 $wims_name_doch_interactive
38
      !href module=$module&chapter=0 $wims_name_doch_interactive
19
      !set chapter=-1
39
      !set chapter=-1
Line 23... Line 43...
23
 
43
 
24
  !if $chapter>0
44
  !if $chapter>0
25
    <li class="menuitem" role="menuitem">
45
    <li class="menuitem" role="menuitem">
26
      !set wims_ref_class=doch_docs
46
      !set wims_ref_class=doch_docs
27
      !href module=$module&chapter=0 $wims_name_doch_main
47
      !href module=$module&chapter=0 $wims_name_doch_main
28
    </li>
48
    </li>
29
  !endif
49
  !endif
30
 
50
 
31
  <li class="menuitem" role="menuitem">
51
  <li class="menuitem" role="menuitem">
32
    !set wims_ref_class=doch_printable
52
    !set wims_ref_class=doch_printable
33
    !href module=$module&style=print $wims_name_doch_printable
53
    !href module=$module&style=print $wims_name_doch_printable
34
  </li>
54
  </li>
35
 
55
 
36
  !if $chapter>1
56
  !if $chapter>1
37
    <li class="menuitem" role="menuitem">
57
    <li class="menuitem" role="menuitem">
38
      !set wims_ref_class=doch_prev
58
      !set wims_ref_class=doch_prev
39
      !href module=$module&chapter=$[$chapter-1] $wims_name_doch_prev_chapt
59
      !href module=$module&chapter=$[$chapter-1] $wims_name_doch_prev_chapt
40
    </li>
60
    </li>
Line 45... Line 65...
45
      !set wims_ref_class=doch_next
65
      !set wims_ref_class=doch_next
46
      !href module=$module&chapter=$[$chapter+1] $wims_name_doch_next_chapt
66
      !href module=$module&chapter=$[$chapter+1] $wims_name_doch_next_chapt
47
    </li>
67
    </li>
48
  !endif
68
  !endif
49
:tabend
69
: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>
70
</ul>