big update (fix sitters, peace system, fix some problems of hero...)

This commit is contained in:
unknown
2012-06-01 20:18:40 +03:00
parent 933285bb7e
commit f9b9d7faaf
48 changed files with 374 additions and 175 deletions
+4 -2
View File
@@ -1,4 +1,6 @@
<table id="coords" cellpadding="1" cellspacing="1">
<input type="hidden" name="disabledr" value="<?php echo $disabledr; ?>">
<input type="hidden" name="disabled" value="<?php echo $disabled; ?>">
<tbody><tr>
<td class="sel">
@@ -16,7 +18,7 @@
<tr>
<td class="sel">
<label>
<input class="radio" name="c" value="3" type="radio" <?php echo $disabledr ?>>
<input class="radio" name="c" value="3" type="radio" <?php echo $disabled; ?>>
Normal attack
</label>
</td>
@@ -27,7 +29,7 @@
<tr>
<td class="sel">
<label>
<input class="radio" name="c" <?php echo $checked ?> value="4" type="radio">
<input class="radio" name="c" <?php echo $checked; ?> value="4" type="radio">
Raid
</label>
</td>