Subversion Repositories wimsdev

Rev

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

Rev 1553 Rev 5392
Line 14... Line 14...
14
as_t_doc=doc
14
as_t_doc=doc
15
as_t_vote=vote
15
as_t_vote=vote
16
as_t_cdt=cdt
16
as_t_cdt=cdt
17
as_t_livret=livret
17
as_t_livret=livret
18
as_t_forum=forum
18
as_t_forum=forum
19
as_t_user=.users .userlist
19
as_t_user=.users .userlist .userlist_external
20
as_t_motd=.motd
20
as_t_motd=.motd
21
as_t_sup=supervisor
21
as_t_sup=supervisor
22
as_t_seq=seq
22
as_t_seq=seq
23
as_list=doc,exo,sheet,exam,vote,cdt,livret,forum,user,motd,sup,livret,seq
23
as_list=doc,exo,sheet,exam,vote,cdt,livret,forum,user,motd,sup,livret,seq
24
!if sharing notwordof $wims_prefix
24
!if sharing notwordof $wims_prefix
Line 145... Line 145...
145
!if exam isitemof $as_l
145
!if exam isitemof $as_l
146
 as_copy=$as_copy $1_/.E[0-9]*
146
 as_copy=$as_copy $1_/.E[0-9]*
147
!endif
147
!endif
148
!if $as_copy!=$empty
148
!if $as_copy!=$empty
149
 as_copy=cp -f $as_copy . 2>/dev/null
149
 as_copy=cp -f $as_copy . 2>/dev/null
-
 
150
!endif
-
 
151
!if user isitemof $as_l
-
 
152
  as_touch=touch $1_/.userlist_external
150
!endif
153
!endif
151
 
154
 
152
!sh cd $wims_home/log/classes/$as_2\
155
!sh cd $wims_home/log/classes/$as_2\
153
 rm -Rf $L_\
156
 rm -Rf $L_\
-
 
157
 $as_touch\
154
 for f in $L_; do\
158
 for f in $L_; do\
155
  ln -s $1_/$$f .\
159
  ln -s $1_/$$f .\
156
 done\
160
 done\
157
 $as_copy
161
 $as_copy
158
 
162