phpBB

Code Changes

File: styles/subsilver2/template/memberlist_view.html

  Unmodified   Added   Modified   Removed
Line 26Line 26
			<tr>
<td align="center"><!-- IF USER_COLOR --><b class="gen" style="color: {USER_COLOR}"><!-- ELSE --><b class="gen"><!-- ENDIF -->{USERNAME}</b><!-- IF U_USER_BAN --><span class="genmed"> [ <a href="{U_USER_BAN}">{L_USER_BAN}</a> ]</span><!-- ENDIF --><!-- IF U_USER_ADMIN --><span class="genmed"> [ <a href="{U_USER_ADMIN}">{L_USER_ADMIN}</a> ]</span><!-- ENDIF --></td>
</tr>

			<tr>
<td align="center"><!-- IF USER_COLOR --><b class="gen" style="color: {USER_COLOR}"><!-- ELSE --><b class="gen"><!-- ENDIF -->{USERNAME}</b><!-- IF U_USER_BAN --><span class="genmed"> [ <a href="{U_USER_BAN}">{L_USER_BAN}</a> ]</span><!-- ENDIF --><!-- IF U_USER_ADMIN --><span class="genmed"> [ <a href="{U_USER_ADMIN}">{L_USER_ADMIN}</a> ]</span><!-- ENDIF --></td>
</tr>

 
			<!-- EVENT memberlist_view_rank_before -->

			<!-- IF RANK_TITLE -->
<tr>
<td class="postdetails" align="center">{RANK_TITLE}</td>

			<!-- IF RANK_TITLE -->
<tr>
<td class="postdetails" align="center">{RANK_TITLE}</td>

Line 36Line 37
					<td align="center">{RANK_IMG}</td>
</tr>
<!-- ENDIF -->

					<td align="center">{RANK_IMG}</td>
</tr>
<!-- ENDIF -->

 
			<!-- EVENT memberlist_view_rank_after -->

			<!-- IF AVATAR_IMG -->
<tr>
<td align="center">{AVATAR_IMG}</td>

			<!-- IF AVATAR_IMG -->
<tr>
<td align="center">{AVATAR_IMG}</td>

Line 51Line 53
					<td class="genmed" align="center">[ <a href="{U_SWITCH_PERMISSIONS}">{L_USE_PERMISSIONS}</a> ]</td>
</tr>
<!-- ENDIF -->

					<td class="genmed" align="center">[ <a href="{U_SWITCH_PERMISSIONS}">{L_USE_PERMISSIONS}</a> ]</td>
</tr>
<!-- ENDIF -->

 
			<!-- EVENT memberlist_view_zebra_before -->

			<!-- IF S_USER_LOGGED_IN and S_ZEBRA -->
<tr>
<td class="genmed" align="center">[

			<!-- IF S_USER_LOGGED_IN and S_ZEBRA -->
<tr>
<td class="genmed" align="center">[

Line 64Line 67
					]</td>
</tr>
<!-- ENDIF -->

					]</td>
</tr>
<!-- ENDIF -->

 
			<!-- EVENT memberlist_view_zebra_after -->

			</table>
</td>
<td class="row1">

			</table>
</td>
<td class="row1">

Line 127Line 131
				<td><!-- IF U_JABBER --><a href="{U_JABBER}" onclick="popup(this.href, 550, 320); return false" class="imageset">{JABBER_IMG}</a><!-- ELSEIF USER_JABBER -->{USER_JABBER_IMG}<!-- ENDIF --></td>
</tr>
<!-- ENDIF -->

				<td><!-- IF U_JABBER --><a href="{U_JABBER}" onclick="popup(this.href, 550, 320); return false" class="imageset">{JABBER_IMG}</a><!-- ELSEIF USER_JABBER -->{USER_JABBER_IMG}<!-- ENDIF --></td>
</tr>
<!-- ENDIF -->

 
			<!-- EVENT memberlist_view_contact_custom_fields_before -->

			<!-- BEGIN custom_fields -->
<!-- IF custom_fields.S_PROFILE_CONTACT -->
<tr>

			<!-- BEGIN custom_fields -->
<!-- IF custom_fields.S_PROFILE_CONTACT -->
<tr>

Line 139Line 144
				</tr>
<!-- ENDIF -->
<!-- END custom_fields -->

				</tr>
<!-- ENDIF -->
<!-- END custom_fields -->

 
			<!-- EVENT memberlist_view_contact_custom_fields_after -->

			</table>
</td>
<td class="row1">

			</table>
</td>
<td class="row1">

Line 160Line 166
					<td><b class="genmed">{PROFILE_FIELD1_VALUE}</b></td>
</tr>
<!-- ENDIF -->

					<td><b class="genmed">{PROFILE_FIELD1_VALUE}</b></td>
</tr>
<!-- ENDIF -->

 
			<!-- EVENT memberlist_view_non_contact_custom_fields_before -->

			<!-- BEGIN custom_fields -->
<!-- IF not custom_fields.S_PROFILE_CONTACT -->
<tr>

			<!-- BEGIN custom_fields -->
<!-- IF not custom_fields.S_PROFILE_CONTACT -->
<tr>

Line 168Line 175
				</tr>
<!-- ENDIF -->
<!-- END custom_fields -->

				</tr>
<!-- ENDIF -->
<!-- END custom_fields -->

 
			<!-- EVENT memberlist_view_non_contact_custom_fields_after -->

			</table>
</td>
</tr>

			</table>
</td>
</tr>