Subversion Repositories wimsdev

Rev

Rev 15998 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2179 bpr 1
!read adm/class/classlang names.phtml
1406 bpr 2
 
16143 guerimand 3
wims_prefix=class user seq techvar
1406 bpr 4
!if $wims_class=$empty or ($wims_supertype!=0 and\
12335 bpr 5
    ($wims_supertype!=2 or $wims_typename!=class) and\
6
    ($wims_supertype!=4 or $wims_typename notitemof class,course,program))
7
  error=bad_class
8
  !exit
1406 bpr 9
!endif
10
 
15998 guerimand 11
!read lang/names.phtml.$moduclass_lang
12
!read tabletheme
13
 
14
!if $cmd=help
15
  !exit
16
!endif
17
 
1406 bpr 18
!defread wimshome/log/classes/$wims_class/.def
19
!defread wimshome/log/classes/$wims_class/seq/.def
20
 
15988 guerimand 21
title_limit=80
22
desc_limit=4000
23
 
1406 bpr 24
!if $wims_user=supervisor
12335 bpr 25
  !bound job within config,addseq,moveup,show,delete,changeopt default show
1406 bpr 26
!else
12335 bpr 27
  job=show
1406 bpr 28
!endif
29
 
30
seq_cnt=!record 0 of wimshome/log/classes/$wims_class/seq/.sequences
31
seq_cnt=!line 1 of $seq_cnt
32
!read $job.proc
1625 bpr 33
 
34
!if $wims_user=supervisor and $job iswordof addseq moveup show delete
35
  !read sheetindex
36
!endif
11714 bpr 37
 
38
!if $(class_actcolor)!=$empty
12335 bpr 39
  !read adm/class/seqcolors
11714 bpr 40
!endif