Subversion Repositories wimsdev

Rev

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

Rev 6313 Rev 12498
Line 1... Line 1...
1
!if $modreq!=$empty
1
!if $modreq!=$empty
2
modreq=!word 1 of $modreq
2
  modreq=!word 1 of $modreq
3
!if / isin $modreq or .. isin $modreq
3
  !if / isin $modreq or .. isin $modreq
4
 modreq=
4
    modreq=
5
!endif
5
  !endif
6
mtest=!filelist $devdir/$modreq
6
  mtest=!filelist $devdir/$modreq
7
!if $mtest=$empty and ($modreq!=.new or $inddef=$empty)
7
  !if $mtest=$empty and ($modreq!=.new or $inddef=$empty)
8
 modreq=
8
    modreq=
9
!endif
9
  !endif
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 $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 $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
31
!endif
31
!endif