phpservermon/src/templates/install.tpl.html

53 lines
1.9 KiB
HTML
Executable File

<!--%tpl_install-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PHP Server Monitor</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="static/plugin/twitter-bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="static/plugin/twitter-bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
<link href="static/css/style.css" rel="stylesheet">
<!-- Le 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]-->
</head>
<body class="install">
<div class="container">
<div class="hero-unit">
<h1>PHP Server Monitor</h1>
<p>
<a class="btn btn-large" target="_blank" href="http://phpservermon.sourceforge.net">PHP Server Monitor</a>
<a class="btn btn-large" target="_blank" href="http://twitter.github.com/bootstrap/">Twitter Bootstrap</a>
</p>
</div>
<div class="row">
<div class="span12">
<!--%tpl_repeat_tables-->
<div class="alert alert-success">
<b>Creating table {name}...</b><br/><br/>
{result}
</div>
<!--%%tpl_repeat_tables-->
{tables}
<div class="alert alert-info">
The installation is complete. Please check above if errors have occured.<br/>
If no errors have occured, you can remove this file.<br><br>
<a class="btn btn-primary" href="index.php">Click here to go to your index</a>
</div>
</div>
</div>
</div>
</body>
</html>
<!--%%tpl_install-->