nk-lihaink-cn/app/home/view/bi/my_dataview.html
2021-01-30 20:59:12 +08:00

53 lines
1.3 KiB
HTML

{extend name="common/base"/}
{block name="style"}
<link rel="stylesheet" href="{__CSS__}/user.css?v={:get_config('webconfig.version')}" media="all">
{/block}
<!-- 主体 -->
{block name="body"}
{include file="common/header" nav='info' /}
<div class="user">
<div class="user-home"><a href="/">首页</a> - 个人中心</div>
<div class="user-box clearfix">
<div class="l user-menu">
{include file="common/usermenu" nav='info' /}
</div>
<div class="r user-right">
<div id="dataFile" class="data-topic">
<table cellpadding="0" cellspacing="0">
<tr>
<th colspan="3">
<div class="l">
<h3>数据模型</h3>
</div>
<div class="r"><span class="data-upload upload-post-btn">创建数据模型</span></div>
</th>
</tr>
<tr>
<th width="30%">标题</th>
<th width="60%">详情</th>
<th width="10%">操作</th>
</tr>
<tr>
<td colspan="3">
<div style="padding: 20px 0; color: #999; text-align: center;">暂无数据<div
style="padding-top: 20px;"><span class="data-upload upload-post-btn">去创建数据模型</span>
</div>
</div>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
{/block}
<!-- /主体 -->
<!-- 脚本 -->
{block name="script"}
<script>
</script>
{/block}
<!-- /脚本 -->