Файл: apwa/styles/mobile/template/medals/medalcp_nominate_user.html
Строк: 26
<?php
<!-- INCLUDE overall_header.html -->
<p>
<!-- IF S_CAN_NOMINATE_MEDALS --><a href="{U_NOMINATE_PANEL}">{L_NOMINATE}</a> | <!-- ENDIF -->
<!-- IF S_CAN_AWARD_MEDALS --><a href="{U_AWARD_PANEL}">{L_AWARD_MEDAL}</a> | <a href="{U_AWARDED_PANEL}">{L_AWARDED_MEDAL}</a><!-- ENDIF -->
</p>
<div class="tab">{L_NOMINATE_MEDAL}</div>
<form method="post" action="{U_MEDALS_ACTION}" name="post">
<div class="row1"><span class="genmed">{NOMINATE_MEDAL}</span></div>
<table cellspacing="0" width="100%">
<thead>
<tr>
<th class="row1">{L_DELETE}</th>
<th class="row1">{L_APPROVE}</th>
<th class="row1">{L_MEDAL_EDIT}</th>
<th class="row1">{L_MESSAGE}</th>
</tr>
</thead>
<tbody>
<!-- BEGIN nominations -->
<tr>
<td class="row_hard"><a href="{nominations.U_DELETE}" class="buttom">{L_DELETE}</a></td>
<td class="row_easy"><a href="{nominations.U_APPROVE}" class="buttom">{L_APPROVE}</a></td>
<td class="row_hard"><a href="{nominations.U_MEDAL_EDIT}" class="buttom">{L_MEDAL_EDIT}</a></td>
<td class="row_easy">{nominations.REASON}</td>
</tr>
<!-- END nominations -->
<!-- IF S_ROW_COUNT eq 0 -->
<tr>
<td colspan="4" class="row1"><p>{L_NO_USER_NOMINATIONS}</p></td>
</tr>
<!-- ENDIF -->
</tbody>
</table>
</form>
<!-- INCLUDE overall_footer.html -->
?>