2014-01-30 14:55:46 -05:00
|
|
|
.modal-dialog
|
|
|
|
.modal-content
|
|
|
|
|
|
|
|
.modal-header
|
|
|
|
button(type='button', data-dismiss="modal", aria-hidden="true").close ×
|
|
|
|
h3
|
|
|
|
if selectingPoint
|
|
|
|
| Select Point
|
|
|
|
else
|
|
|
|
| Select Region
|
|
|
|
.modal-body
|
|
|
|
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
|
|
|
|
div.alert.alert-info
|
|
|
|
strong Enter
|
|
|
|
| to confirm
|
2014-03-16 16:23:01 -04:00
|
|
|
canvas(width=1848, height=1178)
|
2014-01-30 14:55:46 -05:00
|
|
|
.modal-footer
|
|
|
|
a.btn.btn-primary#done-button Done
|
|
|
|
|