Files
TravianZ/Templates/Manual/direct.tpl
T
2013-06-16 10:38:34 +03:00

35 lines
1.1 KiB
Smarty

<h1><img class="point" src="img/x.gif" alt="" title="" /> direct links</h1>
<p>With the direct links one can set links to any target and speed up the navigation.</p>
<table id="examples" cellpadding="1" cellspacing="1">
<thead><tr>
<th colspan="2">example for direct links</th>
</tr>
<tr>
<td>Link name</td>
<td>Link target</td>
</tr></thead>
<tbody><tr>
<th>Barracks</th>
<td>build.php?gid=19</td>
</tr>
<tr>
<th>Marketplace</th>
<td>build.php?gid=17</td>
</tr>
<tr>
<th>Rally Point</th>
<td>build.php?gid=16</td>
</tr>
<tr>
<th>Notes</th>
<td>nachrichten.php?t=4*</td>
</tr></tbody>
</table>
<p>Adding an * to the URL will cause the direct link to open in a new window.</p><map id="nav" name="nav">
<area href="manual.php?s=1" 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?s=1" title="forward" coords="71,0,116,18" shape="rect" alt="" />
</map>
<img usemap="#nav" src="img/x.gif" class="navi" alt="" />