2013-09-07 19:50:43 +04:00
|
|
|
<div class="settings-section">
|
|
|
|
<div class="settings-title">
|
2013-10-16 23:43:47 +04:00
|
|
|
Import Picture
|
2013-09-07 19:50:43 +04:00
|
|
|
</div>
|
|
|
|
<div class="settings-item">
|
2013-10-17 01:14:41 +04:00
|
|
|
<form action="" method="POST" name="import-form">
|
2013-10-22 09:40:08 +04:00
|
|
|
<div class="import-section">
|
|
|
|
<input style="display:none" type="file" name="file-upload-input" value="file" />
|
|
|
|
<label>File :
|
|
|
|
<button type="button" class="button file-input-button">Browse</button>
|
|
|
|
<span class="file-input-status"></span>
|
|
|
|
</div>
|
|
|
|
<div class="import-section">
|
|
|
|
<label>Size :
|
|
|
|
<input type="text" class="textfield import-resize-field" name="resize-width"/>x
|
|
|
|
<input type="text" class="textfield import-resize-field" name="resize-height"/>
|
2013-10-16 23:43:47 +04:00
|
|
|
</label>
|
|
|
|
</div>
|
2013-10-22 09:40:08 +04:00
|
|
|
<div class="import-section">
|
|
|
|
<label>Smooth resize :
|
|
|
|
<input type="checkbox" checked="checked" name="smooth-resize-checkbox"/>
|
2013-10-16 23:43:47 +04:00
|
|
|
</label>
|
|
|
|
</div>
|
2013-10-22 09:40:08 +04:00
|
|
|
<input type="submit" class="button import-button" value="Import" />
|
2013-09-07 19:50:43 +04:00
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|