Rend le lien vers le détail d'une flotte fonctionnel
This commit is contained in:
parent
ba1de13034
commit
c1bac50417
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
{if $flottesEC}
|
{if $flottesEC}
|
||||||
{foreach from=$flottesEC item=flotteEC}
|
{foreach from=$flottesEC item=flotteEC}
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="{$menu.flotte}&n={$flotteEC->id}">{$flotteEC->nom|escape}</a></td>
|
<td><a href="{$menu.flotte}&n={$flotteEC->id_flotte}">{$flotteEC->nom|escape}</a></td>
|
||||||
<td>{$flotteEC->txtMission($flotteEC->mission)}</td>
|
<td>{$flotteEC->txtMission($flotteEC->mission)}</td>
|
||||||
<td>{$flotteEC->nb_vais}</td>
|
<td>{$flotteEC->nb_vais}</td>
|
||||||
<td>{if $flotteEC->end_type == "2"}{$flotteEC->end_planete->nom_alliance} [{$flotteEC->end_planete->galaxie}:{$flotteEC->end_planete->ss}:A]{elseif $flotteEC->end_type == "1"}[{$flotteEC->end_planete}]{elseif $flotteEC->end_type == "3"}[{$flotteEC->end_planete}:A]{else}{$flotteEC->end_planete->nom_planete} [{$flotteEC->end_planete->galaxie}:{$flotteEC->end_planete->ss}:{$flotteEC->end_planete->position}]{/if}</td>
|
<td>{if $flotteEC->end_type == "2"}{$flotteEC->end_planete->nom_alliance} [{$flotteEC->end_planete->galaxie}:{$flotteEC->end_planete->ss}:A]{elseif $flotteEC->end_type == "1"}[{$flotteEC->end_planete}]{elseif $flotteEC->end_type == "3"}[{$flotteEC->end_planete}:A]{else}{$flotteEC->end_planete->nom_planete} [{$flotteEC->end_planete->galaxie}:{$flotteEC->end_planete->ss}:{$flotteEC->end_planete->position}]{/if}</td>
|
||||||
|
@ -69,4 +69,4 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
{include file='game/footer.tpl'}
|
{include file='game/footer.tpl'}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue