9 lines
1.3 KiB
Cheetah
9 lines
1.3 KiB
Cheetah
{{define "journal_photo_editor"}}
|
|
<div class='journal-photo-editor' data-image-editor data-journal-photo-editor>
|
|
<input type='hidden' name='journal_photo_data' value='' data-image-value>
|
|
<button type='button' class='secondary' data-image-camera>Foto mit Gerät aufnehmen</button>
|
|
<dialog class='image-dialog' data-image-dialog><h3>Foto zuschneiden</h3><div class='cropper-stage'><img alt='Vorschau zum Zuschneiden' data-cropper-image></div><div class='image-actions'><button type='button' class='secondary' data-image-rotate-left>↶ Drehen</button><button type='button' class='secondary' data-image-rotate-right>↷ Drehen</button><button type='button' data-image-apply disabled>Übernehmen</button><button type='button' class='secondary' data-image-cancel>Abbrechen</button></div><p class='field-error' data-image-error aria-live='polite'></p></dialog>
|
|
<dialog class='camera-dialog' data-camera-dialog><h3>Foto aufnehmen</h3><video autoplay muted playsinline data-camera-video></video><p class='field-error' data-camera-error aria-live='polite'></p><div class='image-actions'><button type='button' class='secondary' data-camera-switch>Kamera wechseln</button><button type='button' data-camera-capture disabled>Foto aufnehmen</button><button type='button' class='secondary' data-camera-cancel>Abbrechen</button></div></dialog>
|
|
</div>
|
|
{{end}}
|