Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
13443 obado 1
!! Level 4 happens when an exercice file has been put
2
!! into a class or module
3
 
23 reyssat 4
!if $wims_developer!=$empty and ..devel/ isin ..$catmodule
14091 obado 5
  <div class="wims_msg $reg1"
6
    !if $reg1=success
7
      $name_update1
8
      <span class="tt wims_fname">$catmodule</span>
9
    !else
10
      $name_update2
11
      <span class="tt wims_fname">$catmodule</span>.
12
      <pre>$wims_exec_error</pre>
13
    !endif
14
  </div>
13443 obado 15
  !set wims_menu_items=!append line modtool,1,module=adm/modtool\
16
    to $wims_menu_items
14091 obado 17
  <p class="wimscenter">
13443 obado 18
    !set wims_ref_class=text_icon back
19
    !href cmd=reply&level=3 $name_prevstep
20
  </p>
21
  !exit
23 reyssat 22
!endif
23
 
24
!if $wims_user=$empty
13443 obado 25
  !read level5.phtml
23 reyssat 26
!else
13443 obado 27
  !if $already!=yes
14258 obado 28
    <div class="wims_msg success">$name_update3</div>
29
    $name_update5
13443 obado 30
  !else
14258 obado 31
    <div class="wims_msg warning">$name_update4</div>
13443 obado 32
  !endif
5813 bpr 33
 
13443 obado 34
  !if $wims_user!=supervisor
35
    <p>
36
      $name_youcan
37
      !href module=classes/$lang&special_parm=.nocache. $name_consult
38
.</p>
39
  !else
40
    <p>$name_youcan:</p>
41
    <ul class="flex_box grid-x small-up-1 medium-up-3 large-up-4">
42
      <li class="card cell">
43
        <div class="card-section">
44
          !set wims_ref_class=text_icon classexo
45
          !href module=classes/$lang&special_parm=.nocache. $name_consult
46
          ($name_sheet).
47
        </div>
48
      </li><li class="card cell">
49
        <div class="card-section">
50
          !set wims_ref_class=text_icon back2
51
          !href cmd=reply&level=3&success=1 $name_prevstep.
52
        </div>
53
      </li><li class="card cell">
54
        <div class="card-section">
55
          !set wims_ref_class=text_icon upload
56
          !href cmd=reply&level=6 $wims_name_downloadbinary
57
        </div>
58
      </li>
59
    </ul>
60
  !endif
23 reyssat 61
!endif