| 1 |
{!table_begin 600,left} |
|---|
| 2 |
<table class="noBorderX"> |
|---|
| 3 |
<tr> |
|---|
| 4 |
<td class="noBorderX" valign="top"> |
|---|
| 5 |
<form action="./ds" method="post"> |
|---|
| 6 |
<table class="noBorderX" cellpadding="3"> |
|---|
| 7 |
{if map.message} |
|---|
| 8 |
<tr><td class="noBorderX">{map.message}</td></tr> |
|---|
| 9 |
{/endif} |
|---|
| 10 |
<tr> |
|---|
| 11 |
<td class="noBorderX"> |
|---|
| 12 |
System<br /> |
|---|
| 13 |
<select size="1" name="sys"> |
|---|
| 14 |
<!-- BEGIN systems.listitem --> |
|---|
| 15 |
<option {if system.selected}selected="selected"{/endif} value="{system.id}">{system.name} ({system.id}){system.addinfo}</option> |
|---|
| 16 |
<!-- END systems.listitem --> |
|---|
| 17 |
</select> |
|---|
| 18 |
</td> |
|---|
| 19 |
</tr> |
|---|
| 20 |
<tr> |
|---|
| 21 |
<td class="noBorderX"> |
|---|
| 22 |
{!form_create_hidden default, loadmap:1} |
|---|
| 23 |
<input type="submit" value="Sternenkarte laden" /> |
|---|
| 24 |
</td> |
|---|
| 25 |
</tr> |
|---|
| 26 |
</table> |
|---|
| 27 |
</form> |
|---|
| 28 |
</td> |
|---|
| 29 |
<td class="noBorderX"> </td> |
|---|
| 30 |
{if map.showsystem} |
|---|
| 31 |
<td class="noBorderX" valign="top"> |
|---|
| 32 |
<table class="noBorderX"> |
|---|
| 33 |
<tr> |
|---|
| 34 |
<td colspan="3" class="noBorderX">Sprungpunkte:</td> |
|---|
| 35 |
</tr> |
|---|
| 36 |
<!-- BEGIN jumpnodes.listitem --> |
|---|
| 37 |
<tr> |
|---|
| 38 |
<td class="noBorderX" valign="top"><span class="nobr">{jumpnode.x}/{jumpnode.y}</span></td> |
|---|
| 39 |
<td class="noBorderX">nach</td> |
|---|
| 40 |
<td class="noBorderX"><span class="nobr">{jumpnode.name} ({jumpnode.systemout}){jumpnode.blocked}</span></td> |
|---|
| 41 |
</tr> |
|---|
| 42 |
<!-- END jumpnodes.listitem --> |
|---|
| 43 |
</table> |
|---|
| 44 |
</td> |
|---|
| 45 |
</tr> |
|---|
| 46 |
</table> |
|---|
| 47 |
{else} |
|---|
| 48 |
</tr> |
|---|
| 49 |
</table> |
|---|
| 50 |
{/endif} |
|---|
| 51 |
{!table_end} |
|---|
| 52 |
{if map.showsystem} |
|---|
| 53 |
<br /> |
|---|
| 54 |
<applet code="net/driftingsouls/ds2/jstarmap/JStarmap.class" archive="JStarmap{map.applet.index}.jar, JFramework{map.framework.index}.jar, ksoap2.jar" width="{map.applet.width}" height="{map.applet.height}" codebase="{map.applet.codebase}" mayscript="mayscript"> |
|---|
| 55 |
<param name="starsystem" value="{map.system}" /> |
|---|
| 56 |
<param name="session" value="{global.sess}" /> |
|---|
| 57 |
<param name="background" value="#000000"> |
|---|
| 58 |
<param name="datapath" value="{global.datapath}"> |
|---|
| 59 |
</applet> |
|---|
| 60 |
{/endif} |
|---|