Minor changes

Minor changes and improvements
This commit is contained in:
Vladyslav
2018-08-28 22:39:26 +03:00
parent c9d18675ce
commit 7d14953052
7 changed files with 35 additions and 20 deletions
+1 -1
View File
@@ -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&amp;typ=1">The troops</a></li>
<li><a href="manual.php?s=1&amp;typ=2">The troops</a></li>
<ul>
<li><a href="manual.php?typ=2&amp;s=1">Romans</a></li>
+1 -1
View File
@@ -14,6 +14,6 @@
<map id="nav" name="nav">
<area href="manual.php?typ=2&amp;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&amp;s=4" title="forward" coords="71,0,116,18" shape="rect" alt="" />
<area href="<?php echo NEW_FUNCTIONS_MANUAL_NATURENATARS ? "manual.php?typ=2&amp;s=4" : "manual.php?typ=3&amp;s=1"; ?>" title="forward" coords="71,0,116,18" shape="rect" alt="" />
</map>
<img usemap="#nav" src="img/x.gif" class="navi" alt="" />
+1 -1
View File
@@ -13,7 +13,7 @@
<li><a href="manual.php?typ=4&amp;gid=11">Granary</a></li>
</ul>
<map id="nav" name="nav">
<area href="manual.php?typ=2&amp;s=5" title="back" coords="0,0,45,18" shape="rect" alt="" />
<area href="<?php echo NEW_FUNCTIONS_MANUAL_NATURENATARS ? "manual.php?typ=2&amp;s=5" : "manual.php?typ=2&amp;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&amp;s=2" title="forward" coords="71,0,116,18" shape="rect" alt="" />
</map>
+1 -1
View File
@@ -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&amp;typ=1">The troops</a></li>
<li><a href="manual.php?s=1&amp;typ=2">The troops</a></li>
<ul>
<li><a href="manual.php?typ=2&amp;s=1">Romans</a></li>
+1 -1
View File
@@ -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 &amp; 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 &amp; Support password are required in this form.</span></div><br /><br />";
}
if(isset($_GET['err']) && $_GET['err'] == 2) {
+6 -6
View File
@@ -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>
+24 -9
View File
@@ -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>