Notes/src/views/details/relation_map.ejs

24 lines
844 B
Plaintext

<div id="note-detail-relation-map" class="note-detail-component">
<button id="relation-map-create-child-note" class="btn btn-sm" type="button"
title="Create new child note and add it into this relation map">
<span class="jam jam-plus"></span>
Create child note
</button>
<div class="btn-group" style="float: right; padding-right: 20px;">
<button type="button"
class="btn icon-button jam jam-search-plus"
title="Zoom In"
id="relation-map-zoom-in"></button>
<button type="button"
class="btn icon-button jam jam-search-minus"
title="Zoom Out"
id="relation-map-zoom-out"></button>
</div>
<div id="relation-map-wrapper">
<div id="relation-map-container"></div>
</div>
</div>