Subversion Repositories wimsdev

Rev

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

Rev 12490 Rev 14318
Line 4... Line 4...
4
  quota_total=$wims_doc_quota
4
  quota_total=$wims_doc_quota
-
 
5
  quota_free=$[$quota_total-$du]
5
!else
6
!else
6
  !if $doctype=devel
7
  !if $doctype=devel
7
    !read adm/du $wims_home/$Docdir
8
    !read adm/du $wims_home/$Docdir
8
    quota_total=$wims_doc_quota
9
    quota_total=$wims_doc_quota
-
 
10
    quota_free=$[$quota_total-$du]
9
  !else
11
  !else
10
    !read adm/du $wims_home/log/classes/$wims_class
12
    !readproc adm/class/quotafree.proc
11
    quota_total=$wims_class_quota
13
    quota_total=$wims_class_quota
12
  !endif
14
  !endif
13
!endif
15
!endif
14
quota_free=$[$quota_total-$du]
-