Accueil TNG
This commit is contained in:
parent
f8a6e80f7e
commit
32f87f034e
|
@ -49,8 +49,9 @@ if (!$charset) $charset="UTF-8";
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset; ?>" />
|
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset; ?>" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div id="global">
|
||||||
|
|
||||||
<div id="content" style="position: absolute; left: 50%; top: 20px; margin-left: -400px">
|
<div id="content" style="width:100%;">
|
||||||
|
|
||||||
<p id="logo"> <img src="logo.png" border="0" alt="<?php __("Web Hosting Control Panel"); ?>" title="<?php __("Web Hosting Control Panel"); ?>" /></a>
|
<p id="logo"> <img src="logo.png" border="0" alt="<?php __("Web Hosting Control Panel"); ?>" title="<?php __("Web Hosting Control Panel"); ?>" /></a>
|
||||||
</p>
|
</p>
|
||||||
|
@ -66,8 +67,8 @@ if (!$_SERVER[HTTPS]) {
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
<div style="position: relative; left: 100px">
|
<div style="margin: 0 auto 30px auto; width: 700px;">
|
||||||
<table><tr><td style="width: 320px">
|
<table width="100%"><tr><td>
|
||||||
<?php __("To connect to the hosting control panel, enter your AlternC's login and password in the following form and click 'Enter'"); ?>
|
<?php __("To connect to the hosting control panel, enter your AlternC's login and password in the following form and click 'Enter'"); ?>
|
||||||
<?php if (!empty($authip_token)) { echo "<p style='color:red;'>";__("You are attemping to connect without IP restriction."); echo "</p>"; } ?>
|
<?php if (!empty($authip_token)) { echo "<p style='color:red;'>";__("You are attemping to connect without IP restriction."); echo "</p>"; } ?>
|
||||||
</td><td>
|
</td><td>
|
||||||
|
@ -105,9 +106,8 @@ if (isset($url) && $url) {
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<table width="800px" style="border: 0">
|
<table width="100%" style="border: 0">
|
||||||
<tr><td style="text-align: left; font-size: 10px">
|
<tr><td style="text-align: left; font-size: 10px">
|
||||||
<?php __("You must accept the session cookie to log-in"); ?>
|
<?php __("You must accept the session cookie to log-in"); ?>
|
||||||
<br />
|
<br />
|
||||||
|
@ -137,5 +137,6 @@ if (isset($url) && $url) {
|
||||||
document.forms['loginform'].username.focus();
|
document.forms['loginform'].username.focus();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -144,15 +144,15 @@ input.inav:hover, .inav a:hover, a.inav:hover {
|
||||||
padding: 4px 10px;
|
padding: 4px 10px;
|
||||||
color: black;
|
color: black;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
-webkit-border-radius: 5px;
|
-webkit-border-radius: 3px;
|
||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 3px;
|
||||||
border-radius: 5px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
input[type=button],
|
input[type=button],
|
||||||
input[type=submit] {
|
input[type=submit] {
|
||||||
-webkit-border-radius: 5px;
|
-webkit-border-radius: 3px;
|
||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 3px;
|
||||||
border-radius: 5px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.ina a:hover, a.ina:hover, .inav a:hover, a.inav:hover {
|
.ina a:hover, a.ina:hover, .inav a:hover, a.inav:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
Loading…
Reference in New Issue