summaryrefslogtreecommitdiffstats
path: root/scripts/api_bootos_test.html
blob: e48fb21fbd731a62543496acbd7c20fbd6b57984 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<form enctype='multipart/form-data' action='http://127.0.0.2/resource/addbootos/apikey/apikey1' method='POST'>
Title:<input name='title' type='text'/>
Description:<input name='description' type='text'/>
Expires:<input name='expires' type='text'/>
KCL:<input name='defaultkcl' type='text'/>
Distro:<input name='distro' type='text'/>
Distro-Version:<input name='distroversion' type='text'/>
Share:<input name='share' type='text'/>
Shortname:<input name='shortname' type='text'/>
Config File:<input name='config' type='file'/>
Kernel File:<input name='kernel' type='file'/>
Init File:<input name='init' type='file'/>
<input type='submit' value='Upload'/>
</form>
<style>input{display:block}</style>