Subversion Repositories wimsdev

Rev

Rev 6676 | Rev 12733 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6676 Rev 6682
Line 5... Line 5...
5
 module_title=$tit / $titb
5
 module_title=$tit / $titb
6
!endif
6
!endif
7
!if robot isin $session
7
!if robot isin $session
8
 !exit
8
 !exit
9
!endif
9
!endif
10
s
10
 
11
!if $doctoc=yes
11
!if $doctoc=yes and $block!=doctoc
12
  !set header=$header\
12
  !set header=$header\
13
 <script type="text/javascript">jQuery.noConflict();jQuery(function() {jQuery( "#doc_toc" ).menu();});</script>
13
 <script type="text/javascript">jQuery.noConflict();jQuery(function() {jQuery( "#doc_toc" ).menu();});</script>
14
!endif
14
!endif
-
 
15
!!( "#doc_toc" ).menu({ position: { my: "left top", at: "right-5 top+5" } });
15
 
16
 
16
sheetdata=
17
sheetdata=
17
 
18
 
18
!if $foldin!=$empty
19
!if $foldin!=$empty
19
 foldin=!word 1 of $foldin
20
 foldin=!word 1 of $foldin
20
 foldin=!char 1 to 50 of $foldin
21
 foldin=!char 1 to 50 of $foldin
21
 foldlist=!item 1 to 200 of $foldlist
22
 foldlist=!item 1 to 200 of $foldlist
22
 foldlist=!listunion $foldlist and $doc/$foldin
23
 foldlist=!listunion $foldlist and $doc/$foldin
23
!endif
24
!endif
24
 
25
 
25
!if $foldout!=$empty
26
!if $foldout!=$empty
26
 foldlist=!listcomplement $doc/$foldout in $foldlist
27
 foldlist=!listcomplement $doc/$foldout in $foldlist
27
!endif
28
!endif
28
 
29
 
Line 52... Line 53...
52
 !distribute item $rnext into docnext,blocknext
53
 !distribute item $rnext into docnext,blocknext
53
!endif
54
!endif
54
 
55
 
55
!read docu/popup.proc
56
!read docu/popup.proc
56
!read docu/readdates.proc
57
!read docu/readdates.proc
57
 
-