Files
TravianZ/Admin/Templates/maintenenceResetPlusBonus.tpl
T
Novgorodschi Catalin 0a5a35aa9b fix file names
2013-08-13 10:06:46 +03:00

32 lines
1.3 KiB
Smarty

<?php
#################################################################################
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
## --------------------------------------------------------------------------- ##
## Filename MaintenenceResetPlusBonus.tpl ##
## Developed by: aggenkeech ##
## License: TravianX Project ##
## Copyright: TravianX (c) 2010-2012. All rights reserved. ##
## ##
#################################################################################
?>
<form action="../GameEngine/Admin/Mods/mainteneceResetPlusBonus.php" method="POST">
<input type="hidden" name="admid" id="admid" value="<?php echo $_SESSION['id']; ?>">
<table id="member" cellpadding="1" cellspacing="1" >
<thead>
<tr>
<th colspan="2">Reset All Players Plus</th>
</tr>
</thead>
<tbody>
<tr>
<td class="hab" colspan="2"><center><input type="image" src="../img/admin/b/ok1.gif" value="submit"></center></td>
</tr>
</tbody>
</table>
</form>
<?php
if(isset($_GET['g']))
{
echo '<font color="red">All Players Plus Resource Bonus Reset</font>';
}
?>