65 lines
1.9 KiB
Smarty
65 lines
1.9 KiB
Smarty
$header
|
|
<article>
|
|
<header>
|
|
<h2>
|
|
<img src="templates/{$theme}/assets/img/icons/htaccess_big.png" alt="" />
|
|
{$lng['menue']['extras']['pathoptions']}
|
|
</h2>
|
|
</header>
|
|
|
|
<section>
|
|
|
|
<form action="{$linker->getLink(array('section' => 'extras'))}" method="post" enctype="application/x-www-form-urlencoded">
|
|
|
|
<div class="overviewsearch">
|
|
{$searchcode}
|
|
</div>
|
|
|
|
<if 15 < $count >
|
|
<div class="overviewadd">
|
|
<img src="templates/{$theme}/assets/img/icons/htaccess_add.png" alt="" />
|
|
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htaccess', 'action' => 'add'))}">{$lng['extras']['pathoptions_add']}</a>
|
|
</div>
|
|
</if>
|
|
|
|
<table class="bradius">
|
|
<thead>
|
|
<tr>
|
|
<th>{$lng['panel']['path']} {$arrowcode['path']}</th>
|
|
<th>{$lng['extras']['view_directory']} {$arrowcode['options_indexes']}</th>
|
|
<th>{$lng['extras']['error404path']} {$arrowcode['error404path']}</th>
|
|
<th>{$lng['extras']['error403path']} {$arrowcode['error403path']}</th>
|
|
<th>{$lng['extras']['error500path']} {$arrowcode['error500path']}</th>
|
|
<if $cperlenabled == 1 >
|
|
<th>{$lng['extras']['execute_perl']} {$arrowcode['options_cgi']}</th>
|
|
</if>
|
|
<th>{$lng['panel']['options']}</th>
|
|
</tr>
|
|
</thead>
|
|
<if $pagingcode != ''>
|
|
<tfoot>
|
|
<tr>
|
|
<td colspan="7">{$pagingcode}</td>
|
|
</tr>
|
|
</tfoot>
|
|
</if>
|
|
<tbody>
|
|
{$htaccess}
|
|
</tbody>
|
|
</table>
|
|
|
|
<p style="display:none;">
|
|
<input type="hidden" name="s" value="$s" />
|
|
<input type="hidden" name="page" value="$page" />
|
|
</p>
|
|
|
|
<div class="overviewadd">
|
|
<img src="templates/{$theme}/assets/img/icons/htaccess_add.png" alt="" />
|
|
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htaccess', 'action' => 'add'))}">{$lng['extras']['pathoptions_add']}</a>
|
|
</div>
|
|
|
|
</section>
|
|
</article>
|
|
$footer
|
|
|