summaryrefslogtreecommitdiffstats
path: root/core/templates/filepicker.html
blob: e7aa77a732adea73722be3a6014d6cfaa7e3eb06 (plain)
1
2
3
4
5
6
7
8
9
10
11
<div id="{dialog_name}" title="{title}">
	<button class="dirup"></button>
	<span class="dirtree"></span>
	<ul class="filelist">
		<li data-entryname="{filename}" data-type="{type}">
			<img src="{imgsrc}" />
			<span class="filename">{filename}</span>
			<span class="date">{date}</span>
		</li>
	</ul>
</div>