Folder reorganize 1
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>Export Server Admin Console</title>
|
||||
<link href="bootstrap/css/bootstrap.min.css" type="text/css" rel="stylesheet" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<a href="./" title="FusionCharts - Delightful charts and gauges in JavaScript & Flash" ><img src="fusioncharts-logo.png" width="" /></a>
|
||||
</header>
|
||||
<hr />
|
||||
<div class="row">
|
||||
<div class="span3">
|
||||
<?php include('./includes/leftmenu.php'); ?>
|
||||
</div>
|
||||
<div class="span9" style="text-align:center;">
|
||||
Please Select options from the left to perform admin actions.
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<footer>
|
||||
<p><small>© Copyright <script type="text/javascript">
|
||||
var d=new Date();
|
||||
document.write(d.getFullYear());
|
||||
</script>, FusionCharts PPL.</small></p>
|
||||
</footer>
|
||||
</div>
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
|
||||
<script src="bootstrap/js/bootstrap.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user