2022-10-19 01:21:27 +08:00
|
|
|
|
<header>
|
|
|
|
|
<a class="close" href="#" data-bind="click: close">×</a>
|
2022-10-19 16:15:03 +08:00
|
|
|
|
<h3 data-i18n="NEXTCLOUD/SELECT_FOLDER" data-bind="hidden:files"></h3>
|
|
|
|
|
<h3 data-i18n="NEXTCLOUD/SELECT_FILES" data-bind="visible:files"></h3>
|
2022-10-19 01:21:27 +08:00
|
|
|
|
</header>
|
|
|
|
|
<div class="modal-body form-horizontal">
|
2022-10-19 16:15:03 +08:00
|
|
|
|
<!--
|
2022-10-19 01:21:27 +08:00
|
|
|
|
TODO: built tree of directories and optional files
|
|
|
|
|
In case of directories: radiobutton to select one OR click selects
|
|
|
|
|
In case of files: checkbox to select (multiple)
|
2022-10-19 16:15:03 +08:00
|
|
|
|
-->
|
|
|
|
|
<ul id="sm-nc-files-tree"></ul>
|
2022-10-19 01:21:27 +08:00
|
|
|
|
</div>
|
2023-01-04 23:11:10 +08:00
|
|
|
|
<footer data-bind="visible:files">
|
|
|
|
|
<button data-bind="click:attach" name="select" data-icon="📎" class="button-vue">attach</button>
|
|
|
|
|
<button data-bind="click:shareInternal" name="share-internal" data-icon="🔗" class="button-vue">internal</button>
|
|
|
|
|
<button data-bind="click:sharePublic" name="share-public" data-icon="🔗" class="button-vue">public</button>
|
|
|
|
|
</footer>
|