Файл: apwa/styles/red-gold/template/medals/medal_memberlist_view.html
Строк: 52
<?php
<!-- BEGIN switch_display_medal -->
<script language="JavaScript" type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/medals/toggle_display.js"></script>
<div class="panel bg2">
<div class="inner">
<h3>{L_MEDAL_INFORMATION}</h3>
<h3>{L_MEDALS_VIEW}: <b>{USER_MEDAL_COUNT}</b></h3>
<table width="100%" cellspacing="1" cellpadding="3" border="0" align="center">
<tr>
<td width="100" valign="center">
<!-- BEGIN medal -->
{switch_display_medal.medal.MEDAL_BUTTON}
<!-- END medal -->
</td>
<td valign="top">
<!-- BEGIN details -->
{switch_display_medal.details.MEDAL_IMAGE_SMALL}
<!-- END details -->
</td>
</tr>
</table>
</div>
</div>
<div style="width: 100%; overflow: hidden; display: none;" id="toggle_medal">
<div class="panel">
<div class="inner">
<a name="medal"></a>
<table width="100%" cellspacing="1" cellpadding="3" border="0" align="center">
<tr>
<th align="center" nowrap="nowrap"><h2>{L_MEDAL}</h2></th>
<th align="center" nowrap="nowrap"><h2>{L_MEDAL_DETAIL}</h2></th>
</tr>
<!-- BEGIN details -->
<tr>
<td class="bg2" nowrap="nowrap" width="20%">
<table width="100%" cellspacing="1" cellpadding="3" border="0">
<!-- IF switch_display_medal.details.ISMEDAL_CAT -->
<tr><td align="center"><h4>{switch_display_medal.details.MEDAL_CAT}</h4></td></tr>
<!-- ENDIF -->
<tr><td align="center">{switch_display_medal.details.MEDAL_NAME}</td></tr>
<tr><td align="center">{switch_display_medal.details.MEDAL_IMAGE}</td></tr>
<tr><td align="center">{switch_display_medal.details.MEDAL_COUNT}</td></tr></table></td>
<td class="bg2" valign="top">
<table width="100%" cellspacing="1" cellpadding="3" border="0">
<tr><td><h3>{L_MEDAL_DESCRIPTION}: <b>{switch_display_medal.details.MEDAL_DESCRIPTION}</b></h3></td></tr>
<tr><td class="reason">
<table width="100%" cellspacing="1" cellpadding="3" border="0">
<tr><td>{switch_display_medal.details.MEDAL_ISSUE}</td></tr>
</table>
</td></tr>
</table></td>
</tr>
<!-- END details -->
</table>
</div>
</div>
</div>
<!-- END switch_display_medal -->
?>