123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- <?php if (!defined('THINK_PATH')) exit();?><div class="bjui-pageContent">
- <div class="row" style="margin-right: 0px;">
- <div class="col-xs-12 col-md-12">
- <form action="/jdxf/admin1.php/Home/Index/home" class="pageForm" data-toggle="validate">
- <div class="bjui-pageHeader">
- <h4 >我的便签、记事本 <span><button type="submit" class="btn-default" data-icon="save" >保存</button></span> </h4>
- </div>
- <hr style="margin: 12px 0 0px;">
- <div class="row-input">
- <textarea class="form-control" style="height:120px; line-height:20px;" name="bian" ><?php echo ($bian); ?></textarea>
- </div>
-
- </form>
- </div>
- </div>
- <hr style="margin: 12px 0 0px;">
-
- <!-- <div class="col-xs-6 col-md-6">
- <div class="panel panel-default">
- <div class="bjui-pageHeader">
- <h3 class="panel-title">
- <i class="fa fa-pencil-square-o"></i> 我的任务
- <a href="<?php echo U('mytask/index');?>" data-toggle="navtab" data-id="<?php echo U('mytask/index');?>" data-title="我的任务">详细</a>
-
- </h3>
- </div>
- <div style="min-height:185px">
- <table class="table table-bordered table-striped table-hover">
- <thead>
- <tr>
- <th height=30>开始时间</th>
- <th>结束时间</th>
- <th>任务标题</th>
- <th>状态</th>
- <th>发布人</th>
- <th>发布时间</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
- </tr>
-
- </tbody>
- </table>
- </div>
- </div>
- </div>-->
- <!-- <div class="col-xs-12 col-md-12">
- <div class="panel panel-default">
- <div class="bjui-pageHeader">
- <h3 class="panel-title">
- <i class="fa fa-pencil-square-o"></i> 我的任务
- <a href="<?php echo U('mytask/index');?>" data-toggle="navtab" data-id="<?php echo U('mytask/index');?>" data-title="我的任务">详细</a>
-
- </h3>
- </div>
- <div style="min-height:185px">
- <div style="mini-width:400px;height:350px" data-toggle="echarts" data-type="pie,funnel" data-theme="blue" data-url="echarts-barData.html"></div>
- <div style="mini-width:400px;height:350px" data-toggle="echarts" data-type="bar,line" data-theme="blue" data-url="/jdxf/admin1.php/Home/Index/CharData"></div>
- </div>
- </div>
- </div> -->
-
- </div>
- <script>
- /*var uploadedDataURL = "/asset/get/s/data-1469156830975-S1PyA-yO.json";
- $.getJSON(uploadedDataURL, function(data) {
- myChart.setOption(option = {
- title: {
- text: 'Beijing AQI'
- },
- tooltip: {
- trigger: 'axis'
- },
- xAxis: {
- data: data.map(function(item) {
- return item[0];
- })
- },
- yAxis: {
- splitLine: {
- show: false
- }
- },
- toolbox: {
- left: 'center',
- feature: {
- dataZoom: {
- yAxisIndex: 'none'
- },
- restore: {},
- saveAsImage: {}
- }
- },
- dataZoom: [{
- startValue: '2014-06-01'
- }, {
- type: 'inside'
- }],
- visualMap: {
- top: 10,
- right: 10,
- pieces: [{
- gt: 0,
- lte: 50,
- color: '#096'
- }, {
- gt: 50,
- lte: 100,
- color: '#ffde33'
- }, {
- gt: 100,
- lte: 150,
- color: '#ff9933'
- }, {
- gt: 150,
- lte: 200,
- color: '#cc0033'
- }, {
- gt: 200,
- lte: 300,
- color: '#660099'
- }, {
- gt: 300,
- color: '#7e0023'
- }],
- outOfRange: {
- color: '#999'
- }
- },
- series: {
- name: 'Beijing AQI',
- type: 'line',
- data: data.map(function(item) {
- return item[1];
- }),
- markLine: {
- silent: true,
- data: [{
- yAxis: 50
- }, {
- yAxis: 100
- }, {
- yAxis: 150
- }, {
- yAxis: 200
- }, {
- yAxis: 300
- }]
- }
- }
- });
- });*/
- </script>
|