62 lines
1.6 KiB
Smarty
62 lines
1.6 KiB
Smarty
$header
|
|
<article>
|
|
<header>
|
|
<h2>
|
|
<img src="templates/{$theme}/assets/img/icons/htpasswd_big.png" alt="" />
|
|
{$lng['menue']['extras']['directoryprotection']}
|
|
</h2>
|
|
</header>
|
|
|
|
<section>
|
|
|
|
<form action="{$linker->getLink(array('section' => 'extras'))}" method="post" enctype="application/x-www-form-urlencoded">
|
|
|
|
<div class="overviewsearch">
|
|
{$searchcode}
|
|
</div>
|
|
|
|
|
|
<div class="overviewadd">
|
|
<img src="templates/{$theme}/assets/img/icons/htpasswd_add.png" alt="" />
|
|
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htpasswds', 'action' => 'add'))}">{$lng['extras']['directoryprotection_add']}</a>
|
|
</div>
|
|
|
|
<table class="bradius">
|
|
<thead>
|
|
<tr>
|
|
<th>{$lng['login']['username']} {$arrowcode['username']}</th>
|
|
<th>{$lng['panel']['path']} {$arrowcode['path']}</th>
|
|
<th>{$lng['panel']['options']}</th>
|
|
</tr>
|
|
</thead>
|
|
<if $pagingcode != ''>
|
|
<tfoot>
|
|
<tr>
|
|
<td colspan="3">{$pagingcode}</td>
|
|
</tr>
|
|
</tfoot>
|
|
</if>
|
|
<tbody>
|
|
{$htpasswds}
|
|
</tbody>
|
|
</table>
|
|
|
|
<p style="display:none;">
|
|
<input type="hidden" name="s" value="$s" />
|
|
<input type="hidden" name="page" value="$page" />
|
|
</p>
|
|
|
|
</form>
|
|
|
|
<if 15 < $count >
|
|
<div class="overviewadd">
|
|
<img src="templates/{$theme}/assets/img/icons/htpasswd_add.png" alt="" />
|
|
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htpasswds', 'action' => 'add'))}">{$lng['extras']['directoryprotection_add']}</a>
|
|
</div>
|
|
</if>
|
|
|
|
</section>
|
|
</article>
|
|
$footer
|
|
|