Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
14867 obado 1
!!if $iedit_activated=1
2
!read js/external/tinymce.phtml .iEdit
3
!!endif
14297 guerimand 4
!read adm/css.phtml
5
 
14907 obado 6
!set wims_html_header = !append line <style>\
7
.freeworkdesczone{font-size: 10pt;color:#666;}\
8
.list_zones{display:flex;flex-wrap:wrap}\
9
.list_zones>.wims_widget_box{flex-grow:1}\
10
</style>\
11
to $wims_html_header
12
 
14297 guerimand 13
!header1
14
!read adm/class/classname.phtml $wims_classname\
15
$wims_institutionname
16
 
17
!read adm/title.phtml 1\
18
$classname\
19
$name_title $name_title2
20
 
14537 guerimand 21
!if $wims_user=supervisor
14808 obado 22
  <div class="wims_msg warning">$name_develmessage</div>
14537 guerimand 23
!endif
14297 guerimand 24
!if $error!=$empty
25
  <div class="wims_msg alert">
14907 obado 26
    <strong>$wims_name_Error:</strong>
27
    !read msg.phtml
28
    !reset error
29
  </div>
30
  !if $notallowed=1
31
    !exit
32
  !endif
14297 guerimand 33
!else
34
  !if $success!=$empty
35
    <div class="wims_msg success">
36
      !read msg.phtml $success
37
      !reset success
38
    </div>
39
  !endif
40
  !if $warning!=$empty
41
    <div class="wims_msg warning">
42
      !read msg.phtml $warning
43
      !reset warning
44
    </div>
45
  !endif
46
!endif
47
 
14947 guerimand 48
!if $wims_user=supervisor and $activetest>=1 and $activetest<3
49
  !if $job=configfw
50
    !set wims_menu_items=!append line participantview,1,module=$module&cmd=new&job=student&+freework=$freework to $wims_menu_items
51
  !endif
52
  !if $job isitemof student1,student2,student3
53
    !set wims_menu_items=!append line backteacher,1,module=$module&cmd=new&job=configfw&+freework=$freework to $wims_menu_items
54
  !endif
55
!endif
14297 guerimand 56
 
57
!read $job.phtml
58
 
14832 guerimand 59
!reset job back
14297 guerimand 60
 
61
!tail