Subversion Repositories wimsdev

Rev

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

Rev 17410 Rev 17412
Line 166... Line 166...
166
      !endif
166
      !endif
167
      !set exhausted=yes
167
      !set exhausted=yes
168
      </p>
168
      </p>
169
    !endif
169
    !endif
170
    !if $wims_exam_remain!=$empty
170
    !if $wims_exam_remain!=$empty
171
      !set wims_hr_r=$[max(0,$wims_exam_remain)]
171
!!      !set wims_hr_r=$[max(0,$wims_exam_remain)]
172
      !set wims_hr_rm=$[floor($wims_hr_r/60)]
172
!!      !set wims_hr_rm=$[floor($wims_hr_r/60)]
173
      !set wims_hr_rs=!char 2,3 of $[$wims_hr_r%60+100]
173
!!      !set wims_hr_rs=!char 2,3 of $[$wims_hr_r%60+100]
174
      <p id="exam_clock">$wims_name_examremain $wims_hr_rm:$wims_hr_rs.</p>
174
      <p> $wims_name_examremain <span id="exam_clock">
-
 
175
!!$wims_hr_rm:$wims_hr_rs.
-
 
176
      </span></p>
-
 
177
!!record 0 of wimshome/public_html/scripts/js/chronoid.js
-
 
178
!!      <script>clockid($wims_exam_remain,"exam_clock");</script>
175
      !if yes iswordof $warning
179
      !if yes iswordof $warning
176
        <div class="wims_msg warning">
180
        <div class="wims_msg warning">
177
        $name_exam11
181
        $name_exam11
178
        </div>
182
        </div>
179
      !endif
183
      !endif