Skip to content

Commit

Permalink
uncomment simulator code #5
Browse files Browse the repository at this point in the history
  • Loading branch information
inblackhole committed Jan 5, 2012
1 parent 36e0024 commit 8aec756
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions warsim.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<?php include("Templates/menu.tpl"); ?>
<div id="content" class="warsim">
<h1>Combat simulator</h1>
<!--<form action="warsim.php" method="post">
<?php /*
<form action="warsim.php" method="post">
<?php
if(isset($_POST['result'])) {
$target = isset($_POST['target'])? $_POST['target'] : array();
$tribe = isset($_POST['mytribe'])? $_POST['mytribe'] : $session->tribe;
Expand Down Expand Up @@ -102,7 +102,7 @@
}
include("Templates/Simulator/def_end.tpl");
echo "<div class=\"clear\"></div>";
}*/
}
?>
<table id="select" cellpadding="1" cellspacing="1">
<thead><tr>
Expand Down Expand Up @@ -131,8 +131,8 @@
</table>

<p class="btn"><input type="image" value="ok" name="s1" id="btn_ok" class="dynamic_img" src="img/x.gif" alt="OK" /></p>
</form>-->
This is not working. We keep you up to date!
</form>
<!-- This is not working. We keep you up to date! -->
</div>
<div id="side_info">
<?php
Expand Down

0 comments on commit 8aec756

Please sign in to comment.