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">
|
2013-10-23 03:01:35 +04:00
|
|
|
<span class="import-section-title">File :</span>
|
|
|
|
<button type="button" class="button file-input-button">Browse</button>
|
|
|
|
<span class="file-input-status"></span>
|
|
|
|
<input style="display:none"
|
|
|
|
type="file" name="file-upload-input"
|
|
|
|
value="file" accept="image/*"/>
|
2013-10-22 09:40:08 +04:00
|
|
|
</div>
|
|
|
|
<div class="import-section">
|
2013-10-23 03:01:35 +04:00
|
|
|
<span class="import-section-title">Size :</span>
|
|
|
|
<input type="text" disabled="disabled" class="textfield import-resize-field" name="resize-width"/>x
|
|
|
|
<input type="text" disabled="disabled" class="textfield import-resize-field" name="resize-height"/>
|
2013-10-16 23:43:47 +04:00
|
|
|
</div>
|
2013-10-22 09:40:08 +04:00
|
|
|
<div class="import-section">
|
2013-10-23 03:01:35 +04:00
|
|
|
<span class="import-section-title">Smooth resize :</span>
|
|
|
|
<input type="checkbox" disabled="disabled" checked="checked" name="smooth-resize-checkbox"/>
|
2013-10-16 23:43:47 +04:00
|
|
|
</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>
|