summaryrefslogtreecommitdiffstats
path: root/scripts/api_preboot_test.html
diff options
context:
space:
mode:
authorSimon2011-04-21 17:13:59 +0200
committerSimon2011-04-21 17:13:59 +0200
commit851c7a2f0975f809c4ee603c902548180f55d0f1 (patch)
tree3b4f38af347660780910616260321e02d6880754 /scripts/api_preboot_test.html
parentKleine Änderungen (diff)
parentcleanup (diff)
downloadpbs2-851c7a2f0975f809c4ee603c902548180f55d0f1.tar.gz
pbs2-851c7a2f0975f809c4ee603c902548180f55d0f1.tar.xz
pbs2-851c7a2f0975f809c4ee603c902548180f55d0f1.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'scripts/api_preboot_test.html')
-rw-r--r--scripts/api_preboot_test.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/api_preboot_test.html b/scripts/api_preboot_test.html
new file mode 100644
index 0000000..5c3805b
--- /dev/null
+++ b/scripts/api_preboot_test.html
@@ -0,0 +1,7 @@
+<form enctype='multipart/form-data' action='http://127.0.0.2/resource/addpreboot/apikey/apikey1' method='POST'>
+Title:<input name='title' type='text'/>
+Description:<input name='description' type='text'/>
+Preboot File:<input name='preboot' type='file'/>
+<input type='submit' value='Upload'/>
+</form>
+<style>input{display:block}</style>