summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/api_bootmen_test.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/scripts/api_bootmen_test.html b/scripts/api_bootmen_test.html
new file mode 100644
index 0000000..70c89f3
--- /dev/null
+++ b/scripts/api_bootmen_test.html
@@ -0,0 +1,18 @@
+<h2>Add Bootmenu:</h2>
+<form enctype='multipart/form-data' action='http://pbs2.local/resource/addbootmenu/apikey/apikey1' method='POST'>
+Title:<input name='title' type='text'/>
+Defaultbootmenu:<input name='defaultbootmenu' type='text'/>
+Startcounter:<input name='startcounter' type='text'/>
+BootosID:<input name='bootosid' type='text'/>
+Kcl:<input name='kcl' type='text'/>
+Kclappend:<input name='kclappend' type='text'/>
+ConfigID:<input name='configid' type='text'/>
+Order:<input name='order' type='text'/>
+<input type='submit' value='Add'/>
+</form>
+<h2>Delete Bootmenu:</h2>
+<form enctype='multipart/form-data' action='http://pbs2.local/resource/deletebootmenu/apikey/apikey1' method='POST'>
+BootmenuID: <input name='bootmenuid' type='text'/>
+<input type='submit' value='Delete'/>
+</form>
+<style>input{display:block}</style> \ No newline at end of file