47 lines
1.1 KiB
HTML
47 lines
1.1 KiB
HTML
<table width="100%">
|
|
<tr>
|
|
<td class="title"><img src="/assets/images/button_location.gif" alt="Location" title="Location"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Currently: {user.currentaction}<br>
|
|
Longitude: {user.longitude}<br>
|
|
Latitude: {user.latitude}<br>
|
|
<a href="javascript:openmappopup()">View Map</a>
|
|
<br><br>
|
|
<form action="/move" method="post">
|
|
<center>
|
|
<input name="north" type="submit" value="North"><br>
|
|
<input name="west" type="submit" value="West"><input name="east" type="submit" value="East"><br>
|
|
<input name="south" type="submit" value="South">
|
|
</center>
|
|
</form>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<br>
|
|
|
|
<table width="100%">
|
|
<tr><td class="title"><img src="/assets/images/button_towns.gif" alt="Towns" title="Towns"></td></tr>
|
|
<tr>
|
|
<td>
|
|
{townname}
|
|
{townlist}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<br>
|
|
|
|
<table width="100%">
|
|
<tr><td class="title"><img src="/assets/images/button_functions.gif" alt="Functions" title="Functions"></td></tr>
|
|
<tr><td>
|
|
<a href="/">Home</a><br>
|
|
<a href="/forum">Forum</a>
|
|
<a href="/change-password">Change Password</a><br>
|
|
<a href="#">Log Out</a><br>
|
|
<a href="/help">Help</a>
|
|
</td></tr>
|
|
</table>
|