Notes/src/views/details/relation_map.ejs

23 lines
888 B
Plaintext
Raw Normal View History

2018-11-08 10:11:00 +01:00
<div id="note-detail-relation-map" class="note-detail-component">
<button id="relation-map-add-child-notes" class="btn" type="button"
title="Add all child notes of this relation map note">Add child notes</button>
&nbsp;
<button id="relation-map-create-child-note" class="btn" type="button"
title="Create new child note and add it into this relation map">Create child note</button>
<div class="btn-group" style="float: right; padding-right: 20px;">
<button type="button"
2018-11-09 22:18:51 +01:00
class="btn icon-button jam jam-plus"
2018-11-08 10:11:00 +01:00
title="Zoom In"
2018-11-09 22:18:51 +01:00
id="relation-map-zoom-in"></button>
2018-11-08 10:11:00 +01:00
<button type="button"
2018-11-09 22:18:51 +01:00
class="btn icon-button jam jam-minus"
2018-11-08 10:11:00 +01:00
title="Zoom Out"
2018-11-09 22:18:51 +01:00
id="relation-map-zoom-out"></button>
2018-11-08 10:11:00 +01:00
</div>
<div id="relation-map-canvas"></div>
</div>