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>
</header>
<section class="fullform bradiusodd">
{$phpinfo}
<section class="dboarditemfull bradiusodd">
<table width="100%">
{$phpinfo}
</table>
</section>
</article>
$footer

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,61 +1,63 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Froxlor Defaultpage</title>
<title>Froxlor Domain Default Page</title>
<meta name="robots" content="noindex, nofollow">
<style type="text/css">
body {
font-family: Verdana, Helvetica, sans-serif;
font-size: 14px;
text-align: center;
color: #fff;
font:12px/18px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
background-color:#f2f2f2;
color:#333;
margin: 0;
padding: 0;
background-color: #fff;
}
article {
width: 500px;
position: absolute;
top: 50%;
left: 50%;
margin-top:20%;
margin-left:auto;
margin-right:auto;
margin-bottom:12px;
width:500px;
min-height: 70px;
padding: 1em;
margin: -100px 0 0 -258px;
background-color: #2d6b85;
border: 1px solid #254f76;
-moz-border-radius:20px;
-webkit-border-radius:20px;
border-radius:20px;
background-color:#fff;
border-radius: 5px 5px 5px 5px !important;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
text-align: center;
}
footer {
width: 500px;
position: absolute;
top: 70%;
left: 50%;
min-height: 25px;
padding: 1em;
margin: -100px 0 0 -258px;
color: #cccccc;
font-size: 12px;
footer {
text-align:center;
color:rgb(136, 136, 136);
font-size:10px !important;
margin-top:10px;
margin-bottom:10px;
}
footer a {
text-decoration: underline;
color: #cccccc;
footer a,footer a:active,footer a:visited {
text-decoration:none;
color:rgb(136, 136, 136);
}
footer a:hover {
color: #bbbbbb;
text-decoration:underline;
}
a,a:active,a:visited {
color:#176fa1;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
</style>
</head>
<body>
<article>
<p>There is no content on this domain yet.<br /><br />
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>
<h1>Domain Default Page</h1>
<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>
<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>
</p>
</span>
</footer>
</body>
</html>