33 lines
1.1 KiB
HTML
33 lines
1.1 KiB
HTML
<section>
|
|
<div class="title"><img src="/assets/images/button_location.gif" alt="Location" title="Location"></div>
|
|
|
|
<div><b>{user.Currently}</b></div>
|
|
<div>{user.X}{cardinalX}, {user.Y}{cardinalY}</div>
|
|
|
|
<a href="javascript:openmappopup()">View Map</a>
|
|
|
|
<form id="move-compass" action="/move" method="post" >
|
|
<button id="north" name="direction" value="north">North</button>
|
|
<div class="mid">
|
|
<button id="west" name="direction" value="west">West</button>
|
|
<button id="east" name="direction" value="east">East</button>
|
|
</div>
|
|
<button id="south" name="direction" value="south">South</button>
|
|
</form>
|
|
</section>
|
|
|
|
<section>
|
|
<div class="title"><img src="/assets/images/button_towns.gif" alt="Towns" title="Towns"></div>
|
|
<div>{townname}</div>
|
|
<div>{townlist}</div>
|
|
</section>
|
|
|
|
<section id="functions">
|
|
<div class="title"><img src="/assets/images/button_functions.gif" alt="Functions" title="Functions"></div>
|
|
<a href="/">Home</a>
|
|
<a href="/forum">Forum</a>
|
|
<a href="/change-password">Change Password</a>
|
|
<a href="#">Log Out</a>
|
|
<a href="/help">Help</a>
|
|
</section>
|