instancezone.htm 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <html><title>Instance Maintenance Menu</title><body>
  2. <center>
  3. <table width=270><tr>
  4. <td width=45><button value="Main" action="bypass -h admin_admin" width=45 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  5. <td width=180><center>Instance Creation Menu</center></td>
  6. <td width=45><button value="Back" action="bypass -h admin_admin" width=45 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  7. </tr></table><br>
  8. <table width=260>
  9. <tr>
  10. <td><button value="General" action="bypass -h admin_html instancezone.htm" width=83 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  11. <td><button value="Individual" action="bypass -h admin_html instancezone2.htm" width=83 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  12. <td><button value="Template IDs" action="bypass -h admin_html help/instancezone_list.htm" width=83 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  13. </tr>
  14. </table><br>
  15. Create Example:<br1>
  16. Instance: [ 1 ] - Template: [ demo.xml ]<br>
  17. <table width=260>
  18. <tr>
  19. <td></td>
  20. <td>Instance</td>
  21. <td>Template XML</td>
  22. </tr>
  23. <tr>
  24. <td><button value="Create" action="bypass -h admin_createinstance $instanceid_create $templateid" width=80 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  25. <td><edit var="instanceid_create" width=50></td>
  26. <td><edit var="templateid" width=80></td>
  27. </tr>
  28. <tr><td><br></td></tr>
  29. <tr>
  30. <td><button value="Destroy" action="bypass -h admin_destroyinstance $instanceid_destroy $templateid" width=80 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  31. <td><edit var="instanceid_destroy" width=50></td>
  32. </tr>
  33. <tr><td><br></td></tr>
  34. <tr>
  35. <td><button value="Set" action="bypass -h admin_setinstance $instanceid_set $templateid" width=80 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
  36. <td><edit var="instanceid_set" width=50></td>
  37. </tr>
  38. </table>
  39. <br><br>
  40. <button value="List Instances" action="bypass -h admin_listinstances" width=110 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"><br><br>
  41. <font color="LEVEL">IDs => 300000: reserved for dynamic instances!</font>
  42. </center>
  43. </body></html>