Subversion Repositories wimsdev

Rev

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

Rev 12498 Rev 15280
Line 10... Line 10...
10
  !if $modreq=$empty
10
  !if $modreq=$empty
11
    job=modname
11
    job=modname
12
    !changeto $job.proc
12
    !changeto $job.proc
13
  !endif
13
  !endif
14
 
14
 
15
  !read scripts/getindex $modreq
15
  !read scripts/getindex.proc $modreq
16
  !if $title=$empty and $inddef=$empty
16
  !if $title=$empty and $inddef=$empty
17
    job=modname
17
    job=modname
18
    modreq=
18
    modreq=
19
    !changeto $job.proc
19
    !changeto $job.proc
20
  !endif
20
  !endif
21
 
21
 
22
  mod=$modreq
22
  mod=$modreq
23
!endif
23
!endif
24
 
24
 
25
!read scripts/getindex $mod
25
!read scripts/getindex.proc $mod
26
 
26
 
27
!if $title!=$empty
27
!if $title!=$empty
28
  !for i in $deflist, $deflist1
28
  !for i in $deflist, $deflist1
29
    i_$i=$($i)
29
    i_$i=$($i)
30
  !next i
30
  !next i