24 lines
839 B
HTML
24 lines
839 B
HTML
<html><body><br>
|
|
The number of people on the waiting list for Grand Olympiad
|
|
<center>
|
|
<img src="L2UI.SquareWhite" width=270 height=1>
|
|
<img src="L2UI.SquareBlank" width=1 height=3>
|
|
<table width=270 border=0 bgcolor="000000">
|
|
<tr>
|
|
<td fixwidth=100>Class (Individual)</td>
|
|
<td fixwidth=170 align=right>%listClassed%</td>
|
|
</tr>
|
|
<tr>
|
|
<td fixwidth=100>Class-Irrelevant (Team)</td>
|
|
<td fixwidth=170 align=right>%listNonClassedTeam%</td>
|
|
</tr>
|
|
<tr>
|
|
<td fixwidth=100>Class-Irrelevant (Individual)</td>
|
|
<td fixwidth=170 align=right>%listNonClassed%</td>
|
|
</tr>
|
|
</table>
|
|
<img src="L2UI.SquareWhite" width=270 height=1>
|
|
<img src="L2UI.SquareBlank" width=1 height=3>
|
|
<button value="Back" action="bypass -h npc_%objectId%_Chat 0" width=80 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
|
</center>
|
|
</body></html> |