]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_top10_row_login.tpl
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / templates / de / html / guest / guest_top10_row_login.tpl
index 52592ff2cd43b52b67a4c6c6f2378322cde9090b..8cdac7ad70bf63b43663f29399c1b604d176001a 100644 (file)
@@ -1,7 +1,7 @@
 <tr>
-       <td class="top10_row1 switch_sw$content[sw] bottom right" align="center">$content[cnt]</td>
-       <td class="top10_row2 switch_sw$content[sw] bottom right">$content[userid] ({%pipe,fixEmptyContentToDashes=$content[nickname]%})</td>
-       <td class="top10_row3 switch_sw$content[sw] bottom right">{%pipe,translateComma=$content[total_logins]%}</td>
-       <td class="top10_row4 switch_sw$content[sw] bottom right">{%pipe,translateComma=$content[points]%}</td>
-       <td class="top10_row5 switch_sw$content[sw] bottom">$content[last_online]</td>
+       <td class="top10_row1 {%template,ColorSwitch%} bottom right" align="center">{%pipe,translateComma=$content[count]%}</td>
+       <td class="top10_row2 {%template,ColorSwitch%} bottom right">{%template,DisplayUsername=$content[userid]%}</td>
+       <td class="top10_row3 {%template,ColorSwitch%} bottom right">{%user,total_logins,translateComma=$content[userid]%}</td>
+       <td class="top10_row4 {%template,ColorSwitch%} bottom right">{%pipe,getTotalPoints,translateComma=$content[userid]%}</td>
+       <td class="top10_row5 {%template,ColorSwitch%} bottom">$content[last_online]</td>
 </tr>