mirror of
https://github.com/Dark1-dev/AutoIndex-Php8.git
synced 2026-02-23 15:11:06 +01:00
24 lines
901 B
Smarty
Executable File
24 lines
901 B
Smarty
Executable File
<div>{words:index of} {info:path_nav}</div>
|
|
<table class="autoindex_table">
|
|
<tr>
|
|
<th class="autoindex_th">
|
|
<a class="plain_link" href="{sort:filename}" title="{words:sort by} {words:file}">{words:file}</a>
|
|
</th>
|
|
{if:download_count}
|
|
<th class="autoindex_th">
|
|
<a class="plain_link" href="{sort:downloads}" title="{words:sort by} {words:downloads}">{words:downloads}</a>
|
|
</th>
|
|
{end if:download_count}
|
|
<th class="autoindex_th">
|
|
<a class="plain_link" href="{sort:size}" title="{words:sort by} {words:size}">{words:size}</a>
|
|
</th>
|
|
<th class="autoindex_th">
|
|
<a class="plain_link" href="{sort:m_time}" title="{words:sort by} {words:date}">{words:date}</a>
|
|
</th>
|
|
{if:description_file}
|
|
<th class="autoindex_th">
|
|
<a class="plain_link" href="{sort:description}" title="{words:sort by} {words:description}">{words:description}</a>
|
|
</th>
|
|
{end if:description_file}
|
|
</tr>
|