mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
Minor changes
Minor changes and improvements
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<img class="troops" src="img/x.gif" alt="Troops" title="Troops" />
|
||||
<img class="buildings" src="img/x.gif" alt="Buildings" title="Buildings" />
|
||||
<ul>
|
||||
<li><a href="manual.php?s=1&typ=1">The troops</a></li>
|
||||
<li><a href="manual.php?s=1&typ=2">The troops</a></li>
|
||||
|
||||
<ul>
|
||||
<li><a href="manual.php?typ=2&s=1">Romans</a></li>
|
||||
|
||||
@@ -14,6 +14,6 @@
|
||||
<map id="nav" name="nav">
|
||||
<area href="manual.php?typ=2&s=2" title="back" coords="0,0,45,18" shape="rect" alt="" />
|
||||
<area href="manual.php?s=1" title="Overview" coords="46,0,70,18" shape="rect" alt="" />
|
||||
<area href="manual.php?typ=2&s=4" title="forward" coords="71,0,116,18" shape="rect" alt="" />
|
||||
<area href="<?php echo NEW_FUNCTIONS_MANUAL_NATURENATARS ? "manual.php?typ=2&s=4" : "manual.php?typ=3&s=1"; ?>" title="forward" coords="71,0,116,18" shape="rect" alt="" />
|
||||
</map>
|
||||
<img usemap="#nav" src="img/x.gif" class="navi" alt="" />
|
||||
@@ -13,7 +13,7 @@
|
||||
<li><a href="manual.php?typ=4&gid=11">Granary</a></li>
|
||||
</ul>
|
||||
<map id="nav" name="nav">
|
||||
<area href="manual.php?typ=2&s=5" title="back" coords="0,0,45,18" shape="rect" alt="" />
|
||||
<area href="<?php echo NEW_FUNCTIONS_MANUAL_NATURENATARS ? "manual.php?typ=2&s=5" : "manual.php?typ=2&s=3"; ?>" title="back" coords="0,0,45,18" shape="rect" alt="" />
|
||||
<area href="manual.php?s=1" title="Overview" coords="46,0,70,18" shape="rect" alt="" />
|
||||
<area href="manual.php?typ=3&s=2" title="forward" coords="71,0,116,18" shape="rect" alt="" />
|
||||
</map>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<img class="troops" src="img/x.gif" alt="Troops" title="Troops" />
|
||||
<img class="buildings" src="img/x.gif" alt="Buildings" title="Buildings" />
|
||||
<ul>
|
||||
<li><a href="manual.php?s=1&typ=1">The troops</a></li>
|
||||
<li><a href="manual.php?s=1&typ=2">The troops</a></li>
|
||||
|
||||
<ul>
|
||||
<li><a href="manual.php?typ=2&s=1">Romans</a></li>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#################################################################################
|
||||
|
||||
if(isset($_GET['err']) && $_GET['err'] == 1) {
|
||||
echo "<br /><hr /><br /><div class=\"headline\"><span class=\"f10 c5\">At least MultiHunter & Support password are required in this form.</span></div><br /><br />";
|
||||
echo "<br /><hr /><br /><div class=\"headline\"><span class=\"f10 c5\">At least Multihunter & Support password are required in this form.</span></div><br /><br />";
|
||||
}
|
||||
|
||||
if(isset($_GET['err']) && $_GET['err'] == 2) {
|
||||
|
||||
@@ -33,17 +33,17 @@ if(isset($_GET['err']) && $_GET['err'] == 1) {
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
Warning: This can take some time. Please wait until the next page has been loaded. Click Create to proceed...
|
||||
<br />
|
||||
<br />
|
||||
<b>Warning</b>: This can take some time. Please wait until the next page has been loaded. Click Create to proceed...
|
||||
<br>
|
||||
<br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<center>
|
||||
<input type="submit" name="Submit" id="Submit" value="Create" onClick="return proceed()" />
|
||||
<br />
|
||||
<br />
|
||||
<input type="submit" name="Submit" id="Submit" value="Create..." onClick="return proceed()">
|
||||
<br>
|
||||
<br>
|
||||
</center>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -26,14 +26,29 @@ echo "<br /><hr /><br /><div class=\"headline\"><span class=\"f10 c5\">Existing
|
||||
}
|
||||
?>
|
||||
<form action="process.php" method="post" id="dataform">
|
||||
<input type="hidden" name="subwdata" value="1">
|
||||
|
||||
<p>
|
||||
<span class="f10 c">Create World Data</span>
|
||||
<table>
|
||||
<tr><td><b>Warning</b>: This can take some time. Wait till the next page has been loaded! Click Create to proceed..</td></tr>
|
||||
<tr><td><center><input type="submit" name="Submit" id="Submit" value="Create.." onClick="return proceed()"></center></td></tr>
|
||||
</table>
|
||||
</p>
|
||||
<input type="hidden" name="subwdata" value="1">
|
||||
|
||||
<p>
|
||||
<span class="f10 c">Create World Data</span>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<b>Warning</b>: This can take some time. Please wait until the next page has been loaded. Click Create to proceed...
|
||||
<br>
|
||||
<br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<center>
|
||||
<input type="submit" name="Submit" id="Submit" value="Create..." onClick="return proceed()">
|
||||
<br>
|
||||
<br>
|
||||
</center>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user