Rev 12490 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | !if $doctype=doc |
||
3 | !read adm/du bases/doc/$doc |
||
4 | quota_total=$wims_doc_quota |
||
14318 | guerimand | 5 | quota_free=$[$quota_total-$du] |
23 | reyssat | 6 | !else |
7233 | bpr | 7 | !if $doctype=devel |
8 | !read adm/du $wims_home/$Docdir |
||
9 | quota_total=$wims_doc_quota |
||
14318 | guerimand | 10 | quota_free=$[$quota_total-$du] |
7233 | bpr | 11 | !else |
14318 | guerimand | 12 | !readproc adm/class/quotafree.proc |
12490 | bpr | 13 | quota_total=$wims_class_quota |
7233 | bpr | 14 | !endif |
23 | reyssat | 15 | !endif |