mirror of
https://github.com/ctripcorp/zeus.git
synced 2024-11-14 19:55:30 +08:00
dev
This commit is contained in:
parent
044ca4015a
commit
70e6d3dbfb
3 changed files with 294 additions and 7 deletions
|
@ -127,7 +127,6 @@
|
|||
<i class="menu-icon fa fa-tachometer"></i>
|
||||
<span class="menu-text"> SLB Cluster </span>
|
||||
</a>
|
||||
|
||||
<b class="arrow"></b>
|
||||
</li>
|
||||
|
||||
|
@ -138,9 +137,7 @@
|
|||
Application
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<b class="arrow"></b>
|
||||
|
||||
</li>
|
||||
|
||||
</ul><!-- /.nav-list -->
|
||||
|
@ -621,10 +618,6 @@
|
|||
})
|
||||
</script>
|
||||
|
||||
<!-- the following scripts are used in demo only for onpage help and you don't need them -->
|
||||
<link rel="stylesheet" href="../assets/css/ace.onpage-help.css" />
|
||||
<link rel="stylesheet" href="../docs/assets/js/themes/sunburst.css" />
|
||||
|
||||
<script type="text/javascript"> ace.vars['base'] = '..'; </script>
|
||||
<script src="../assets/js/ace/elements.onpage-help.js"></script>
|
||||
<script src="../assets/js/ace/ace.onpage-help.js"></script>
|
||||
|
|
147
src/main/www/indexb.html
Normal file
147
src/main/www/indexb.html
Normal file
|
@ -0,0 +1,147 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- title, meta tags, list of stylesheets, etc ... -->
|
||||
|
||||
<meta charset="utf-8"/>
|
||||
<!-- use the following meta to force IE use its most up to date rendering engine -->
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
|
||||
<title> page tite </title>
|
||||
<meta name="description" content="page description"/>
|
||||
|
||||
<!-- stylesheets are put here, refer to files/css documentation -->
|
||||
<link href="../dist/css/bootstrap.min.css" rel="stylesheet"/>
|
||||
<link href="../assets/css/ace-fonts.css" rel="stylesheet"/>
|
||||
<link href="../assets/css/font-awesome.css" rel="stylesheet"/>
|
||||
<!-- you can also use google hosted fonts -->
|
||||
|
||||
<link href="../dist/css/ace.min.css" rel="stylesheet" class="ace-main-stylesheet"/>
|
||||
|
||||
<!--[if lte IE 9]>
|
||||
<link href="../dist/css/ace-part2.min.css" rel="stylesheet" class="ace-main-stylesheet"/>
|
||||
<![endif]-->
|
||||
|
||||
<!--[if lte IE 9]>
|
||||
<link href="../assets/css/ace-ie.min.css" rel="stylesheet" />
|
||||
<!-- some scripts should be here, refer to files/javascript documentation -->
|
||||
|
||||
<!--[if !IE]> -->
|
||||
<script src="../dist/js/jquery.min.js"></script>
|
||||
<!-- <![endif]-->
|
||||
<!--[if lte IE 9]>
|
||||
<script src="../dist/js/jquery1x.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<script src="../dist/js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- ie8 canvas if required for plugins such as charts, etc -->
|
||||
<!--[if lte IE 8]>
|
||||
<script src="../dist/js/excanvas.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
<script src="../dist/js/ace-elements.min.js"></script>
|
||||
<script src="../dist/js/ace.min.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
//If page has any inline scripts, it goes here
|
||||
</script>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body class="no-skin">
|
||||
<div class="navbar" id="navbar">
|
||||
<!-- navbar goes here -->
|
||||
<div id="navbar-container" class="navbar-container">
|
||||
|
||||
<!-- toggle buttons are here or inside brand container -->
|
||||
|
||||
<div class="navbar-header pull-left">
|
||||
<!-- brand text here -->
|
||||
<a href="#" class="navbar-brand">
|
||||
<small>
|
||||
<i class="fa fa-leaf"></i>
|
||||
SLB Console
|
||||
</small>
|
||||
</a>
|
||||
</div>
|
||||
<!-- /.navbar-header -->
|
||||
</div>
|
||||
<!-- /.navbar-container -->
|
||||
</div>
|
||||
<!-- /.navbar -->
|
||||
|
||||
<div class="main-container" id="main-container">
|
||||
<div class="sidebar responsive" id="sidebar">
|
||||
<div class="sidebar-shortcuts" id="sidebar-shortcuts">
|
||||
</div>
|
||||
<!-- /.sidebar-shortcuts -->
|
||||
|
||||
<!-- sidebar goes here -->
|
||||
<ul class="nav nav-list">
|
||||
<li class="active">
|
||||
<a href="index.html">
|
||||
<i class="menu-icon fa fa-tachometer"></i>
|
||||
<span class="menu-text"> SLB Cluster </span>
|
||||
</a>
|
||||
<b class="arrow"></b>
|
||||
</li>
|
||||
<li class="">
|
||||
<a href="apps.html" class="">
|
||||
<i class="menu-icon fa fa-desktop"></i>
|
||||
<span class="menu-text">
|
||||
Application
|
||||
</span>
|
||||
</a>
|
||||
<b class="arrow"></b>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="sidebar-toggle sidebar-collapse">
|
||||
<i class="ace-icon fa fa-angle-double-left" data-icon1="ace-icon fa fa-angle-double-left"
|
||||
data-icon2="ace-icon fa fa-angle-double-right"></i>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="main-content">
|
||||
<div class="main-content-inner">
|
||||
<div class="breadcrumbs" id="breadcrumbs">
|
||||
<!-- breadcrumbs here -->
|
||||
<ul class="breadcrumb">
|
||||
<li><i class="fa fa-home home-icon"></i> <a href="/">Home</a></li>
|
||||
<li class="active">SLB Cluster</li>
|
||||
</ul>
|
||||
</div> <!-- /.breadcrumb -->
|
||||
|
||||
<div class="page-content">
|
||||
<div class="ace-settings-container" id="ace-settings-container">
|
||||
<!-- settings box goes here -->
|
||||
</div>
|
||||
|
||||
<div class="page-header">
|
||||
<!-- page header goes here -->
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<!-- page content goes here -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- /.page-content -->
|
||||
</div>
|
||||
</div>
|
||||
<!-- /.main-content -->
|
||||
|
||||
<!-- footer area -->
|
||||
|
||||
</div>
|
||||
<!-- /.main-container -->
|
||||
|
||||
<!-- list of script files -->
|
||||
|
||||
</body>
|
147
src/main/www/slb.html
Normal file
147
src/main/www/slb.html
Normal file
|
@ -0,0 +1,147 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- title, meta tags, list of stylesheets, etc ... -->
|
||||
|
||||
<meta charset="utf-8"/>
|
||||
<!-- use the following meta to force IE use its most up to date rendering engine -->
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
|
||||
<title> page tite </title>
|
||||
<meta name="description" content="page description"/>
|
||||
|
||||
<!-- stylesheets are put here, refer to files/css documentation -->
|
||||
<link href="../dist/css/bootstrap.min.css" rel="stylesheet"/>
|
||||
<link href="../assets/css/ace-fonts.css" rel="stylesheet"/>
|
||||
<link href="../assets/css/font-awesome.css" rel="stylesheet"/>
|
||||
<!-- you can also use google hosted fonts -->
|
||||
|
||||
<link href="../dist/css/ace.min.css" rel="stylesheet" class="ace-main-stylesheet"/>
|
||||
|
||||
<!--[if lte IE 9]>
|
||||
<link href="../dist/css/ace-part2.min.css" rel="stylesheet" class="ace-main-stylesheet"/>
|
||||
<![endif]-->
|
||||
|
||||
<!--[if lte IE 9]>
|
||||
<link href="../assets/css/ace-ie.min.css" rel="stylesheet" />
|
||||
<!-- some scripts should be here, refer to files/javascript documentation -->
|
||||
|
||||
<!--[if !IE]> -->
|
||||
<script src="../dist/js/jquery.min.js"></script>
|
||||
<!-- <![endif]-->
|
||||
<!--[if lte IE 9]>
|
||||
<script src="../dist/js/jquery1x.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<script src="../dist/js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- ie8 canvas if required for plugins such as charts, etc -->
|
||||
<!--[if lte IE 8]>
|
||||
<script src="../dist/js/excanvas.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
<script src="../dist/js/ace-elements.min.js"></script>
|
||||
<script src="../dist/js/ace.min.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
//If page has any inline scripts, it goes here
|
||||
</script>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body class="no-skin">
|
||||
<div class="navbar" id="navbar">
|
||||
<!-- navbar goes here -->
|
||||
<div id="navbar-container" class="navbar-container">
|
||||
|
||||
<!-- toggle buttons are here or inside brand container -->
|
||||
|
||||
<div class="navbar-header pull-left">
|
||||
<!-- brand text here -->
|
||||
<a href="#" class="navbar-brand">
|
||||
<small>
|
||||
<i class="fa fa-leaf"></i>
|
||||
SLB Console
|
||||
</small>
|
||||
</a>
|
||||
</div>
|
||||
<!-- /.navbar-header -->
|
||||
</div>
|
||||
<!-- /.navbar-container -->
|
||||
</div>
|
||||
<!-- /.navbar -->
|
||||
|
||||
<div class="main-container" id="main-container">
|
||||
<div class="sidebar responsive" id="sidebar">
|
||||
<div class="sidebar-shortcuts" id="sidebar-shortcuts">
|
||||
</div>
|
||||
<!-- /.sidebar-shortcuts -->
|
||||
|
||||
<!-- sidebar goes here -->
|
||||
<ul class="nav nav-list">
|
||||
<li class="active">
|
||||
<a href="index.html">
|
||||
<i class="menu-icon fa fa-tachometer"></i>
|
||||
<span class="menu-text"> SLB Cluster </span>
|
||||
</a>
|
||||
<b class="arrow"></b>
|
||||
</li>
|
||||
<li class="">
|
||||
<a href="apps.html" class="">
|
||||
<i class="menu-icon fa fa-desktop"></i>
|
||||
<span class="menu-text">
|
||||
Application
|
||||
</span>
|
||||
</a>
|
||||
<b class="arrow"></b>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="sidebar-toggle sidebar-collapse">
|
||||
<i class="ace-icon fa fa-angle-double-left" data-icon1="ace-icon fa fa-angle-double-left"
|
||||
data-icon2="ace-icon fa fa-angle-double-right"></i>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="main-content">
|
||||
<div class="main-content-inner">
|
||||
<div class="breadcrumbs" id="breadcrumbs">
|
||||
<!-- breadcrumbs here -->
|
||||
<ul class="breadcrumb">
|
||||
<li><i class="fa fa-home home-icon"></i> <a href="/">Home</a></li>
|
||||
<li class="active">SLB Cluster</li>
|
||||
</ul>
|
||||
</div> <!-- /.breadcrumb -->
|
||||
|
||||
<div class="page-content">
|
||||
<div class="ace-settings-container" id="ace-settings-container">
|
||||
<!-- settings box goes here -->
|
||||
</div>
|
||||
|
||||
<div class="page-header">
|
||||
<!-- page header goes here -->
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<!-- page content goes here -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- /.page-content -->
|
||||
</div>
|
||||
</div>
|
||||
<!-- /.main-content -->
|
||||
|
||||
<!-- footer area -->
|
||||
|
||||
</div>
|
||||
<!-- /.main-container -->
|
||||
|
||||
<!-- list of script files -->
|
||||
|
||||
</body>
|
Loading…
Reference in a new issue