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; ?>" />
|
||||
</head>
|
||||
<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>
|
||||
|
@ -66,8 +67,8 @@ if (!$_SERVER[HTTPS]) {
|
|||
}
|
||||
*/
|
||||
?>
|
||||
<div style="position: relative; left: 100px">
|
||||
<table><tr><td style="width: 320px">
|
||||
<div style="margin: 0 auto 30px auto; width: 700px;">
|
||||
<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 if (!empty($authip_token)) { echo "<p style='color:red;'>";__("You are attemping to connect without IP restriction."); echo "</p>"; } ?>
|
||||
</td><td>
|
||||
|
@ -105,9 +106,8 @@ if (isset($url) && $url) {
|
|||
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
<table width="800px" style="border: 0">
|
||||
<table width="100%" style="border: 0">
|
||||
<tr><td style="text-align: left; font-size: 10px">
|
||||
<?php __("You must accept the session cookie to log-in"); ?>
|
||||
<br />
|
||||
|
@ -137,5 +137,6 @@ if (isset($url) && $url) {
|
|||
document.forms['loginform'].username.focus();
|
||||
</script>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -144,15 +144,15 @@ input.inav:hover, .inav a:hover, a.inav:hover {
|
|||
padding: 4px 10px;
|
||||
color: black;
|
||||
cursor: pointer;
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
input[type=button],
|
||||
input[type=submit] {
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.ina a:hover, a.ina:hover, .inav a:hover, a.inav:hover {
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Reference in New Issue