42 lines
2.3 KiB
HTML
42 lines
2.3 KiB
HTML
<html><body>
|
|
<center>Monster Race Betting <font color="00ffff">To Win</font> (Race #<font color="LEVEL"> 1race</font>)<br1>
|
|
<img src="L2UI.SquareWhite" width=270 height=1>
|
|
<img src="L2UI.SquareBlank" width=1 height=3>
|
|
</center>
|
|
<table width=270 border=0 bgcolor="111111">
|
|
<tr>
|
|
<td fixwidth=60>Lane Selection</td>
|
|
<td fixwidth=140 align=center>Racer's Name </td>
|
|
<td fixwidth=40 align=center>Rating</td>
|
|
<td fixwidth=30 align=right>Odds</td>
|
|
</tr>
|
|
</table>
|
|
<table width=270 border=0>
|
|
<tr>
|
|
<td fixwidth=13><img src="L2UI.rightBtn2" width=14 height=13></td>
|
|
<td fixwidth=30>0place</td>
|
|
<td fixwidth=152><font color="LEVEL">Mob1</font></td>
|
|
<td fixwidth=50 align=center>&$745;</td>
|
|
<td fixwidth=30 align=right><font color="00ffff">13%</font></td>
|
|
</tr>
|
|
</table>
|
|
<table width=270 border=0>
|
|
<tr><td width=100>Select Bet Amount</td>
|
|
<td width=170>
|
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_BuyTicket 11" >100 Adena</Button> , <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_BuyTicket 12" >500 Adena</Button>
|
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_BuyTicket 13" >1,000 Adena</Button> , <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_BuyTicket 14" >5,000 Adena</Button>
|
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_BuyTicket 15" >10,000 Adena</Button> , <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_BuyTicket 16" >20,000 Adena</Button>
|
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_BuyTicket 17" >50,000 Adena</Button> , <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_BuyTicket 18" >100,000 Adena</Button>
|
|
</td></tr>
|
|
</table>
|
|
<img src="L2UI.SquareBlank" width=270 height=10>
|
|
<img src="L2UI.SquareWhite" width=270 height=1>
|
|
<img src="L2UI.SquareBlank" width=270 height=5>
|
|
<table width=270 border=0 cellpadding=0 cellspacing=0>
|
|
<tr>
|
|
<td width=70 height=20><button value="Select Lane" action="bypass -h npc_%objectId%_BuyTicket 0" back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton" width=67 height=19></td>
|
|
<td width=130 align=center>Purchase Price :<font color="LEVEL"> 0adena</font></td>
|
|
<td width=70 align=right><button value="Confirm" action="bypass -h npc_%objectId%_BuyTicket 20" back="L2UI.DefaultButton_click" fore="L2UI.DefaultButton" width=67 height=19></td>
|
|
</tr>
|
|
</table>
|
|
</body></html> |