mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
33 lines
966 B
Plaintext
33 lines
966 B
Plaintext
<div id="note-detail-file" class="note-detail-component">
|
|
<table id="file-table">
|
|
<tr>
|
|
<th>Note ID:</th>
|
|
<td id="file-note-id"></td>
|
|
</tr>
|
|
<tr>
|
|
<th>Original file name:</th>
|
|
<td id="file-filename"></td>
|
|
</tr>
|
|
<tr>
|
|
<th>File type:</th>
|
|
<td id="file-filetype"></td>
|
|
</tr>
|
|
<tr>
|
|
<th>File size:</th>
|
|
<td id="file-filesize"></td>
|
|
</tr>
|
|
<tr id="file-preview-row">
|
|
<th>Preview:</th>
|
|
<td>
|
|
<pre id="file-preview-content"></pre>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<button id="file-download" class="btn btn-primary" type="button">Download</button>
|
|
|
|
<button id="file-open" class="btn btn-primary" type="button">Open</button>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div> |