Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
4015 bpr 1
 
5181 guerimand 2
!read adm/language lang/names.phtml
11733 guerimand 3
!!read adm/lang/date.phtml.$modu_lang (not needed since use of datepicker script)
4039 bpr 4
!read adm/class/classname.phtml $description\
5
$institution
6997 bpr 6
!read adm/levelname.phtml
23 reyssat 7
wims_prefix=class user tmp n sharing sharable
8
!read adm/class/limits
13303 bpr 9
 
23 reyssat 10
wims_helper=chapter=3&open=3_creat#creat
11
 
9447 guerimand 12
!if $sjob=$empty
12659 bpr 13
  sjob=emptyclass
9447 guerimand 14
!endif
643 guerimand 15
 
9447 guerimand 16
!bound job within emptyclass,cloneexemple default $sjob
17
 
14349 guerimand 18
jquery_defined=!defof jquery_defined in themes/$wims_theme/header.phtml
19
 
17181 guerimand 20
!if $step!=$empty and $step!=pre
21
  !readproc proc/auth.proc
22
  !if $error!=$empty
23
    !exit
24
  !endif
25
!endif
9426 guerimand 26
!read $job.proc
23 reyssat 27
 
10218 bpr 28
!if $job=cloneexemple
29
  !set wims_title_title=$name_cloning
30
!else
31
  !set wims_title_title=$name_classe
32
!endif