|
@@ -1,9 +1,4 @@
|
|
|
-<div class="panel panel-default panel-intro">
|
|
|
|
|
|
- <div class="panel-body">
|
|
|
- <div id="myTabContent" class="tab-content">
|
|
|
- <div class="tab-pane fade active in">
|
|
|
- <div class="widget-body no-padding">
|
|
|
<table class="table table-striped table-bordered table-hover table-nowrap" width="100%">
|
|
|
<tr>
|
|
|
<td></td>
|
|
@@ -85,7 +80,8 @@
|
|
|
<tr>
|
|
|
<td colspan="8">
|
|
|
{volist name="$row.files_json" id="vo"}
|
|
|
- <span class="glyphicon glyphicon-save" aria-hidden="true"></span><a href="{$vo.url}" target="_blank">{$vo.filename}</a>
|
|
|
+ <button class="glyphicon glyphicon-save" onclick="jump('{$vo.url}')" aria-hidden="true"></button> {$vo.filename}
|
|
|
+ <br>
|
|
|
{/volist}
|
|
|
</td>
|
|
|
</tr>
|
|
@@ -150,10 +146,4 @@
|
|
|
{/volist}
|
|
|
</table>
|
|
|
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-</div>
|
|
|
|