2020-12-08 16:00:06 +08:00

115 lines
6.3 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0,user-scalable=no">
<meta name="apple-mobile-web-app-title" content="SmartChart">
<link rel="icon" type="image.png" href="https://www.smartchart.cn/static/images/favicon.ico">
<title>SmartChart</title>
<link href="https://cdn.bootcdn.net/ajax/libs/font-awesome/5.8.1/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" media="all" href="https://www.smartchart.cn/static/index/web20201030.css">
<link rel="stylesheet" media="all" href="https://www.smartchart.cn/static/index/entry20200609.css">
<link rel='stylesheet prefetch' href='https://www.smartchart.cn/static/index/normalize20200609.css'>
<link rel="stylesheet" href="https://www.smartchart.cn/static/index/style20201030.css" media="screen" type="text/css" />
<link rel="stylesheet" href="https://www.smartchart.cn/static/index/dialog.css" media="screen" type="text/css" />
<style type="text/css">
.nav_end {
float: right;
height: 55px;
padding: 15px 0px;
margin: 0 12px;
}
.head_icon {
color:#606266;
}
.head_icon :hover {
color: red;
}
.ct {
color: #00A000;
}
input::-webkit-calendar-picker-indicator{ display: none; -webkit-appearance: none; }
#auto_div
{
display: none;
width: 300px;
border: 1px #74c0f9 solid;
background: #FFF;
position: absolute;
top: 40px;
left: 0;
color: #323232;
}
iframe{padding: 0;margin: 0;}
</style>
<script src="https://www.smartchart.cn/static/js/jquery-2.2.3.min.js"></script>
<script src="https://www.smartchart.cn/static/index/colorpicker.js"></script>
<script src="https://www.smartchart.cn/static/index/dialog.js"></script>
<script src="https://www.smartchart.cn/static/index/index_d.js"></script>
</head>
<body lang="zh-CN" class="reader-black-font" style="overflow-y: scroll;">
<nav class="navbar navbar-default navbar-fixed-top" role="navigation" id="smart_head">
<div >
<a class="logo" href="https://www.smartchart.cn"><img src="https://www.smartchart.cn/static/index/logo9.png" alt="smartchart logo"></a>
<div class="nav_end">
<span class="head_icon" id="devchange" onclick="reset_dev()"><small><i class="fas fa-user"></i>{{user}}</small></span>
<a id="color-picker" class="picker head_icon" title="首页样式"><small><i class="fas fa-palette"></i></small></a>|
<a class="head_icon" id="iframe-heart" onclick="make_love()" title="收藏" ><small><i class="fas fa-heart"></i></small></a>
<a class="head_icon" id="iframe-full" onclick="requestFullScreen()" title="全屏" ><small><i class="fas fa-expand"></i></small></a>
<a class="head_icon" id="iframe-refresh" onclick="refreshFrame()" title="刷新"><small><i class="fas fa-sync-alt"></i></small></a>
<a class="head_icon" id="iframe-message" onclick="report_msg()" title="留言"><small><i class="fab fa-rocketchat"></i></small></a>
<a class="head_icon" id="iframe-edit" title="编辑" onclick="reset_dev()"><small><i class="fas fa-edit"></i></small></a>|
<a class="head_icon" title="帮助" onclick="help()"><small><i class="fas fa-question-circle"></i></small></a>
<a href="https://gitee.com/smartchart/django_smartchart" title="手机版"><small><i class="fas fa-mobile-alt"></i></small></a>
<a href="/echart/logout" title="退出"><small><i class="fas fa-sign-out-alt"></i></small></a>
<a href="javascript:changelayout();" title="切换可视区"><img src="https://www.smartchart.cn/static/images/change.png" style="height: 25px;"></a>
</div>
<div >
<div class="collapse navbar-collapse" id="menu">
<ul class="nav navbar-nav"> <li class="tab active">
<a class="menu-text" href="/admin">DataLab</a>
</li>
<li class="tab">
<a class="menu-text" href="https://www.smartchart.cn">SmartChart社区</a>
</li>
<li class="search">
<form action="javascript:refresh_index();" accept-charset="UTF-8" method="get">
<input name="utf8" type="hidden" value="✓">
<input type="text" name="q" id="id_title" autocomplete="off" value="" placeholder="Search" class="search-input">
<div id="auto_div"></div>
<a class="search-btn" href="javascript:refresh_index()"><i class="iconfont ic-search"></i></a>
</form>
</li>
</ul>
</div>
</div>
</div>
</nav>
<div class="container-fluid">
<div class="row">
<div class="col-xs-2 col-sm-1 col-md-4" style="border-right:1px solid #f0f0f0;padding-top:10px" id="leftside">
<nav id="nav_1">
<ul class="mcd-menu" id="show_list">
</ul></nav>
</div>
<div class="col-xs-22 col-sm-23 col-md-20" id="mainframe">
<div class="col-xs-24 col-sm-16 col-sm-offset-1 main">
<ul class="note-list" id="tbshow_list">
<h5 >报表加载中.....</h5>
</ul>
</div>
</div>
</div>
</div>
<!--<p>&copy;powered by smartchart.cn,Designed by JohnYan mailto:84345999@qq.com, https://gitee.com/smartchart/django_smartchart</p>-->
</body>
</html>
<script>var p_background = localStorage.getItem('p_background') || "#ffffff";let p_background_h = localStorage.getItem('p_background_h') || "#ffffff";$('#smart_head').css('background',p_background_h);$('#leftside').css('height',$(document.body).height())
Colorpicker.create({el: "color-picker", color: p_background, change: function(elem, hex) {if ($('#show_list').hasClass('mcd-menu1')){$('#smart_head').css('background',hex);localStorage.setItem('p_background_h',hex);
}else{$('#leftside').css('background',hex);localStorage.setItem('p_background',hex);p_background=hex;}}});
</script>