|
Revision 903, 1.2 kB
(checked in by MDMAN, 4 years ago)
|
|
neue Version eu.playstartrek.wcf.ranksystem
|
| Line | |
|---|
| 1 | {include file="documentHeader"} |
|---|
| 2 | <head> |
|---|
| 3 | <title>{lang}wcf.playStarTrek.ranksystem.rank.title{/lang} - {PAGE_TITLE}</title> |
|---|
| 4 | |
|---|
| 5 | <link rel="stylesheet" type="text/css" media="screen" href="{@RELATIVE_WCF_DIR}style/extra/playStarTrek.css" /> |
|---|
| 6 | |
|---|
| 7 | {include file='headInclude' sandbox=false} |
|---|
| 8 | |
|---|
| 9 | </head> |
|---|
| 10 | <body> |
|---|
| 11 | |
|---|
| 12 | {include file='header' sandbox=false} |
|---|
| 13 | |
|---|
| 14 | <div id="main"> |
|---|
| 15 | <ul class="breadCrumbs"> |
|---|
| 16 | <li><a href="index.php?page=Index{@SID_ARG_2ND}"><img src="{icon}indexS.png{/icon}" alt="" /> <span>{PAGE_TITLE}</span></a> »</li> |
|---|
| 17 | </ul><br> |
|---|
| 18 | |
|---|
| 19 | <div class="mainHeadline"> |
|---|
| 20 | <img src="{icon}playStarTrekL.png{/icon}" alt="" /> |
|---|
| 21 | <div class="headlineContainer"> |
|---|
| 22 | <h2>{lang}wcf.playStarTrek.ranksystem.rank.title{/lang}</h2> |
|---|
| 23 | <p>{lang}wcf.playStarTrek.ranksystem.rank.title.description{/lang}</p> |
|---|
| 24 | </div> |
|---|
| 25 | </div> |
|---|
| 26 | |
|---|
| 27 | {if $userMessages|isset}{@$userMessages}{/if} |
|---|
| 28 | |
|---|
| 29 | {include file='playStarTrekTabMenu'} |
|---|
| 30 | |
|---|
| 31 | <div class="border tabMenuContent"> |
|---|
| 32 | |
|---|
| 33 | Hier soll nun die Rank-Ãbersicht rein... |
|---|
| 34 | |
|---|
| 35 | </div> |
|---|
| 36 | <br> |
|---|
| 37 | <div id="playStarTrek.copyright"> |
|---|
| 38 | <p class="footer" style="font-size: .79em; text-align: center; white-space: nowrap; text-decoration: none;">{lang}wcf.playStarTrek.ranksystem.copyright{/lang}</p> |
|---|
| 39 | </div> |
|---|
| 40 | |
|---|
| 41 | </div> |
|---|
| 42 | {include file='footer' sandbox=false} |
|---|
| 43 | </body> |
|---|
| 44 | </html> |
|---|