castlemanagevault.html 1.2 KB

1234567891011121314151617
  1. <html><body>
  2. <font color="LEVEL">[Castle Vault Management]</font><br>
  3. There is currently <font color="00ffff">%tax_income% Adena</font> in the castle vault.<br>
  4. The tax revenue collected so far is <font color="CCFF00">%tax_income_reserved% Adena</font>.
  5. And, the revenue from the sale of seed in this manor during this period is <font color="CCFF00">%seed_income% Adena</font>.<br><br>
  6. Please enter the amount you wish to withdraw or deposit.<br>
  7. <center>
  8. <table height=27 width=280 bgColor="cccccc">
  9. <tbody><tr>
  10. <td align=middle width=60>Amount</td>
  11. <td align=left width=170><edit width="180" var="data1" type="number"></td>
  12. <td align=left width=60>Adena</td></tr></tbody></table><br><br>
  13. <button width="74" fore="L2UI_CH3.Btn1_normal" back="L2UI_CH3.Btn1_normalOn" height="21" value="Withdraw" action="bypass -h Quest CastleChamberlain withdraw $data1">
  14. <button width="74" fore="L2UI_CH3.Btn1_normal" back="L2UI_CH3.Btn1_normalOn" height="21" value="Deposit" action="bypass -h Quest CastleChamberlain deposit $data1"><br><br><br>
  15. <button width="74" fore="L2UI_CH3.Btn1_normal" back="L2UI_CH3.Btn1_normalOn" height="21" value="Cancel" action="bypass -h Quest CastleChamberlain chamberlain-01.html">
  16. </center>
  17. </body></html>