2015-03-06 23:33:54 +00:00
|
|
|
<vn>
|
|
|
|
<div id="main" class="htk-image-editor">
|
2015-03-27 19:10:49 +00:00
|
|
|
<form
|
2015-09-23 22:35:17 +00:00
|
|
|
id="form"
|
2016-08-25 10:47:09 +00:00
|
|
|
enctype="multipart/form-data">
|
2016-08-26 12:43:45 +00:00
|
|
|
<input type="hidden" name="srv" value="json:image/upload"/>
|
2015-03-06 23:33:54 +00:00
|
|
|
<div class="form-group">
|
|
|
|
<label for="name"><t>FileName</t></label>
|
2015-03-27 19:10:49 +00:00
|
|
|
<input id="name" type="text" name="name" on-change="onNameChange"/>
|
2015-03-06 23:33:54 +00:00
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<label for="file"><t>File</t></label>
|
|
|
|
<input id="file" type="file" name="image"/>
|
|
|
|
</div>
|
|
|
|
<div class="footer">
|
2016-05-02 13:05:49 +00:00
|
|
|
<input id="submit" type="submit" class="thin"/>
|
|
|
|
<htk-spinner id="spinner"/>
|
|
|
|
<div class="clear"/>
|
2015-03-06 23:33:54 +00:00
|
|
|
</div>
|
|
|
|
<input id="schema" type="hidden" name="schema"/>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</vn>
|