mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
286 lines
10 KiB
PHP
286 lines
10 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<!--
|
|
NewzDash v1.0.0
|
|
|
|
Copyright 2013 Eric Young
|
|
Licensed under the Apache License v2.0
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
http://aceshome.com
|
|
|
|
Based off original work titled 'Charisma' by Muhammad Usman
|
|
original license in doc/charisma-license.txt
|
|
-->
|
|
|
|
|
|
<meta charset="utf-8">
|
|
<title>Newznab-tmux Dashboard</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="Newznab, a usenet indexing web application with community features.">
|
|
<meta name="author" content="Eric Young">
|
|
|
|
|
|
<!-- The styles -->
|
|
<link id="bs-css" href="css/bootstrap-redy.css" rel="stylesheet">
|
|
<style type="text/css">
|
|
body {
|
|
padding-bottom: 40px;
|
|
}
|
|
.sidebar-nav {
|
|
padding: 9px 0;
|
|
}
|
|
</style>
|
|
<link href="css/bootstrap-responsive.css" rel="stylesheet">
|
|
<link href="css/charisma-app.css" rel="stylesheet">
|
|
<link href="css/jquery-ui-1.8.21.custom.css" rel="stylesheet">
|
|
<link href='css/fullcalendar.css' rel='stylesheet'>
|
|
<link href='css/fullcalendar.print.css' rel='stylesheet' media='print'>
|
|
<link href='css/chosen.css' rel='stylesheet'>
|
|
<link href='css/uniform.default.css' rel='stylesheet'>
|
|
<link href='css/colorbox.css' rel='stylesheet'>
|
|
<link href='css/jquery.cleditor.css' rel='stylesheet'>
|
|
<link href='css/jquery.noty.css' rel='stylesheet'>
|
|
<link href='css/noty_theme_default.css' rel='stylesheet'>
|
|
<link href='css/elfinder.min.css' rel='stylesheet'>
|
|
<link href='css/elfinder.theme.css' rel='stylesheet'>
|
|
<link href='css/jquery.iphone.toggle.css' rel='stylesheet'>
|
|
<link href='css/opa-icons.css' rel='stylesheet'>
|
|
<link href='css/uploadify.css' rel='stylesheet'>
|
|
<!-- Font Awesome Icons -->
|
|
<link href='css/font-awesome.min.css' rel='stylesheet' type='text/css'>
|
|
|
|
<!-- The HTML5 shim, for IE6-8 support of HTML5 elements -->
|
|
<!--[if lt IE 9]>
|
|
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
|
|
<!-- The fav icon -->
|
|
<link rel="shortcut icon" href="img/favicon.ico">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<?php include 'includes/topbar.php'; ?>
|
|
|
|
<div class="container-fluid">
|
|
<div class="row-fluid">
|
|
|
|
<?php include('includes/leftmenu.php'); ?>
|
|
|
|
<noscript>
|
|
<div class="alert alert-block span10">
|
|
<h4 class="alert-heading">Warning!</h4>
|
|
<p>You need to have <a href="http://en.wikipedia.org/wiki/JavaScript" target="_blank">JavaScript</a> enabled to use this site.</p>
|
|
</div>
|
|
</noscript>
|
|
|
|
<div id="content" class="span10">
|
|
<!-- content starts -->
|
|
|
|
|
|
<div>
|
|
<ul class="breadcrumb">
|
|
<li>
|
|
<a href="#">Home</a> <span class="divider">/</span>
|
|
</li>
|
|
<li>
|
|
<a href="#">Charts</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="row-fluid sortable">
|
|
|
|
<div class="box">
|
|
<div class="box-header well">
|
|
<h2><i class="icon-list-alt"></i> Chart with points</h2>
|
|
<div class="box-icon">
|
|
<a href="#" class="btn btn-setting btn-round"><i class="icon-cog"></i></a>
|
|
<a href="#" class="btn btn-minimize btn-round"><i class="icon-chevron-up"></i></a>
|
|
<a href="#" class="btn btn-close btn-round"><i class="icon-remove"></i></a>
|
|
</div>
|
|
</div>
|
|
<div class="box-content">
|
|
<div id="sincos" class="center" style="height:300px" ></div>
|
|
<p id="hoverdata">Mouse position at (<span id="x">0</span>, <span id="y">0</span>). <span id="clickdata"></span></p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="box">
|
|
<div class="box-header well">
|
|
<h2><i class="icon-list-alt"></i> Flot</h2>
|
|
<div class="box-icon">
|
|
<a href="#" class="btn btn-setting btn-round"><i class="icon-cog"></i></a>
|
|
<a href="#" class="btn btn-minimize btn-round"><i class="icon-chevron-up"></i></a>
|
|
<a href="#" class="btn btn-close btn-round"><i class="icon-remove"></i></a>
|
|
</div>
|
|
</div>
|
|
<div class="box-content">
|
|
<div id="flotchart" class="center" style="height:300px"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="box">
|
|
<div class="box-header well">
|
|
<h2><i class="icon-list-alt"></i> Stack Example</h2>
|
|
<div class="box-icon">
|
|
<a href="#" class="btn btn-setting btn-round"><i class="icon-cog"></i></a>
|
|
<a href="#" class="btn btn-minimize btn-round"><i class="icon-chevron-up"></i></a>
|
|
<a href="#" class="btn btn-close btn-round"><i class="icon-remove"></i></a>
|
|
</div>
|
|
</div>
|
|
<div class="box-content">
|
|
<div id="stackchart" class="center" style="height:300px;"></div>
|
|
|
|
<p class="stackControls center">
|
|
<input class="btn" type="button" value="With stacking">
|
|
<input class="btn" type="button" value="Without stacking">
|
|
</p>
|
|
|
|
<p class="graphControls center">
|
|
<input class="btn btn-primary" type="button" value="Bars">
|
|
<input class="btn btn-primary" type="button" value="Lines">
|
|
<input class="btn btn-primary" type="button" value="Lines with steps">
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
</div><!--/row-->
|
|
|
|
<div class="row-fluid sortable">
|
|
<div class="box span4">
|
|
<div class="box-header well" data-original-title>
|
|
<h2><i class="icon-list-alt"></i> Pie</h2>
|
|
<div class="box-icon">
|
|
<a href="#" class="btn btn-setting btn-round"><i class="icon-cog"></i></a>
|
|
<a href="#" class="btn btn-minimize btn-round"><i class="icon-chevron-up"></i></a>
|
|
<a href="#" class="btn btn-close btn-round"><i class="icon-remove"></i></a>
|
|
</div>
|
|
</div>
|
|
<div class="box-content">
|
|
<div id="piechart" style="height:300px"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="box span4">
|
|
<div class="box-header well" data-original-title>
|
|
<h2><i class="icon-list-alt"></i> Realtime</h2>
|
|
<div class="box-icon">
|
|
<a href="#" class="btn btn-setting btn-round"><i class="icon-cog"></i></a>
|
|
<a href="#" class="btn btn-minimize btn-round"><i class="icon-chevron-up"></i></a>
|
|
<a href="#" class="btn btn-close btn-round"><i class="icon-remove"></i></a>
|
|
</div>
|
|
</div>
|
|
<div class="box-content">
|
|
<div id="realtimechart" style="height:190px;"></div>
|
|
<p>You can update a chart periodically to get a real-time effect by using a timer to insert the new data in the plot and redraw it.</p>
|
|
<p>Time between updates: <input id="updateInterval" type="text" value="" style="text-align: right; width:5em"> milliseconds</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="box span4">
|
|
<div class="box-header well" data-original-title>
|
|
<h2><i class="icon-list-alt"></i> Donut</h2>
|
|
<div class="box-icon">
|
|
<a href="#" class="btn btn-setting btn-round"><i class="icon-cog"></i></a>
|
|
<a href="#" class="btn btn-minimize btn-round"><i class="icon-chevron-up"></i></a>
|
|
<a href="#" class="btn btn-close btn-round"><i class="icon-remove"></i></a>
|
|
</div>
|
|
</div>
|
|
<div class="box-content">
|
|
<div id="donutchart" style="height: 300px;">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div><!--/row-->
|
|
|
|
<!-- content ends -->
|
|
</div><!--/#content.span10-->
|
|
</div><!--/fluid-row-->
|
|
|
|
<hr>
|
|
|
|
<?php include 'includes/bottombar.php'; ?>
|
|
|
|
</div><!--/.fluid-container-->
|
|
|
|
<!-- external javascript
|
|
================================================== -->
|
|
<!-- Placed at the end of the document so the pages load faster -->
|
|
|
|
<!-- jQuery -->
|
|
<script src="js/jquery-1.7.2.min.js"></script>
|
|
<!-- jQuery UI -->
|
|
<script src="js/jquery-ui-1.8.21.custom.min.js"></script>
|
|
<!-- transition / effect library -->
|
|
<script src="js/bootstrap-transition.js"></script>
|
|
<!-- alert enhancer library -->
|
|
<script src="js/bootstrap-alert.js"></script>
|
|
<!-- modal / dialog library -->
|
|
<script src="js/bootstrap-modal.js"></script>
|
|
<!-- custom dropdown library -->
|
|
<script src="js/bootstrap-dropdown.js"></script>
|
|
<!-- scrolspy library -->
|
|
<script src="js/bootstrap-scrollspy.js"></script>
|
|
<!-- library for creating tabs -->
|
|
<script src="js/bootstrap-tab.js"></script>
|
|
<!-- library for advanced tooltip -->
|
|
<script src="js/bootstrap-tooltip.js"></script>
|
|
<!-- popover effect library -->
|
|
<script src="js/bootstrap-popover.js"></script>
|
|
<!-- button enhancer library -->
|
|
<script src="js/bootstrap-button.js"></script>
|
|
<!-- accordion library (optional, not used in demo) -->
|
|
<script src="js/bootstrap-collapse.js"></script>
|
|
<!-- carousel slideshow library (optional, not used in demo) -->
|
|
<script src="js/bootstrap-carousel.js"></script>
|
|
<!-- autocomplete library -->
|
|
<script src="js/bootstrap-typeahead.js"></script>
|
|
<!-- tour library -->
|
|
<script src="js/bootstrap-tour.js"></script>
|
|
<!-- library for cookie management -->
|
|
<script src="js/jquery.cookie.js"></script>
|
|
<!-- calander plugin -->
|
|
<script src='js/fullcalendar.min.js'></script>
|
|
<!-- data table plugin -->
|
|
<script src='js/jquery.dataTables.min.js'></script>
|
|
|
|
<!-- chart libraries start -->
|
|
<script src="js/excanvas.js"></script>
|
|
<script src="js/jquery.flot.min.js"></script>
|
|
<script src="js/jquery.flot.pie.min.js"></script>
|
|
<script src="js/jquery.flot.stack.js"></script>
|
|
<script src="js/jquery.flot.resize.min.js"></script>
|
|
<!-- chart libraries end -->
|
|
|
|
|
|
<!-- select or dropdown enhancer -->
|
|
<script src="js/jquery.chosen.min.js"></script>
|
|
<!-- checkbox, radio, and file input styler -->
|
|
<script src="js/jquery.uniform.min.js"></script>
|
|
<!-- plugin for gallery image view -->
|
|
<script src="js/jquery.colorbox.min.js"></script>
|
|
<!-- rich text editor library -->
|
|
<script src="js/jquery.cleditor.min.js"></script>
|
|
<!-- notification plugin -->
|
|
<script src="js/jquery.noty.js"></script>
|
|
<!-- file manager library -->
|
|
<script src="js/jquery.elfinder.min.js"></script>
|
|
<!-- star rating plugin -->
|
|
<script src="js/jquery.raty.min.js"></script>
|
|
<!-- for iOS style toggle switch -->
|
|
<script src="js/jquery.iphone.toggle.js"></script>
|
|
<!-- autogrowing textarea plugin -->
|
|
<script src="js/jquery.autogrow-textarea.js"></script>
|
|
<!-- multiple file upload plugin -->
|
|
<script src="js/jquery.uploadify-3.1.min.js"></script>
|
|
<!-- history.js for cross-browser state change on ajax -->
|
|
<script src="js/jquery.history.js"></script>
|
|
<!-- application script for Charisma demo -->
|
|
<script src="js/charisma.js"></script>
|
|
|
|
|
|
</body>
|
|
</html>
|