Files
Autoindex-2.2.4/templates/default/table_header.tpl
2019-09-28 04:55:48 +02:00

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>