Code: Alles auswählen
<body class="{S_CONTENT_DIRECTION}" {ON_LOAD}>
Code: Alles auswählen
<body class="{S_CONTENT_DIRECTION}" {ON_LOAD}>
Code: Alles auswählen
<body class="{S_CONTENT_DIRECTION}" {ON_LOAD}>
Code: Alles auswählen
<body class="{S_CONTENT_DIRECTION}"{ON_LOAD}>
Code: Alles auswählen
array(
0 => '--',
1 => 'phpBB3 betreffende Fragen'
Code: Alles auswählen
//Mitgliederkarte Anfang
array(
0 => '--',
1 => 'Die Mitgliederkarte'
),
array(
0 => 'Wie kommt mein Name auf die Karte?',
1 => 'In deinen persönlichen Einstellungen hast du ein Eingabefeld für deinen Wohnort. Hier schreibst du deinen Wohnort rein und speicherst deine Einstellungen.'
),
array(
0 => 'Geht es auch genauer?',
1 => 'Du kannst deinen Strassennamen eingeben. "Wohnort, Strassenname" Es ist möglich, dass dein Strassenname nicht sofort erkannt wird. Zum Beispiel der Name "Holunderstrasse". Trenne das Wort und schreibe "Holunder Strasse". Hausnummern werden auch nicht immer erkannt. Lass sie einfach weg.'
),
//Mitgliederkarte Ende
Code: Alles auswählen
array(
0 => 'Who wrote this bulletin board?'
Code: Alles auswählen
//User_Map Beginn
array(
0 => '--',
1 => 'User Map'
),
array(
0 => 'How there comes my name on the map?',
1 => 'In your personal settings you have an input field for your place of residence. Here you write your place of residence purely and store your settings.'
),
array(
0 => 'If it also goes more exactly?',
1 => 'You can give your street name. " Place of residence, street name" It is possible that your street name is recognised not immediately. For example, the name "Holunderstrasse". Separate the word and write "Holunder Strasse". House numbers are not always also recognised. Simply leave out them.'
),
//User_Map End
Code: Alles auswählen
<table width="100%" cellspacing="0" cellpadding="0" >
<th>{L_USER_MAP}</th>
<tr>
<td align="center">
<!-- IF S_USER_LOGGED_IN --><a href="ucp.php?i=164">{L_USER_MAP_LOCATION}</a><br>
<div id="map" style="width: 900; height: 600px"></div><!-- ENDIF -->
</td>
</tr>
</table>
Code: Alles auswählen
<!-- ENDIF -->
Code: Alles auswählen
</div>
Code: Alles auswählen
<table width="100%" cellspacing="0" cellpadding="0" >
<th>{L_USER_MAP}</th>
<tr>
<td align="center">
<!-- IF S_USER_LOGGED_IN --><a href="ucp.php?i=164">{L_USER_MAP_LOCATION}</a><br>
<div id="map" style="width: 900; height: 600px"></div><!-- ENDIF -->
</td>
</tr>
</table>
Code: Alles auswählen
<table width="100%" cellspacing="0" cellpadding="0" >
<th>{L_USER_MAP}</th>
<tr>
<td align="center">
<!-- IF S_USER_LOGGED_IN --><a href="ucp.php?i=164">{L_USER_MAP_LOCATION}</a><br>
<div id="map" style="width: 900; height: 600px"></div><!-- ENDIF -->
<!-- IF not S_IS_BOT --><br><br><br><a href="{U_LOGIN_LOGOUT}"><img src="{T_THEME_PATH}/images/icon_mini_login.gif" width="12" height="13" alt="*" /> {L_LOGIN_LOGOUT}</a><br><br><br><!-- ENDIF -->
</td>
</tr>
</table>