Files
TravianZ/Admin/Templates/oasis.tpl
T

31 lines
1.2 KiB
Smarty

<?php
#################################################################################
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
## --------------------------------------------------------------------------- ##
## Filename oasis.tpl ##
## Developed by: aggenkeech ##
## License: TravianX Project ##
## Copyright: TravianX (c) 2010-2012. All rights reserved. ##
## ##
#################################################################################
?>
<form action="../GameEngine/Admin/Mods/populateOases.php" method="POST">
<table id="member" cellpadding="1" cellspacing="1" >
<thead>
<tr>
<th colspan="2">Populate Oases</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">Oases Populated</font>';
}
?>