Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
20 reyssat 1
!if equalities iswordof $m_options or $laststep<1
16114 bpr 2
  !exit
20 reyssat 3
!endif
4
 
5
!readproc tabletheme
16114 bpr 6
$table_header
16118 bpr 7
<caption>$name_hist</caption>
8
$table_hdtr<th>$name_step</th>
20 reyssat 9
!if $casecnt>1
16118 bpr 10
  <th>$name_case</th>
20 reyssat 11
!endif
17065 bpr 12
<th>$name_result</th>
16118 bpr 13
<th>$name_method</th>
14
<th>$name_remarks</th></tr>
20 reyssat 15
!reset light1,light2
16
!set hstart=$[max(1,$currstep-10)]
17
!set hstop=$[min($laststep,$currstep+8)]
18
!for i=$hstart to $hstop
16114 bpr 19
  !if $i=$currstep
20
    !distribute item <span style="color:#9090C0">,</span> into light1,light2
20 reyssat 21
  !endif
16114 bpr 22
  $table_tr<td class="wimscenter nowrap">$light1
23
  $i
24
  !if $status=waiting
25
    <small>
26
    !if $i<$currstep
16118 bpr 27
      !href cmd=reply&opt=newstep&gotostep=$i $name_undo
16114 bpr 28
    !else
16118 bpr 29
      !href cmd=reply&opt=newstep&gotostep=$[$i+1] $name_redo
16114 bpr 30
    !endif
31
    </small>
32
  !endif
33
  $light2</td>
34
  !if $casecnt>1
35
    !set c_=!item $i of $stepcases
36
    <td class="wimscenter">$light1 \($c_) $light2</td>
37
  !endif
38
  <td class="wimscenter">$light1
39
  !read deduc/putobject.phtml $i
17065 bpr 40
  $light2</td><td>$light1
16114 bpr 41
  !line $i of $methods
42
  $light2</td>
43
  <td>$light1
44
  !reset R_
45
  !if $objisgoal=yes
16118 bpr 46
    $name_change.
16114 bpr 47
  !endif
48
  !set t_=!char $i of $stepcounting
49
  !if $t_=0
16118 bpr 50
    $name_noaccount.
16114 bpr 51
    !set R_=1
52
  !endif
53
  !if $R_!=1
54
    &nbsp;
55
  !endif
56
  $light2</td>
57
  </tr>
20 reyssat 58
!next i
5912 bpr 59
$table_end<a id="last"></a>