2014-03-30 05:12:56 +04:00
|
|
|
<div class="toolbox-container layers-list-container">
|
|
|
|
<h3 class="toolbox-title layers-title">Layers</h3>
|
|
|
|
<div class="toolbox-button-container layers-button-container">
|
|
|
|
<button class="button toolbox-button" data-action="add" >Add</button>
|
|
|
|
<button class="button toolbox-button" data-action="delete" >Delete</button>
|
|
|
|
<button class="button toolbox-button layers-button-arrow" data-action="up" >↑</button>
|
|
|
|
<button class="button toolbox-button layers-button-arrow" data-action="down" >↓</button>
|
2013-11-25 22:00:19 +04:00
|
|
|
</div>
|
|
|
|
<script type="text/template" id="layer-item-template">
|
2014-05-17 02:04:55 +04:00
|
|
|
<li class="layer-item {{isselected:current-layer-item}}" data-layer-index="{{layerindex}}">{{layername}}
|
|
|
|
<span class="action-icon edit-icon" title="edit name"> </span>
|
|
|
|
</li>
|
2013-11-25 22:00:19 +04:00
|
|
|
</script>
|
|
|
|
<ul class="layers-list"></ul>
|
|
|
|
</div>
|