2019-02-02 23:51:00 +01:00

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>
&nbsp;
<button id="file-open" class="btn btn-primary" type="button">Open</button>
</td>
</tr>
</table>
</div>