view root/styles/prosilver/template/memberlist_ranks.html @ 34:b42dcaaed003

* Update to use UMIL and to try to resolve rejection issues for v1.4.1 no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Sat, 04 Dec 2010 20:11:27 +0000
parents 9022e5cec446
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 -->