|
@@ -164,7 +164,13 @@
|
|
|
{volist name="$user_train" id="vo"}
|
|
|
<tr>
|
|
|
<td colspan="2">{$vo.nickname}</td>
|
|
|
- <td colspan="3"><img src="{$vo.sign_image}" width="90px" height="50px"></td>
|
|
|
+ <td colspan="3">
|
|
|
+ <?php if(!empty($vo['sign_image'])){ ?>
|
|
|
+ <img src="{$vo.sign_image}" width="90px" height="50px">
|
|
|
+ <?php }else{ ?>
|
|
|
+ <div style="height:50px;width:90px;"></div>
|
|
|
+ <?php } ?>
|
|
|
+ </td>
|
|
|
<td colspan="2">{$vo.sign_time}</td>
|
|
|
<td><font color="{$vo.status_color}">{$vo.status_text}</font></td>
|
|
|
</tr>
|