Merge branch 'master' of github.com:Froxlor/Froxlor

This commit is contained in:
Michael Kaufmann (d00p)
2013-10-03 16:11:01 +02:00
6 changed files with 50 additions and 51 deletions

View File

@@ -7,8 +7,10 @@ $header
</h2> </h2>
</header> </header>
<section class="fullform bradiusodd"> <section class="dboarditemfull bradiusodd">
{$phpinfo} <table width="100%">
{$phpinfo}
</table>
</section> </section>
</article> </article>
$footer $footer

View File

@@ -1,3 +1,3 @@
<tr> <tr>
<td colspan="3">{$val}</td> <td colspan="3" align="center">{$val}</td>
</tr> </tr>

View File

@@ -1,4 +1,4 @@
<tr> <tr>
<td>{$key}</td> <td width="180">{$key}</td>
<td colspan="2">{$val}</td> <td colspan="2">{$val}</td>
</tr> </tr>

View File

@@ -1,5 +1,6 @@
<if $key != 'Directive'>
<tr> <tr>
<td>{$key}</td> <td width="180">{$key}</td>
<td>{$val[0]}</td> <td colspan="2">{$val[0]}<br/><small style="color: #666">(Master: {$val[1]})</small></td>
<td>{$val[1]}</td>
</tr> </tr>
</if>

View File

@@ -1,10 +1,4 @@
<table> <tr>
<thead> <th colspan="3">{$name}</th>
<tr> </tr>
<th colspan="3">{$name}</th>
</tr>
</thead>
<tbody>
{$phpinfoentries} {$phpinfoentries}
</tbody>
</table>

View File

@@ -1,61 +1,63 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title>Froxlor Defaultpage</title> <title>Froxlor Domain Default Page</title>
<meta name="robots" content="noindex, nofollow"> <meta name="robots" content="noindex, nofollow">
<style type="text/css"> <style type="text/css">
body { body {
font-family: Verdana, Helvetica, sans-serif; font:12px/18px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
font-size: 14px; background-color:#f2f2f2;
text-align: center; color:#333;
color: #fff;
margin: 0; margin: 0;
padding: 0; padding: 0;
background-color: #fff;
} }
article { article {
width: 500px;
position: absolute; margin-top:20%;
top: 50%; margin-left:auto;
left: 50%; margin-right:auto;
margin-bottom:12px;
width:500px;
min-height: 70px; min-height: 70px;
padding: 1em; padding: 1em;
margin: -100px 0 0 -258px; background-color:#fff;
background-color: #2d6b85; border-radius: 5px 5px 5px 5px !important;
border: 1px solid #254f76; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
-moz-border-radius:20px; text-align: center;
-webkit-border-radius:20px;
border-radius:20px;
} }
footer { footer {
width: 500px; text-align:center;
position: absolute; color:rgb(136, 136, 136);
top: 70%; font-size:10px !important;
left: 50%; margin-top:10px;
min-height: 25px; margin-bottom:10px;
padding: 1em;
margin: -100px 0 0 -258px;
color: #cccccc;
font-size: 12px;
} }
footer a { footer a,footer a:active,footer a:visited {
text-decoration: underline; text-decoration:none;
color: #cccccc; color:rgb(136, 136, 136);
} }
footer a:hover { footer a:hover {
color: #bbbbbb; text-decoration:underline;
}
a,a:active,a:visited {
color:#176fa1;
text-decoration:none;
}
a:hover {
text-decoration:underline;
} }
</style> </style>
</head> </head>
<body> <body>
<article> <article>
<p>There is no content on this domain yet.<br /><br /> <h1>Domain Default Page</h1>
Please ask your provider for an access to your Froxlor login and remove the index.html in your domain's document root if you don't want to see this page.</p> <p>This page was generated by <a href="http://www.froxlor.org">Froxlor Server Management Panel</a>.<br /> If you see this page, it means that there is no content on this domain yet.</p>
<p>Please ask your provider for an access to your Froxlor login and remove the index.html in your domain's document root if you don't want to see this page.</p>
</article> </article>
<footer> <footer>
<p>This site was created using <a href="http://www.froxlor.org">Froxlor</a>.<br /> <span>
&copy; 2009-2013 by <a href="http://www.froxlor.org">the Froxlor Team</a> &copy; 2009-2013 by <a href="http://www.froxlor.org">the Froxlor Team</a>
</p> </span>
</footer> </footer>
</body> </body>
</html> </html>