Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
Minor changes and improvements
  • Loading branch information
Vladyslav committed Aug 28, 2018
1 parent c9d1867 commit 7d14953
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Templates/Manual/0.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion Templates/Manual/23.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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="" />
2 changes: 1 addition & 1 deletion Templates/Manual/31.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion Templates/Manual/4.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion install/templates/accounts.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
12 changes: 6 additions & 6 deletions install/templates/dataform.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
33 changes: 24 additions & 9 deletions install/templates/wdata.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 7d14953

Please sign in to comment.