2016-03-11 00:48:53 +00:00
|
|
|
<table cols="2">
|
|
|
|
<tr>
|
|
|
|
<td colspan=2>
|
|
|
|
<label class="header"><%= scope.textSize %></label>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="padding-small" width="50%">
|
|
|
|
<label id="image-label-width" class="input-label"><%= scope.textWidth %></label>
|
|
|
|
</td>
|
|
|
|
<td class="padding-small" width="50%">
|
|
|
|
<label id="image-label-height" class="input-label"><%= scope.textHeight %></label>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="padding-small" colspan=2>
|
2021-06-16 13:43:51 +00:00
|
|
|
<button type="button" class="btn btn-text-default" id="image-button-original-size" style="min-width:100px;width: auto;" data-hint="1" data-hint-direction="bottom" data-hint-offset="big"><%= scope.textOriginalSize %></button>
|
2016-03-11 00:48:53 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
2019-11-06 12:02:08 +00:00
|
|
|
<tr>
|
|
|
|
<td class="padding-small" colspan=2>
|
2021-06-16 13:43:51 +00:00
|
|
|
<button type="button" class="btn btn-text-default" id="image-button-fit-slide" style="min-width:100px;width: auto;" data-hint="1" data-hint-direction="bottom" data-hint-offset="big"><%= scope.textFitSlide %></button>
|
2019-11-06 12:02:08 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
2019-04-09 07:22:01 +00:00
|
|
|
<tr>
|
|
|
|
<td class="padding-small" colspan=2>
|
2019-11-19 12:43:26 +00:00
|
|
|
<div id="image-button-crop" style="min-width:100px;"></div>
|
2019-04-09 07:22:01 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
2016-03-11 00:48:53 +00:00
|
|
|
<tr>
|
|
|
|
<td class="padding-small" colspan=2>
|
|
|
|
<div class="separator horizontal"></div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2018-08-30 13:53:46 +00:00
|
|
|
<tr>
|
|
|
|
<td colspan=2 class="padding-small">
|
|
|
|
<label class="header"><%= scope.textRotation %></label>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="padding-small" width="50%">
|
|
|
|
<label class="input-label"><%= scope.textRotate90 %></label>
|
|
|
|
<div>
|
|
|
|
<div id="image-button-270" style="display: inline-block;margin-right: 4px;"></div>
|
|
|
|
<div id="image-button-90" style="display: inline-block;"></div>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
<td class="padding-small" width="50%">
|
|
|
|
<label class="input-label"><%= scope.textFlip %></label>
|
|
|
|
<div>
|
|
|
|
<div id="image-button-fliph" style="display: inline-block;margin-right: 4px;"></div>
|
|
|
|
<div id="image-button-flipv" style="display: inline-block;"></div>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="padding-small" colspan=2>
|
|
|
|
<div class="separator horizontal"></div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2016-03-11 00:48:53 +00:00
|
|
|
<tr>
|
|
|
|
<td colspan=2>
|
2020-05-13 14:20:58 +00:00
|
|
|
<div id="image-button-replace" style="width:100%;"></div>
|
2016-03-11 00:48:53 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
2016-07-08 11:39:00 +00:00
|
|
|
<tr>
|
|
|
|
<td class="padding-small" colspan=2>
|
2020-05-13 14:20:58 +00:00
|
|
|
<button type="button" class="btn btn-text-default hidden" id="image-button-edit-object" style="width:100%;"><%= scope.textEditObject %></button>
|
2016-07-08 11:39:00 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
2016-03-11 00:48:53 +00:00
|
|
|
<tr>
|
|
|
|
<td class="padding-small" colspan=2>
|
|
|
|
<div class="separator horizontal"></div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td align="center" colspan=2>
|
2021-06-16 13:43:51 +00:00
|
|
|
<label class="link" id="image-advanced-link" data-hint="1" data-hint-direction="bottom" data-hint-offset="medium"><%= scope.textAdvanced %></label>
|
2016-03-11 00:48:53 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr class="finish-cell"></tr>
|
|
|
|
</table>
|