mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-28 14:17:15 +00:00
Update login.php
Made it fully translatable from en.php
This commit is contained in:
@@ -75,14 +75,14 @@ else
|
|||||||
<?php
|
<?php
|
||||||
if(strtotime(START_DATE) > strtotime(date('m/d/Y'))){
|
if(strtotime(START_DATE) > strtotime(date('m/d/Y'))){
|
||||||
?>
|
?>
|
||||||
<br/><center><big>Server will start in: </big></center>
|
<br/><center><big><?php echo SERVER_STARTS_IN; ?></big></center>
|
||||||
<script language="JavaScript">
|
<script language="JavaScript">
|
||||||
TargetDate = "<?php echo START_DATE; ?> <?php echo START_TIME; ?>";
|
TargetDate = "<?php echo START_DATE; ?> <?php echo START_TIME; ?>";
|
||||||
CountActive = true;
|
CountActive = true;
|
||||||
CountStepper = -1;
|
CountStepper = -1;
|
||||||
LeadingZero = true;
|
LeadingZero = true;
|
||||||
DisplayFormat = "%%H%%:%%M%%:%%S%%";
|
DisplayFormat = "%%H%%:%%M%%:%%S%%";
|
||||||
FinishMessage = "START NOW";
|
FinishMessage = "<?php echo START_NOW; ?>";
|
||||||
|
|
||||||
function calcage(secs, num1, num2) {
|
function calcage(secs, num1, num2) {
|
||||||
s = ((Math.floor(secs/num1))%num2).toString();
|
s = ((Math.floor(secs/num1))%num2).toString();
|
||||||
@@ -148,14 +148,14 @@ CountBack(gsecs);
|
|||||||
|
|
||||||
if(START_TIME > date('H:i')){
|
if(START_TIME > date('H:i')){
|
||||||
?>
|
?>
|
||||||
<br/><center><big>Server will start in: </big></center>
|
<br/><center><big><?php echo SERVER_STARTS_IN; ?></big></center>
|
||||||
<script language="JavaScript">
|
<script language="JavaScript">
|
||||||
TargetDate = "<?php echo START_DATE; ?> <?php echo START_TIME; ?>";
|
TargetDate = "<?php echo START_DATE; ?> <?php echo START_TIME; ?>";
|
||||||
CountActive = true;
|
CountActive = true;
|
||||||
CountStepper = -1;
|
CountStepper = -1;
|
||||||
LeadingZero = true;
|
LeadingZero = true;
|
||||||
DisplayFormat = "%%H%%:%%M%%:%%S%%";
|
DisplayFormat = "%%H%%:%%M%%:%%S%%";
|
||||||
FinishMessage = "START NOW";
|
FinishMessage = "<?php echo START_NOW; ?>";
|
||||||
|
|
||||||
function calcage(secs, num1, num2) {
|
function calcage(secs, num1, num2) {
|
||||||
s = ((Math.floor(secs/num1))%num2).toString();
|
s = ((Math.floor(secs/num1))%num2).toString();
|
||||||
|
|||||||
Reference in New Issue
Block a user