Files
Froxlor/templates/Froxlor/customer/extras/htaccess.tpl
Florian Aders (EleRas) 4400125c7e Fixed icon naming
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
2011-02-13 18:36:56 +01:00

65 lines
1.7 KiB
Smarty

$header
<article>
<header>
<h2>
<img src="images/Froxlor/icons/htaccess.png" alt="" />&nbsp;
{$lng['menue']['extras']['pathoptions']}
</h2>
</header>
<section>
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded">
<div class="overviewsearch">
{$searchcode}
</div>
<if 15 < $count >
<div class="overviewadd">
<img src="images/Froxlor/icons/htaccess_add.png" alt="" />&nbsp;
<a href="$filename?page=htaccess&amp;action=add&amp;s=$s">{$lng['extras']['pathoptions_add']}</a>
</div>
</if>
<table class="bradiusodd">
<thead>
<tr>
<th>{$lng['panel']['path']}&nbsp;{$arrowcode['path']}</th>
<th>{$lng['extras']['view_directory']}&nbsp;{$arrowcode['options_indexes']}</th>
<th>{$lng['extras']['error404path']}&nbsp;{$arrowcode['error404path']}</th>
<th>{$lng['extras']['error403path']}&nbsp;{$arrowcode['error403path']}</th>
<th>{$lng['extras']['error500path']}&nbsp;{$arrowcode['error500path']}</th>
<if $cperlenabled == 1 >
<th>{$lng['extras']['execute_perl']}&nbsp;{$arrowcode['options_cgi']}</th>
</if>
<th>{$lng['panel']['options']}</th>
</tr>
</thead>
<if $pagingcode != ''>
<tfoot>
<tr>
<td>{$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="images/Froxlor/icons/htaccess_add.png" alt="" />&nbsp;
<a href="$filename?page=htaccess&amp;action=add&amp;s=$s">{$lng['extras']['pathoptions_add']}</a>
</div>
</section>
</article>
$footer