mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 18:21:04 +08:00
13 lines
311 B
Text
13 lines
311 B
Text
<div id="filePreviewModal"
|
|
class="modal modal-file-preview"
|
|
role="dialog"
|
|
tabindex="-1"
|
|
aria-labelledby="filePreviewModal"
|
|
aria-hidden="true"
|
|
data-backdrop="static"
|
|
data-keyboard="false">
|
|
<div class="modal-dialog">
|
|
<div class="modal-content">
|
|
</div>
|
|
</div>
|
|
</div>
|