Code: Alles auswählen
<!-- IF S_PROFILE_NEIGUNG -->
<tr>
<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L.PROFILE_NEIGUNG_NAME}: </td>
<td><b class="genmed">{L.PROFILE_NEIGUNG_VALUE}</b></td>
</tr>
<!-- ENDIF -->
Code: Alles auswählen
<!-- IF S_PROFILE_NEIGUNG -->
<tr>
<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L.PROFILE_NEIGUNG_NAME}: </td>
<td><b class="genmed">{L.PROFILE_NEIGUNG_VALUE}</b></td>
</tr>
<!-- ENDIF -->
Code: Alles auswählen
<!-- BEGIN custom_fields -->
<!-- IF postrow.custom_fields.PROFILE_FIELD_NAME eq "Userrang" -->
<dt>{postrow.custom_fields.PROFILE_FIELD_NAME}:</dt> <dd>{postrow.custom_fields.PROFILE_FIELD_VALUE}</dd>
<!-- ENDIF -->
<!-- IF weitere Felder ---><!-- ENDIF -->
<!-- END custom_fields -->
Code: Alles auswählen
<!-- BEGIN custom_fields -->
<!-- IF postrow.custom_fields.PROFILE_NEIGUNG_NAME -->
<tr>
<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{postrow.custom_fields.PROFILE_NEIGUNG_NAME}: </td>
<td><b class="genmed">{postrow.custom_fields.PROFILE_NEIGUNG_VALUE}</b></td>
</tr>
<!-- ENDIF -->
<!-- IF postrow.custom_fields.PROFILE_FIELD_NAME eq "szn" -->
<tr>
<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L.PROFILE_SZN_NAME}: </td>
<td><b class="genmed"><a href="http://www.sklavenzentrale.com/?ZN={L.PROFILE_SZN_VALUE}" target="_blank" title="Link zum Profil in der Sklavenzentrale" alt="Link zum Profil in der Sklavenzentrale">{L.PROFILE_SZN_VALUE}</a></b></td>
</tr>
<!-- ENDIF -->
<!-- END custom_fields -->
Code: Alles auswählen
<!-- BEGIN custom_fields -->
<!-- IF postrow.custom_fields.PROFILE_FIELD_NAME eq "Neigung" -->
<tr>
<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{postrow.custom_fields.PROFILE_FIELD_NAME}: </td>
<td><b class="genmed">{postrow.custom_fields.PROFILE_FIELD_VALUE}</b></td>
</tr>
<!-- ENDIF -->
...