view root/styles/prosilver/template/memberlist_ranks.html @ 11:9022e5cec446

Re #1: Move templates directory to new location
author IBBoard <dev@ibboard.co.uk>
date Sun, 07 Jun 2009 18:32:09 +0000
parents templates/prosilver/template/memberlist_ranks.html@d5536d233ec1
children b42dcaaed003
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>
			<td>{L_NO_RANKS}</td>
		</tr>
		<!-- END rank -->
		</tbody>
		</table>
	<span class="corners-bottom"><span></span></span></div>
</div>
	<!-- ELSE -->

<div class="panel bg1" id="faqlinks">
	<div class="inner"><span class="corners-top"><span></span></span>
	<div class="content">
		<p>{L_RANKTHEME_TEXT}</p>
		<ul>
			<!-- BEGIN rankset -->
			<li><a href="{rankset.RANKSET_URL}">{rankset.RANKSET_NAME}</a></li>
			<!-- BEGINELSE -->
			<li>{L_NO_RANKSETS}</td>
			<!-- END rankset -->
		</ul>
	</div>
	<span class="corners-bottom"><span></span></span></div>
</div>
	<!-- ENDIF -->

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