Subversion Repositories wimsdev

Rev

Rev 23 | Rev 12498 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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