2014-03-26 10:41:45 +04:00
|
|
|
<div class="toolbox-container layers-list-container">
|
2014-07-05 13:27:11 +04:00
|
|
|
<h3 class="toolbox-title layers-title">Layers
|
|
|
|
<div title="Toggle layer preview (alt+L)"
|
|
|
|
rel="tooltip"
|
|
|
|
data-placement="top"
|
|
|
|
class="layers-toggle-preview piskel-icon-eye"></div>
|
|
|
|
</h3>
|
2014-09-18 09:18:07 +04:00
|
|
|
<div class="layers-button-container">
|
|
|
|
<button class="button layers-button plus-icon" data-action="add" >+</button>
|
|
|
|
<button class="button layers-button" data-action="delete" >x</button>
|
|
|
|
<button class="button layers-button layers-button-arrow" data-action="up" >↑</button>
|
|
|
|
<button class="button layers-button layers-button-arrow" data-action="down" >↓</button>
|
|
|
|
<button
|
|
|
|
class="button layers-button merge-icon" data-action="merge"
|
|
|
|
title="Merge with layer below" rel="tooltip" data-placement="top" ></button>
|
|
|
|
<button
|
|
|
|
class="button layers-button edit-icon" data-action="edit"
|
|
|
|
title="Edit layer name" rel="tooltip" data-placement="top"></button>
|
2013-09-25 02:11:12 +04:00
|
|
|
</div>
|
2014-09-18 09:18:07 +04:00
|
|
|
<script type="text/template" id="layer-button-template">
|
|
|
|
<button
|
|
|
|
class="button layers-button {{class}}" data-action="{{action}}"
|
|
|
|
title="{{tooltip}}" rel="tooltip" data-placement="top" >{{text}}</button>
|
|
|
|
</script>
|
2013-09-26 00:43:21 +04:00
|
|
|
<script type="text/template" id="layer-item-template">
|
2014-09-18 09:18:07 +04:00
|
|
|
<li class="layer-item {{isselected:current-layer-item}}" data-layer-index="{{layerindex}}">{{layername}}</li>
|
2013-09-26 00:43:21 +04:00
|
|
|
</script>
|
|
|
|
<ul class="layers-list"></ul>
|
2013-09-25 02:11:12 +04:00
|
|
|
</div>
|