41 lines
1.2 KiB
Smarty
41 lines
1.2 KiB
Smarty
$header
|
|
<article>
|
|
<header>
|
|
<h2>
|
|
<img src="templates/{$theme}/assets/img/icons/settings_big.png" alt="" />
|
|
{$dist_display} »
|
|
{$services[$service]->title} »
|
|
{$daemons[$daemon]->title} [<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
|