mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
<div class="note-detail-image note-detail-component">
|
|
<div style="display: flex; justify-content: space-evenly; margin: 10px;">
|
|
<button class="image-download btn btn-sm btn-primary" type="button">Download</button>
|
|
|
|
<button class="image-copy-to-clipboard btn btn-sm btn-primary" type="button">Copy to clipboard</button>
|
|
|
|
<button class="image-upload-new-revision btn btn-sm btn-primary" type="button">Upload new revision</button>
|
|
</div>
|
|
|
|
<div class="note-detail-image-wrapper">
|
|
<img class="note-detail-image-view" />
|
|
</div>
|
|
|
|
<div style="display: flex; justify-content: space-evenly; margin: 10px;">
|
|
<span>
|
|
<strong>Original file name:</strong>
|
|
<span class="image-filename"></span>
|
|
</span>
|
|
|
|
<span>
|
|
<strong>File type:</strong>
|
|
<span class="image-filetype"></span>
|
|
</span>
|
|
|
|
<span>
|
|
<strong>File size:</strong>
|
|
<span class="image-filesize"></span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
|
|
<input type="file" class="image-upload-new-revision-input" style="display: none"> |