why.xingtongworld.com项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

35 lines
2.2 KiB

{layout name="user/userlayout" /}
<table width="100%" style="text-align:center;color:rgba(128,128,128,1);font-size:16px;line-height:22px;">
<thead>
<tr >
<th style="border-bottom:1px solid rgba(244,242,245,1);padding:10px 0px;">#</th>
<th style="border-bottom:1px solid rgba(244,242,245,1);">名称</th>
<th style="border-bottom:1px solid rgba(244,242,245,1);">日期</th>
<th style="border-bottom:1px solid rgba(244,242,245,1);">权属人</th>
<th style="border-bottom:1px solid rgba(244,242,245,1);">查看详情</th>
</tr>
</thead>
<tbody>
{foreach name="lists" item="vo"}
<tr>
<td style="border-bottom:1px solid rgba(244,242,245,1);padding:14px 0px;">{$key+1}</td>
<td style="border-bottom:1px solid rgba(244,242,245,1);">{$vo.name}</td>
<td style="border-bottom:1px solid rgba(244,242,245,1);">{$vo.gp_date?date("Y-m-d",$vo['gp_date']):''}</td>
<td style="border-bottom:1px solid rgba(244,242,245,1);">{$vo.ower}</td>
<td style="border-bottom:1px solid rgba(244,242,245,1);">
<div class="buttonright modeub buttonright2" style="margin:0px auto;width:100px" {if condition="$vo['reporturl']"}onclick="window.open('{:SITE_PATH}{$vo.reporturl|urldecode}')"{/if}>
<div class="leftbutton2"></div>
<div class="modef1 centerbutton2 modeub modeac modepc">查看</div>
<div class="rightbutton2"></div>
</div>
</td>
</tr>
{/foreach}
</tbody>
<tfoot>
<tr>
<td colspan="5">{$page}</td>
</tr>
</tfoot>
</table>