fix WW villages and buildingplan create

This commit is contained in:
unknown
2012-08-03 15:22:39 +03:00
parent 98ecb39984
commit b6d9dc3370
6 changed files with 8 additions and 3 deletions
+2 -1
View File
@@ -36,13 +36,14 @@ 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">&nbsp;<font color="gray" size="1">insert number of Villages and press 'enter'</center></form>
<center><br /><input class="give_gold" name="vill_amount" id="vill_amount" value="20" maxlength="4">&nbsp;<font color="gray" size="1">insert number of Villages and press 'enter'</center>
<tr>
<td><label><input class="radio" type="radio" name="kid" value="1" checked>&nbsp;<?php echo NW; ?> <b>(-|+)</b>&nbsp;</label></td>
<td><label><input class="radio" type="radio" name="kid" value="2">&nbsp;<?php echo NE; ?> <b>(+|+)</b></label></td>
<td><label><input class="radio" type="radio" name="kid" value="3">&nbsp;<?php echo SW; ?> <b>(-|-)</b>&nbsp;</label></td>
<td><label><input class="radio" type="radio" name="kid" value="4">&nbsp;<?php echo SE; ?> <b>(+|-)</b></label></td>
</tr>
</form>
<?php
if(isset($_GET['g'])) {
+2 -1
View File
@@ -36,13 +36,14 @@ 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">&nbsp;<font color="gray" size="1">insert number of Wonders and press 'enter'</center></form>
<center><br /><input class="give_gold" name="vill_amount" id="vill_amount" value="20" maxlength="4">&nbsp;<font color="gray" size="1">insert number of Wonders and press 'enter'</center>
<tr>
<td><label><input class="radio" type="radio" name="kid" value="1" checked>&nbsp;<?php echo NW; ?> <b>(-|+)</b>&nbsp;</label></td>
<td><label><input class="radio" type="radio" name="kid" value="2">&nbsp;<?php echo NE; ?> <b>(+|+)</b></label></td>
<td><label><input class="radio" type="radio" name="kid" value="3">&nbsp;<?php echo SW; ?> <b>(-|-)</b>&nbsp;</label></td>
<td><label><input class="radio" type="radio" name="kid" value="4">&nbsp;<?php echo SE; ?> <b>(+|-)</b></label></td>
</tr>
</form>
<?php
if(isset($_GET['g'])) {