petition.htm 1.4 KB

123456789101112131415161718192021
  1. <html><title>Petition info</title><body>
  2. <center>
  3. <table width=270 bgcolor="444444">
  4. <tr>
  5. <td><button value="Accept" action="bypass -h admin_accept_petition %petition%" width="80" height="21" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  6. <td><button value="Reject" action="bypass -h admin_reject_petition %petition%" width="80" height="21" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  7. <td><button value="Back" action="bypass -h admin_view_petitions" width="80" height="21" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  8. </tr>
  9. </table><br>
  10. <font color="LEVEL">Petition #%petition%</font><br>
  11. <img src="L2UI.SquareWhite" width=260 height=1><br>
  12. <table width=270 border=0>
  13. <tr><td><table width=270 border=0 bgcolor=131210><tr><td width=100><font color="LEVEL">Time:</font></td><td align=right width=170>%time%</td></tr></table></td></tr>
  14. <tr><td><table width=270 border=0><tr><td width=100><font color="LEVEL">Petitioner:</font></td><td align=right width=170><font color="%online%">%petitioner%</font></td></tr></table></td></tr>
  15. <tr><td><table width=270 border=0 bgcolor=131210><tr><td width=100><font color="LEVEL">Type</font></td><td align=right width=170>%type%</td></tr></table></td></tr>
  16. </table>
  17. <br><img src="L2UI.SquareWhite" width=260 height=1><br>
  18. <table width=270><tr><td>%text%</td></tr></table>
  19. <br><img src="L2UI.SquareWhite" width=260 height=1><br>
  20. </center>
  21. </body></html>