Large code cleanups:
[mailer.git] / templates / de / html / guest / guest_list_rallye.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" width="430" class="table dashed">
3 <tr>
4         <td align="center" class="header_column bottom" width="80" height="25"><strong>{--_RALLYE_PRICE--}</strong></td>
5         <td align="center" class="header_column bottom" width="50"><strong>{--_USERID--}</strong></td>
6         <td align="center" class="header_column bottom" width="300"><strong>{--RALLYE_REFS--}</strong></td>
7 </tr>
8 $content[rows]
9 <tr>
10         <td colspan="3" class="table_footer">
11         <ul>
12                 <li><div class="notice">Es werden nur aktive User gewertet.</div></li>
13                 <li><div class="notice">{%pipe,determineReferralRallyeMinimumUsers=$content[min_users]%}</div></li>
14                 <li><div class="notice">{%pipe,determineReferralRallyeMinimumPrices=$content[min_prices]%}</div></li>
15                 <li><div class="notice">Der Rechtsweg ist ausgeschlossen.</div></li>
16         </ul>
17         </td>
18 </tr>
19 </table>
20 </div>