You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/core/templates/filepicker.html

11 lines
327 B

<div id="{dialog_name}" title="{title}">
<button id="dirup"></button>
<select id="dirtree"></select>
<ul id="filelist">
<li data-entryname="{filename}" data-type="{type}" data-dcid="{dcid}">
<img src="{imgsrc}" />
<span class="filename">{filename}</span>
<span class="date">{date}</span>
</li>
</ul>
</div>