2013-09-07 19:50:43 +04:00
|
|
|
<div class="settings-section">
|
|
|
|
<div class="settings-title">
|
|
|
|
Export to Animated GIF
|
|
|
|
</div>
|
|
|
|
<div class="settings-item">
|
|
|
|
<label>Select resolution:</label>
|
|
|
|
<form action="" method="POST" name="gif-export-upload-form">
|
2013-10-24 01:34:09 +04:00
|
|
|
<script type="text/template" id="gif-export-radio-template">
|
2013-09-07 19:50:43 +04:00
|
|
|
<label style="display:block"><input type="radio" name="gif-dpi" value="{{value}}"/>
|
|
|
|
{{label}}</label>
|
|
|
|
</script>
|
2013-09-26 00:43:21 +04:00
|
|
|
<div class="gif-export-radio-group"></div>
|
2013-10-24 01:34:09 +04:00
|
|
|
<input type="submit" class="button button-primary gif-upload-button" value="Upload" />
|
|
|
|
<button type="button" class="button gif-render-button">Render</button>
|
2013-09-07 19:50:43 +04:00
|
|
|
</form>
|
2013-10-24 01:34:09 +04:00
|
|
|
<div class="gif-export-preview"></div>
|
2013-09-07 19:50:43 +04:00
|
|
|
</div>
|
|
|
|
</div>
|