| Line 29... |
Line 29... |
| 29 |
#foreach ( $item in $analysisData )
|
29 |
#foreach ( $item in $analysisData )
|
| 30 |
#if($velocityCount<11)
|
30 |
#if($velocityCount<11)
|
| 31 |
<tr style="border: 1px" class="$item.getTimestamp()">
|
31 |
<tr style="border: 1px" class="$item.getTimestamp()">
|
| 32 |
#if ($item.isToGroup())
|
32 |
#if ($item.isToGroup())
|
| 33 |
#set( $temp = $velocityCount)
|
33 |
#set( $temp = $velocityCount)
|
| - |
|
34 |
#if ($analysisData.size()==$velocityCount && $analysisData.size()<11)
|
| - |
|
35 |
<td indexPos="$velocityCount" dateVal="$item.getTimestamp()" dateValNext="13996523" expanded="0" oneTime="0">
|
| - |
|
36 |
#else
|
| 34 |
<td indexPos="$velocityCount" dateVal="$item.getTimestamp()" dateValNext="$analysisData.get($temp).getTimestamp()" expanded="0" oneTime="0">
|
37 |
<td indexPos="$velocityCount" dateVal="$item.getTimestamp()" dateValNext="$analysisData.get($temp).getTimestamp()" expanded="0" oneTime="0">
|
| - |
|
38 |
#end
|
| 35 |
<a href="javascript:void(0)" class="expandRow" title="Click to expand">
|
39 |
<a href="javascript:void(0)" class="expandRow" title="Click to expand">
|
| 36 |
<img style="width: 15px; padding-top: 1px;" src="/Support/images/add_green_button.png">
|
40 |
<img style="width: 15px; padding-top: 1px;" src="/Support/images/add_green_button.png">
|
| 37 |
</a>
|
41 |
</a>
|
| 38 |
</td>
|
42 |
</td>
|
| 39 |
#else
|
43 |
#else
|