fix: get the overview page to appear

This commit is contained in:
Emmanuel BENOîT 2024-12-31 01:01:14 +01:00
parent a9ac89ab22
commit f486fcf8da
Signed by: Emmanuel BENOîT
SSH key fingerprint: SHA256:l7PFUUF5TCDsvYeQC9OnTNz08dFY7Fvf4Hv3neIqYpg
6 changed files with 22 additions and 21 deletions

View file

@ -6,7 +6,7 @@ $players = $game->getLib('beta5/player');
$player = $_SESSION[game::sessName()]['player']; $player = $_SESSION[game::sessName()]['player'];
?> ?>
<div style="visibility:hidden;display:none"><form action="?" onsubmit="return false"><textarea id="thm-hdr-init"><? <div style="visibility:hidden;display:none"><form action="?" onsubmit="return false"><textarea id="thm-hdr-init"><?php
echo thm_getHeaderData(); echo thm_getHeaderData();

View file

@ -29,7 +29,7 @@ $players = $game->getLib('beta5/player');
$player = $_SESSION[game::sessName()]['player']; $player = $_SESSION[game::sessName()]['player'];
?> ?>
<div style="visibility:hidden;display:none"><form action="?" onsubmit="return false"><textarea id="thm-hdr-init"><? <div style="visibility:hidden;display:none"><form action="?" onsubmit="return false"><textarea id="thm-hdr-init"><?php
echo thm_getHeaderData(); echo thm_getHeaderData();

View file

@ -81,11 +81,11 @@ $protected = $players->call('getProtectionLevel', $player);
?> ?>
<div style="visibility:hidden;display:none"><form action="?" onsubmit="return false"><textarea id="thm-hdr-init"><? <div style="visibility:hidden;display:none"><form action="?" onsubmit="return false"><textarea id="thm-hdr-init"><?php
echo thm_getHeaderData(); echo thm_getHeaderData();
?></textarea><textarea id="thm-plist-init"><? ?></textarea><textarea id="thm-plist-init"><?php
echo thm_getHeaderPList(); echo thm_getHeaderPList();
@ -188,11 +188,11 @@ echo thm_getHeaderPList();
</tr></table></td> </tr></table></td>
<td id="msgicon">&nbsp;</td> <td id="msgicon">&nbsp;</td>
<td class='icons'><a <td class='icons'><a
href='planets'<?=tooltip('Manage your planets')?>><? drawIcon('planets', 'Planet management'); ?></a><a href='planets'<?=tooltip('Manage your planets')?>><?php drawIcon('planets', 'Planet management'); ?></a><a
href='fleets'<?=tooltip('Manage your fleets')?>><? drawIcon('fleets', 'Fleet management'); ?></a><a href='fleets'<?=tooltip('Manage your fleets')?>><?php drawIcon('fleets', 'Fleet management'); ?></a><a
href='map'<?=tooltip("View maps of the universe")?>><? drawIcon('map', 'Galactic maps'); ?></a><a href='map'<?=tooltip("View maps of the universe")?>><?php drawIcon('map', 'Galactic maps'); ?></a><a
href='alliance'<?=tooltip('Display information about your current alliance or allows you to join an alliance')?>><? drawIcon('alliance', 'Alliance panel'); ?></a><a href='alliance'<?=tooltip('Display information about your current alliance or allows you to join an alliance')?>><?php drawIcon('alliance', 'Alliance panel'); ?></a><a
href='../main/logout'<?=tooltip('Log out from the game')?>><? drawIcon('logout', 'Log out'); ?></a></td> href='../main/logout'<?=tooltip('Log out from the game')?>><?php drawIcon('logout', 'Log out'); ?></a></td>
</tr></table></td></tr> </tr></table></td></tr>
</table> </table>
<div style="text-align:center"> <div style="text-align:center">

View file

@ -72,11 +72,11 @@ $protected = $players->call('getProtectionLevel', $player);
?> ?>
<div style="visibility:hidden;display:none"><form action="?" onsubmit="return false"><textarea id="thm-hdr-init"><? <div style="visibility:hidden;display:none"><form action="?" onsubmit="return false"><textarea id="thm-hdr-init"><?php
echo thm_getHeaderData(); echo thm_getHeaderData();
?></textarea><textarea id="thm-plist-init"><? ?></textarea><textarea id="thm-plist-init"><?php
echo thm_getHeaderPList(); echo thm_getHeaderPList();
@ -174,11 +174,11 @@ echo thm_getHeaderPList();
</tr></table></td> </tr></table></td>
<td id="msgicon">&nbsp;</td> <td id="msgicon">&nbsp;</td>
<td class='icons'><a <td class='icons'><a
href='planets'<?=tooltip('Manage your planets')?>><? drawIcon('planets', 'Planet management'); ?></a><a href='planets'<?=tooltip('Manage your planets')?>><?php drawIcon('planets', 'Planet management'); ?></a><a
href='fleets'<?=tooltip('Manage your fleets')?>><? drawIcon('fleets', 'Fleet management'); ?></a><a href='fleets'<?=tooltip('Manage your fleets')?>><?php drawIcon('fleets', 'Fleet management'); ?></a><a
href='map'<?=tooltip("View maps of the universe")?>><? drawIcon('map', 'Galactic maps'); ?></a><a href='map'<?=tooltip("View maps of the universe")?>><?php drawIcon('map', 'Galactic maps'); ?></a><a
href='alliance'<?=tooltip('Display information about your current alliance or allows you to join an alliance')?>><? drawIcon('alliance', 'Alliance panel'); ?></a><a href='alliance'<?=tooltip('Display information about your current alliance or allows you to join an alliance')?>><?php drawIcon('alliance', 'Alliance panel'); ?></a><a
href='../main/logout'<?=tooltip('Log out from the game')?>><? drawIcon('logout', 'Log out'); ?></a></td> href='../main/logout'<?=tooltip('Log out from the game')?>><?php drawIcon('logout', 'Log out'); ?></a></td>
</tr></table></td></tr> </tr></table></td></tr>
<tr><td><table class='player' cellspacing='0' cellpadding='0'><tr> <tr><td><table class='player' cellspacing='0' cellpadding='0'><tr>
<td class='player'><span<?=tooltip('Your player name as well as the tag of the alliance you are a member of.');?>>Player <b id='jspname'></b><span id='jsalliance'></span></td> <td class='player'><span<?=tooltip('Your player name as well as the tag of the alliance you are a member of.');?>>Player <b id='jspname'></b><span id='jsalliance'></span></td>

View file

@ -163,21 +163,21 @@ for ($i=1;$i<6;$i++)
<input type='submit' value='Update preferences' <?=tooltip('Click here to update your preferences')?>/> <input type='submit' value='Update preferences' <?=tooltip('Click here to update your preferences')?>/>
<input type='reset' value='Restore previous values' <?=tooltip('Click here to cancel your changes and restore the previous values')?> /> <input type='reset' value='Restore previous values' <?=tooltip('Click here to cancel your changes and restore the previous values')?> />
</td></tr> </td></tr>
<? <?php
if ($args['lok']) { if ($args['lok']) {
?> ?>
<tr><td colspan="2"><hr/></td></tr> <tr><td colspan="2"><hr/></td></tr>
<tr><td colspan="2"> <tr><td colspan="2">
<h1>Leave Game</h1> <h1>Leave Game</h1>
<p> <p>
<? <?php
if (is_null($args['quit'])) if (is_null($args['quit']))
{ {
?> ?>
Click the button bellow to leave this game. Please note that it will not close your account; it will simply quit the current game. You will have 24 hours after you click the button to cancel your action; after that, your planets will be made neutral, your fleets will be destroyed, your private messages erased, etc...<br/><br/> Click the button bellow to leave this game. Please note that it will not close your account; it will simply quit the current game. You will have 24 hours after you click the button to cancel your action; after that, your planets will be made neutral, your fleets will be destroyed, your private messages erased, etc...<br/><br/>
You will still be able to access the other games you're playing, and you'll be able to start playing any other game from the Account page.<br/><br/><input type='submit'<?=tooltip('Click here to leave this Legacy Worlds Game')?> name='quit' value='Leave <?=$args['name']?>' /> You will still be able to access the other games you're playing, and you'll be able to start playing any other game from the Account page.<br/><br/><input type='submit'<?=tooltip('Click here to leave this Legacy Worlds Game')?> name='quit' value='Leave <?=$args['name']?>' />
<? <?php
} else { } else {
echo "You have decided to leave {$args['name']}. Your player information will be destroyed in "; echo "You have decided to leave {$args['name']}. Your player information will be destroyed in ";
$tl = 86400 + $args['quit'] - time(); $tl = 86400 + $args['quit'] - time();
@ -191,7 +191,7 @@ if ($args['lok']) {
$tl -= $m * 60; $tl -= $m * 60;
?> ?>
unless you decide to cancel this action by clicking the button below.<br/><br/><input type='submit' name='quit' <?=tooltip('Click here to cancel your request to leave this game')?> value='Do NOT leave <?=$args['name']?>' /> unless you decide to cancel this action by clicking the button below.<br/><br/><input type='submit' name='quit' <?=tooltip('Click here to cancel your request to leave this game')?> value='Do NOT leave <?=$args['name']?>' />
<? <?php
} }
} }
?> ?>

View file

@ -1,5 +1,6 @@
function formatNumber(n) function formatNumber(number)
{ {
let n = number || 0;
var l = n.length, m = l % 3, c = (l - m) / 3, v = ((m > 0) ? n.substr(0, m) : ''), z; var l = n.length, m = l % 3, c = (l - m) / 3, v = ((m > 0) ? n.substr(0, m) : ''), z;
for (z=0;z<c;z++) for (z=0;z<c;z++)
{ {