2016-03-11 00:48:53 +00:00
|
|
|
<table cols="1">
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<label class="header"><%= scope.strFill %></label>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="padding-small">
|
|
|
|
<div id="slide-combo-fill-src" style="width: 100%;"></div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr class="padding-small">
|
|
|
|
<td>
|
2019-11-19 14:34:52 +00:00
|
|
|
<div id="slide-panel-color-fill" class="padding-small" style="width: 100%;">
|
2016-03-11 00:48:53 +00:00
|
|
|
<div id="slide-back-color-btn" style=""></div>
|
|
|
|
</div>
|
|
|
|
<div id="slide-panel-image-fill" class="settings-hidden padding-small" style="width: 100%;">
|
|
|
|
<table cols="2" style="width: 100%;">
|
|
|
|
<tr>
|
2020-05-13 14:20:58 +00:00
|
|
|
<td colspan="2" class="padding-small">
|
|
|
|
<div id="slide-button-replace" style="width:100%;"></div>
|
2016-03-11 00:48:53 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td style="vertical-align: top">
|
|
|
|
<div id="slide-combo-fill-type" style="width: 90px;"></div>
|
|
|
|
</td>
|
|
|
|
<td rowspan="2">
|
2016-07-08 14:03:42 +00:00
|
|
|
<div style="width: 90px; height: 80px; padding: 14px 20px; border: 1px solid #AFAFAF; border-radius: 2px; background: #ffffff;float:right;">
|
2016-03-11 00:48:53 +00:00
|
|
|
<div id="slide-texture-img" style="width: 50px;height: 50px;"></div>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td style="vertical-align: bottom">
|
|
|
|
<label class="input-label" style=""><%= scope.textTexture %></label>
|
|
|
|
<div id="slide-combo-fill-texture" style="width: 90px;"></div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
<div id="slide-panel-pattern-fill" class="settings-hidden padding-small" style="width: 100%;">
|
|
|
|
<label class="input-label" style="margin-top: 3px;"><%= scope.strPattern %></label>
|
|
|
|
<div id="slide-combo-pattern" style="width: 100%; height: 42px; margin-bottom: 8px;"></div>
|
|
|
|
<div style="width: 100%; height: 25px; margin-bottom: 8px;">
|
|
|
|
<label class="input-label" style="margin-top: 3px;"><%= scope.strForeground %></label>
|
|
|
|
<div id="slide-foreground-color-btn" style="display: inline-block; float:right;"></div>
|
|
|
|
</div>
|
|
|
|
<div style="width: 100%; height: 25px;">
|
|
|
|
<label class="input-label" style="margin-top: 3px;"><%= scope.strBackground %></label>
|
|
|
|
<div id="slide-background-color-btn" style="display: inline-block; float:right;"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="slide-panel-gradient-fill" class="settings-hidden padding-small" style="width: 100%;">
|
|
|
|
<div style="height:80px;">
|
|
|
|
<div style="display: inline-block;">
|
|
|
|
<label class="input-label" style=""><%= scope.textStyle %></label>
|
|
|
|
<div id="slide-combo-grad-type" style="width: 90px;"></div>
|
|
|
|
</div>
|
|
|
|
<div style="display: inline-block;float: right;">
|
|
|
|
<label class="input-label" style=""><%= scope.textDirection %></label>
|
|
|
|
<div id="slide-button-direction" style=""></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<label class="header" style="display:block;margin-bottom: 5px;"><%= scope.textGradient %></label>
|
|
|
|
<div style="display: inline-block; margin-top: 3px;">
|
|
|
|
<div id="slide-slider-gradient" style="display: inline-block; vertical-align: middle;"></div>
|
|
|
|
</div>
|
2020-07-09 18:51:19 +00:00
|
|
|
<div style="height: 40px;margin-top:6px;display:flex;justify-content:space-between;">
|
|
|
|
<div style="display: flex;">
|
|
|
|
<div style="">
|
|
|
|
<label class="input-label" style=""><%= scope.strColor %></label>
|
|
|
|
<div id="slide-gradient-color-btn"></div>
|
|
|
|
</div>
|
|
|
|
<div style="margin-left: 10px;">
|
|
|
|
<label class="input-label" style=""><%= scope.textPosition %></label>
|
|
|
|
<div id="slide-gradient-position"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style="display:flex;padding-top:15px;">
|
|
|
|
<div id="slide-gradient-add-step"></div>
|
|
|
|
<div id="slide-gradient-remove-step"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2016-03-11 00:48:53 +00:00
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2019-04-12 15:13:34 +00:00
|
|
|
<tr>
|
|
|
|
<td class="padding-small">
|
|
|
|
<div class="separator horizontal"></div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2016-03-11 00:48:53 +00:00
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<label class="header"><%= scope.strEffect %></label>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="padding-small">
|
|
|
|
<div id="slide-combo-effect-name" style="width: 100%;"></div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="padding-small">
|
|
|
|
<div id="slide-combo-effect-type" style="width: 100%;"></div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2019-04-12 15:13:34 +00:00
|
|
|
<td class="padding-large">
|
2016-03-11 00:48:53 +00:00
|
|
|
<div style="display: inline-block;">
|
|
|
|
<label class="input-label"><%= scope.strDuration %></label>
|
|
|
|
<div id="slide-spin-duration" style="display: inline-block; vertical-align: middle;"></div>
|
|
|
|
</div>
|
|
|
|
<button type="button" class="btn btn-text-default" id="slide-button-preview" style="width:70px;display: inline-block; float:right;"><%= scope.textPreview %></button>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="padding-small">
|
|
|
|
<div id="slide-checkbox-start-click"></div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2019-04-12 15:13:34 +00:00
|
|
|
<td class="padding-large">
|
2016-03-11 00:48:53 +00:00
|
|
|
<div>
|
|
|
|
<div id="slide-checkbox-delay" style="display: inline-block; width: 100px; margin-top:2px;"></div>
|
|
|
|
<div id="slide-spin-delay" style="display: inline-block; float:right;"></div>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2019-07-10 10:53:37 +00:00
|
|
|
<td class="padding-small">
|
2016-03-11 00:48:53 +00:00
|
|
|
<button type="button" class="btn btn-text-default" id="slide-button-apply-all" style="width:100%;"><%= scope.textApplyAll %></button>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2019-07-10 10:53:37 +00:00
|
|
|
<tr>
|
|
|
|
<td class="padding-small">
|
|
|
|
<div class="separator horizontal"></div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="padding-small">
|
|
|
|
<div id="slide-checkbox-slidenum"></div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="padding-small">
|
|
|
|
<div id="slide-checkbox-datetime"></div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
2016-03-11 00:48:53 +00:00
|
|
|
<tr class="finish-cell"></tr>
|
|
|
|
</table>
|