mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-13 16:16:07 +00:00
update creating WW and BuildingPlans villages
This commit is contained in:
@@ -37,7 +37,12 @@ if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");
|
||||
<center><b>Create WW Buildingplan villages?</b></center>
|
||||
|
||||
<center><br /><input class="give_gold" name="vill_amount" id="vill_amount" value="20" maxlength="4"> <font color="gray" size="1">insert number of Villages and press 'enter'</center></form>
|
||||
|
||||
<tr>
|
||||
<td><label><input class="radio" type="radio" name="kid" value="1" checked> <?php echo NW; ?> <b>(-|+)</b> </label></td>
|
||||
<td><label><input class="radio" type="radio" name="kid" value="2"> <?php echo NE; ?> <b>(+|+)</b></label></td>
|
||||
<td><label><input class="radio" type="radio" name="kid" value="3"> <?php echo SW; ?> <b>(-|-)</b> </label></td>
|
||||
<td><label><input class="radio" type="radio" name="kid" value="4"> <?php echo SE; ?> <b>(+|-)</b></label></td>
|
||||
</tr>
|
||||
<?php
|
||||
|
||||
if(isset($_GET['g'])) {
|
||||
|
||||
@@ -37,7 +37,12 @@ if($_SESSION['access'] < ADMIN) die("Access Denied: You are not Admin!");
|
||||
<center><b>Create World Wonder villages?</b></center>
|
||||
|
||||
<center><br /><input class="give_gold" name="vill_amount" id="vill_amount" value="20" maxlength="4"> <font color="gray" size="1">insert number of Wonders and press 'enter'</center></form>
|
||||
|
||||
<tr>
|
||||
<td><label><input class="radio" type="radio" name="kid" value="1" checked> <?php echo NW; ?> <b>(-|+)</b> </label></td>
|
||||
<td><label><input class="radio" type="radio" name="kid" value="2"> <?php echo NE; ?> <b>(+|+)</b></label></td>
|
||||
<td><label><input class="radio" type="radio" name="kid" value="3"> <?php echo SW; ?> <b>(-|-)</b> </label></td>
|
||||
<td><label><input class="radio" type="radio" name="kid" value="4"> <?php echo SE; ?> <b>(+|-)</b></label></td>
|
||||
</tr>
|
||||
<?php
|
||||
|
||||
if(isset($_GET['g'])) {
|
||||
|
||||
Reference in New Issue
Block a user