Subversion Repositories wimsdev

Rev

Rev 18057 | Rev 18319 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18057 Rev 18091
Line 4... Line 4...
4
!set tmp_status_sheet=!getsheetstatus sheet=$tmp_sheet
4
!set tmp_status_sheet=!getsheetstatus sheet=$tmp_sheet
5
!if $tmp_work!=$empty and $tmp_sheet!=$empty
5
!if $tmp_work!=$empty and $tmp_sheet!=$empty
6
  !set status=!getscorestatus sheet=$tmp_sheet
6
  !set status=!getscorestatus sheet=$tmp_sheet
7
  !set require=!getscorerequire sheet=$tmp_sheet work=$tmp_work
7
  !set require=!getscorerequire sheet=$tmp_sheet work=$tmp_work
8
  !distribute words $tmp_severity into severity_w,severity_s,severity_ss
8
  !distribute words $tmp_severity into severity_w,severity_s,severity_ss
9
  !if $tmp_status_sheet iswordof 1 2 or ($wims_user=supervisor and $tmp_status_sheet=0)
9
  !if $tmp_status_sheet iswordof 1 2 or $wims_user=supervisor
10
    <div class="wims_tooltip wims_sheet_item">
10
    <div class="wims_tooltip wims_sheet_item">
11
    <div class="wims_tooltiptext" style="width:15em">
11
    <div class="wims_tooltiptext" style="width:20em">
12
    $wims_name_Sheet $tmp_sheet
-
 
13
    !if $tmp_status_sheet=2 or ($wims_user!=supervisor and $tmp_status_sheet=0)
-
 
14
      ($(wims_name_shstatus[$tmp_status_sheet+1]))
12
    $wims_name_Sheet $tmp_sheet ($(wims_name_shstatus[$tmp_status_sheet+1]))
15
    !endif
-
 
16
    $wims_name_Exercise $tmp_work
13
    $wims_name_Exercise $tmp_work
17
    !if $wims_user!= and $wims_user!=supervisor
14
    !if $wims_user!= and $wims_user!=supervisor
18
      !if $require!=0 and $require!=$empty
15
      !if $require!=0 and $require!=$empty
19
        <ul class="wims_nopuce">
16
        <ul class="wims_nopuce">
20
        <li>$(wims_name_thsheet[3]): $require</li>
17
        <li>$(wims_name_thsheet[3]): $require</li>