Files
Froxlor/templates/Sparkle/admin/configfiles/configfiles.tpl
2015-02-09 13:54:55 +01:00

41 lines
1.2 KiB
Smarty

$header
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/settings_big.png" alt="" />&nbsp;
{$dist_display}&nbsp;&raquo;&nbsp;
{$services[$service]->title}&nbsp;&raquo;&nbsp;
{$daemons[$daemon]->title}&nbsp;[<a href="{$linker->getLink(array('section' => 'configfiles', 'page' => $page, 'distribution' => $distribution, 'service' => $service))}">{$lng['panel']['back']}</a>]
</h2>
</header>
<section>
<table class="full" id="howto">
<tr>
<th>{$lng['admin']['configfiles']['legend']}</th>
<th class="right">[close]</th>
</tr>
<tr>
<th>{$lng['admin']['configfiles']['commands']}</th>
<td><pre class="shell">
chmod u+x example-script.sh
./example-script.sh</pre></td>
</tr>
<tr>
<th>{$lng['admin']['configfiles']['files']}</th>
<td>
<pre class="filecontent">Lorem ipsum dolor sit amet,
consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt
ut labore et dolore magna aliquyam erat, sed diam voluptua.
At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</pre>
</td>
</tr>
</table>
</section>
<section>
{$configpage}
</section>
</article>
$footer