16 lines
410 B
Smarty
16 lines
410 B
Smarty
<table class="table table-hover table-condensed" style="overflow: auto;">
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Extension</th>
|
|
<th>URL</th>
|
|
<th>Action</th>
|
|
</tr>
|
|
${content}
|
|
<tr>
|
|
<br>
|
|
<th><input type="file" name="datei"></th>
|
|
<th></th>
|
|
<th></th>
|
|
<th><input type="submit" class="btn" value="Upload"></th>
|
|
</tr>
|
|
</table> |