|
@@ -281,11 +281,11 @@
|
|
|
<tr><td colspan="3" class="slide-up">${i}</td></tr>
|
|
|
{{each val}}
|
|
|
<tr code="${i}" {{if isReject==="1"}} class="high-light" {{/if}}>
|
|
|
- <td style="text-indent: 14px;">${modelName}</td>
|
|
|
+ <td style="text-indent: 14px; {{if isDeleted=='Y'}} text-decoration:line-through; {{/if}}">${modelName}</td>
|
|
|
<td>
|
|
|
- <a href="javascript:void(0);" class="page-anchor page-anchor-hover" code="${id}">${msg}</a>
|
|
|
+ <a href="javascript:void(0);" class="page-anchor page-anchor-hover" {{if isDeleted=='Y'}} style="text-decoration:line-through;" {{/if}} code="${id}">${msg}</a>
|
|
|
</td>
|
|
|
- <td class="red">${score}</td>
|
|
|
+ <td class="red" {{if isDeleted=='Y'}} style="text-decoration:line-through;" {{/if}}>${score}</td>
|
|
|
</tr>
|
|
|
{{/each}}
|
|
|
{{/each}}
|