You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
2.4 KiB
HTML
46 lines
2.4 KiB
HTML
<extend name="Public/manage" />
|
|
<block name="body" ><style> .table_detail_control {width:98%;} .table_detail_control td.long_content {white-space:normal;padding-right:8px;}</style>
|
|
<div class="container user_pt clearfix">
|
|
|
|
<div class="matter_right_content">
|
|
<div class="title create_title create_server_title">
|
|
<h3>礼包详情 </h3>
|
|
</div>
|
|
<div class="table_responsive table_detail">
|
|
<table class="table table_control control table_detail_control" >
|
|
<tr>
|
|
<td>游戏名称:</td><td>{$data.game_name}</td>
|
|
</tr>
|
|
<tr>
|
|
<td>礼包名称:</td><td>{$data.giftbag_name}</td>
|
|
</tr>
|
|
<tr><td>区服名称</td><td>{$data.server_name}</td></tr>
|
|
<tr><td>平台类型:</td><td>{:get_info_status($data['giftbag_version'],23)}</td>
|
|
</tr>
|
|
<tr>
|
|
<td>开始时间:</td><td>{:time_format($data['start_time'])}</td></tr>
|
|
<tr><td>结束时间:</td><td>{:time_format($data['end_time'])}</td>
|
|
</tr>
|
|
<tr>
|
|
<td>激活码:</td><td><a class="" style="text-decoration: underline;border-bottom:1px solid blue;" href="{:U('File/downloadFile',array('id'=>$data['giftbag_fileid']))}">{$data.giftbag_filename}</a></td></tr>
|
|
</tr>
|
|
<tr>
|
|
<td>领取方式:</td><td class="long_content">{$data.digest}</td>
|
|
</tr>
|
|
<tr>
|
|
<td>礼包内容:</td><td class="long_content">{$data.desribe}</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<hr>
|
|
<script>
|
|
$.VMenu.show('#menu');
|
|
$.VMenu.open('m2.2');
|
|
</script>
|
|
</block>
|