2018-11-08 10:11:00 +01:00
|
|
|
<div id="note-detail-relation-map" class="note-detail-component">
|
2018-11-12 15:10:49 +01:00
|
|
|
<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>
|
2018-11-08 10:11:00 +01:00
|
|
|
|
2018-11-12 15:10:49 +01:00
|
|
|
Create child note
|
|
|
|
</button>
|
2018-11-08 10:11:00 +01:00
|
|
|
|
|
|
|
<div class="btn-group" style="float: right; padding-right: 20px;">
|
|
|
|
<button type="button"
|
2018-11-12 15:10:49 +01:00
|
|
|
class="btn icon-button jam jam-search-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-12 15:10:49 +01:00
|
|
|
class="btn icon-button jam jam-search-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>
|
|
|
|
|
2018-11-11 23:21:43 +01:00
|
|
|
<div id="relation-map-wrapper">
|
|
|
|
<div id="relation-map-container"></div>
|
|
|
|
</div>
|
2018-11-08 10:11:00 +01:00
|
|
|
</div>
|