Subversion Repositories wimsdev

Rev

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

Rev 14348 Rev 16442
Line 1... Line -...
1
 
-
 
2
!if $auth_login=$empty
1
!if $auth_login=$empty
3
  job=auth
2
  job=auth
4
  !exit
3
  !exit
5
!endif
4
!endif
6
 
5
 
7
selectshow=!text select $searchchars in $selectshow
6
selectshow=!text select $searchchars in $selectshow
8
authdir=$devdir
7
authdir=$devdir
9
 
8
 
10
!if $selectshow!=$empty
9
!if $selectshow!=$empty
11
  select=tt=`echo "$$$$tt" | egrep '$selectshow'`
10
  select=tt=`echo "$$$$tt" | egrep '$selectshow'`
12
!else
11
!else
13
  !reset select
12
  !reset select
14
!endif
13
!endif
15
 
14
 
16
existing=!sh tt=`ls $devdir`\
15
existing=!sh tt=`ls $devdir`\
17
  echo "$$tt" | grep -c .\
16
  echo "$$tt" | grep -c .\
18
  $select\
17
  $select\
19
  echo "$$tt" | head -$maxlist
18
  echo "$$tt" | head -$maxlist
20
existing=!replace word $devdir by in $existing
19
existing=!replace word $devdir by in $existing
21
totalcnt=!line 1 of $existing
20
totalcnt=!line 1 of $existing
22
existing=!line 2 to -1 of $existing
21
existing=!line 2 to -1 of $existing
23
existing=!words2items $existing
22
existing=!words2items $existing
24
existcnt=!itemcnt $existing
23
existcnt=!itemcnt $existing
25
 
24
 
26
!for i in $deflist
25
!for i in $deflist
27
  i_$i=
26
  i_$i=
28
!next i
27
!next i
29
 
-