Notes/src/views/details/relation_map.ejs

27 lines
1.0 KiB
Plaintext
Raw Normal View History

2019-05-01 23:06:18 +02:00
<div class="note-detail-relation-map note-detail-component">
<button class="relation-map-create-child-note btn btn-sm floating-button" 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
Create child note
</button>
2018-11-08 10:11:00 +01:00
2018-11-13 22:05:32 +01:00
<button type="button"
2019-05-01 23:06:18 +02:00
class="relation-map-reset-pan-zoom btn icon-button floating-button jam jam-crop"
title="Reset pan & zoom to initial coordinates and magnification"
2019-05-21 22:35:01 +02:00
style="right: 70px;"></button>
2018-11-13 22:05:32 +01:00
2019-05-21 22:35:01 +02:00
<div class="btn-group floating-button" style="right: 10px;">
2018-11-08 10:11:00 +01:00
<button type="button"
2019-05-01 23:06:18 +02:00
class="relation-map-zoom-in btn icon-button jam jam-search-plus"
title="Zoom In"></button>
2018-11-08 10:11:00 +01:00
<button type="button"
2019-05-01 23:06:18 +02:00
class="relation-map-zoom-out btn icon-button jam jam-search-minus"
title="Zoom Out"></button>
2018-11-08 10:11:00 +01:00
</div>
2019-05-01 23:06:18 +02:00
<div class="relation-map-wrapper">
<div class="relation-map-container"></div>
</div>
2018-11-08 10:11:00 +01:00
</div>