add new images and templates for re-design

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2011-02-08 10:30:03 +01:00
parent c28f70d885
commit d6b4bd8d36
551 changed files with 7895 additions and 1755 deletions

View File

@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="iso-8859-1" />
<meta http-equiv="Default-Style" content="text/css" />
<link rel="stylesheet" href="./templates/Froxlor/froxlor.css" />
<!--[if IE]><link rel="stylesheet" href="./templates/Froxlor/froxlor_ie.css" /><![endif]-->
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script type="text/javascript" src="./templates/Froxlor/js/jquery.min.js"></script>
<script type="text/javascript" src="./templates/Froxlor/js/froxlor.js"></script>
<title>Froxlor Server Management Panel - Installation</title>
</head>
<body>
<div class="loginpage">
<article class="login bradius">
<header class="dark">
<img src="./images/Froxlor/logo.png" alt="Froxlor Server Management Panel" />
</header>
<section class="loginsec">
<h2>Welcome to Froxlor</h2>
<p>It seems that Froxlor has not been installed yet.</p>
<p>Click on the link below to start the installation.</p>
<p class="submit">
<a href="./install/install.php" title="Click to start the install process">Start install</a>
</p>
</section>
</article>
</div>
<footer>
<span>
Froxlor &copy; 2009-2010 by <a href="http://www.froxlor.org/" rel="external">the Froxlor Team</a>
</span>
</footer>
</body>
</html>