2014-11-29 14:39:37 -05:00
|
|
|
extends /templates/core/modal-base
|
2014-03-17 07:44:00 -04:00
|
|
|
|
|
|
|
|
|
|
|
block modal-header-content
|
|
|
|
h3
|
|
|
|
if selectingPoint
|
|
|
|
| Select Point
|
|
|
|
else
|
|
|
|
| Select Region
|
|
|
|
|
|
|
|
block modal-body-content
|
|
|
|
div.instructions
|
|
|
|
div.alert.alert-info
|
|
|
|
strong Click
|
|
|
|
| to pan
|
|
|
|
div.alert.alert-info
|
|
|
|
strong Scroll
|
|
|
|
| to zoom
|
|
|
|
if selectingPoint
|
|
|
|
div.alert.alert-info
|
|
|
|
strong Shift-click
|
|
|
|
| to select
|
|
|
|
else
|
|
|
|
div.alert.alert-info
|
|
|
|
strong Shift-drag
|
|
|
|
| to select
|
2014-09-15 18:38:07 -04:00
|
|
|
if flexibleRegion
|
|
|
|
div.alert.alert-info
|
|
|
|
strong Alt-shift-drag
|
|
|
|
| to select ratio
|
|
|
|
else
|
|
|
|
div.alert.alert-info
|
|
|
|
strong Enter
|
|
|
|
| to confirm
|
2014-10-01 16:26:38 -04:00
|
|
|
.canvas-wrapper
|
|
|
|
canvas(width=924, height=589).webgl-canvas
|
|
|
|
canvas(width=924, height=589).normal-canvas
|
2014-03-17 07:44:00 -04:00
|
|
|
|
|
|
|
block modal-footer-content
|
|
|
|
a.btn.btn-primary#done-button Done
|
2014-01-30 14:55:46 -05:00
|
|
|
|