blob: 8b53948c49d9d40eec3139ebe5e54e3b7b4e3716 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<h1><i class="fa-regular fa-folder-open"></i> Browsing</h1>
<ul id="action-list">
<li><a href="@@upload_url@@">Upload here</a></li>
<li><a href="@@create_url@@">Create folder here</a></li>
</ul>
<hr />
<table id="file-list">
<thead>
<tr>
<th class="file-icon"></th>
<th class="file-name">Name</th>
<th class="file-size">Size</th>
<th class="file-delete"></th>
</tr>
</thead>
<tbody>
|