Subversion Repositories wimsdev

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1051 bpr 1
!set lan=fr
1976 bpr 2
!read tabletheme
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">
1976 bpr 10
 
11289 bpr 11
<div class="wimsmenu">
28 reyssat 12
!robottrap
5982 bpr 13
 
1976 bpr 14
$table_header
15
 $table_tr<th>
28 reyssat 16
!if _ isin $wims_subsession
1051 bpr 17
 <a href="#" onclick="window.close()">Fermer la fenêtre d'aide</a>
28 reyssat 18
!else
19
 !href session=$wims_session.1 Accueil WIMS
20
!endif
11306 bpr 21
</th>
28 reyssat 22
!if $style=print
11306 bpr 23
 <th>
28 reyssat 24
 &nbsp;
25
 !href module=$module&chapter=0 Version interactive
26
 !set chapter=-1
11306 bpr 27
  </th>
28 reyssat 28
 !goto tabend
29
!endif
30
!if $chapter>0
1976 bpr 31
 <th>
28 reyssat 32
 !href module=$module&chapter=0 Index d'aides
1976 bpr 33
</th>
28 reyssat 34
!endif
1976 bpr 35
<th>
28 reyssat 36
!href module=$module&style=print Version imprimable
1976 bpr 37
</th>
28 reyssat 38
!if $chapter>1
1976 bpr 39
 <th>
28 reyssat 40
 !href module=$module&chapter=$[$chapter-1] Chapitre précédent
5982 bpr 41
 </th>
28 reyssat 42
!endif
43
!if $chapter<$chaptercnt
1976 bpr 44
 <th>
28 reyssat 45
 !href module=$module&chapter=$[$chapter+1] Chapitre suivant
5982 bpr 46
 </th>
28 reyssat 47
!endif
11306 bpr 48
:tabend
5982 bpr 49
</tr>
50
</table>
1385 bpr 51
</div><!--wimsmenu-->
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
59
 !set l=Chapitre $ll. $l
60
!else
61
 !if $chapter<0
62
  !set l=Version imprimable
63
 !else
64
  !set l=Index général
65
 !endif
66
!endif
67
 
5982 bpr 68
<h1 class="wims_title">Aides de WIMS<br/>
69
<span class="wims_emph">
70
$l</span>
71
</h1>
28 reyssat 72