view root/styles/prosilver/template/memberlist_ranks.html @ 46:f874b046b17c default tip

Added tag 1.3.2 for changeset f6e52580af2a
author IBBoard <dev@ibboard.co.uk>
date Sat, 08 Oct 2011 16:26:47 +0100
parents b42dcaaed003
children
line wrap: on
line source

<!-- INCLUDE overall_header.html -->
<h2 class="solo"><!-- IF U_RANKSET_LIST_LINK --><a href="{U_RANKSET_LIST_LINK}">{PAGE_TITLE}</a><!-- ELSE -->{PAGE_TITLE}<!-- ENDIF --> <!-- IF RANKSET_NAME -->: {RANKSET_NAME}<!-- ENDIF --></h2>

	<!-- IF RANKSET_NAME -->
<div class="forumbg forumbg-table">
	<div class="inner"><span class="corners-top"><span></span></span>
		<table class="table1" cellspacing="1" id="ranks">
		<thead>
		<tr>
			<th class="name">{L_RANK_NAME}</th>
			<th class="image">{L_RANK_IMG}</th>
			<th class="postcount">{L_RANK_POSTS}</th>
		</tr>
		</thead>
		<tbody>
		<!-- BEGIN rank -->
		<tr class="<!-- IF rank.S_ROW_COUNT is even --> bg1 <!-- ELSE --> bg2 <!-- ENDIF --> ">
			<td class="name">{rank.RANK_NAME}</td>
			<td class="image">{rank.RANK_IMG}</td>
			<td class="postcount">{rank.RANK_POSTS}</td>
		</tr>
		<!-- BEGINELSE -->
		<tr class="bg1">
			<td colspan="3">{L_NO_RANKS}</td>
		</tr>
		<!-- END rank -->
		</tbody>
		</table>
	<span class="corners-bottom"><span></span></span></div>
</div>
	<!-- ELSE -->

<div class="panel bg2">
	<div class="inner"><span class="corners-top"><span></span></span>
	<div class="content">
		<p>{L_RANKTHEME_TEXT}</p>
		<dl class="rankthemes">
			<dt>{PAGE_TITLE}</dt>
			<!-- BEGIN rankset -->
			<dd><a href="{rankset.RANKSET_URL}">{rankset.RANKSET_NAME}</a></dd>
			<!-- BEGINELSE -->
			<dd>{L_NO_RANKSET_ERROR}</dd>
			<!-- END rankset -->
		</dl>
	</div>
	<span class="corners-bottom"><span></span></span></div>
</div>
	<!-- ENDIF -->

<!-- INCLUDE jumpbox.html -->
<!-- INCLUDE overall_footer.html -->