Maketank theme
This commit is contained in:
22
templates/Maketank/admin/configfiles/choose.tpl
Normal file
22
templates/Maketank/admin/configfiles/choose.tpl
Normal file
@@ -0,0 +1,22 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/settings_big.png" alt="{$lng['admin']['configfiles']['serverconfiguration']}" />
|
||||
{$lng['admin']['configfiles']['serverconfiguration']}
|
||||
[<a href="{$linker->getLink(array('section' => 'configfiles', 'page' => 'configfiles'))}">{$lng['admin']['configfiles']['wizard']}</a>]
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<form action="{$linker->getLink(array('section' => 'configfiles'))}" method="get" enctype="application/x-www-form-urlencoded">
|
||||
<input type="hidden" name="s" value="$s" />
|
||||
<input type="hidden" name="page" value="$page" />
|
||||
|
||||
<table class="tiny center">
|
||||
$distributions
|
||||
</table>
|
||||
</form>
|
||||
</section>
|
||||
</article>
|
||||
$footer
|
||||
1
templates/Maketank/admin/configfiles/choose_daemon.tpl
Normal file
1
templates/Maketank/admin/configfiles/choose_daemon.tpl
Normal file
@@ -0,0 +1 @@
|
||||
<li><a href="{$linker->getLink(array('section' => 'configfiles', 'page' => $page, 'distribution' => $distribution_name, 'service' => $service_name, 'daemon' => $daemon_name))}">{$daemon_details['label']}</a></li>
|
||||
@@ -0,0 +1,6 @@
|
||||
<tr class="section">
|
||||
<th><strong>{$distribution_details['label']}</strong></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>$services</td>
|
||||
</tr>
|
||||
5
templates/Maketank/admin/configfiles/choose_service.tpl
Normal file
5
templates/Maketank/admin/configfiles/choose_service.tpl
Normal file
@@ -0,0 +1,5 @@
|
||||
<strong>{$service_details['label']}</strong>
|
||||
<br />
|
||||
<ul>
|
||||
$daemons
|
||||
</ul>
|
||||
40
templates/Maketank/admin/configfiles/configfiles.tpl
Normal file
40
templates/Maketank/admin/configfiles/configfiles.tpl
Normal file
@@ -0,0 +1,40 @@
|
||||
$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>
|
||||
<div class="info">
|
||||
<p>{$lng['admin']['configfiles']['legend']}</p><br />
|
||||
<p>
|
||||
{$lng['admin']['configfiles']['commands']}<br />
|
||||
<textarea class="shell" rows="2" readonly>
|
||||
chmod u+x example-script.sh
|
||||
./example-script.sh</textarea>
|
||||
</p><br />
|
||||
<p>
|
||||
{$lng['admin']['configfiles']['files']}<br />
|
||||
<textarea class="filecontent" rows="5">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.</textarea>
|
||||
</p>
|
||||
<form id="configfiles_setmysqlpw" action="#">
|
||||
MYSQL_PASSWORD: <input type="text" class="text" id="configfiles_mysqlpw" name="configfiles_mysqlpw" value="" />
|
||||
<input type="submit" value="{$lng['panel']['set']}" />
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
{$configpage}
|
||||
</section>
|
||||
</article>
|
||||
$footer
|
||||
@@ -0,0 +1,3 @@
|
||||
<div class="pushbot">
|
||||
<textarea class="shell" rows="{$numbrows}" readonly>{$commands}</textarea>
|
||||
</div>
|
||||
@@ -0,0 +1,4 @@
|
||||
<div class="pushbot">
|
||||
<textarea class="shell" rows="1" readonly>{$distro_editor} {$realname}</textarea>
|
||||
<textarea class="filecontent" rows="<if $numbrows <=20 >{$numbrows}<else>21</if>" readonly>{$file_content}</textarea>
|
||||
</div>
|
||||
@@ -0,0 +1,8 @@
|
||||
<div class="filesub">
|
||||
<fieldset class="file">
|
||||
<legend>{$realname}</legend>
|
||||
{$commands_pre}
|
||||
{$commands_file}
|
||||
{$commands_post}
|
||||
</fieldset>
|
||||
</div>
|
||||
60
templates/Maketank/admin/configfiles/wizard.tpl
Normal file
60
templates/Maketank/admin/configfiles/wizard.tpl
Normal file
@@ -0,0 +1,60 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/settings_big.png" alt="{$lng['admin']['configfiles']['serverconfiguration']}" />
|
||||
{$lng['admin']['configfiles']['serverconfiguration']}
|
||||
[<a href="{$linker->getLink(array('section' => 'configfiles', 'page' => 'overview'))}">{$lng['admin']['configfiles']['overview']}</a>]
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<form action="$filename" method="get" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<input type="hidden" name="s" value="$s" />
|
||||
<input type="hidden" name="page" value="$page" />
|
||||
|
||||
<table class="tiny center">
|
||||
<tr>
|
||||
<td><b>{$lng['admin']['configfiles']['distribution']}:</b></td>
|
||||
<td>
|
||||
<if $distribution != ''>
|
||||
<input type="hidden" name="distribution" value="$distribution"/>
|
||||
<a href="{$linker->getLink(array('section' => 'configfiles', 'page' => $page))}">{$dist_display}</a>
|
||||
<else>
|
||||
<select id="config_distribution" name="distribution">
|
||||
<option value="choose">{$lng['admin']['configfiles']['choosedistribution']}</option>
|
||||
{$distributions_select}
|
||||
</select>
|
||||
</if>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>{$lng['admin']['configfiles']['service']}:</b></td>
|
||||
<td>
|
||||
<if $service != ''>
|
||||
<input type="hidden" name="service" value="$service"/>
|
||||
<a href="{$linker->getLink(array('section' => 'configfiles', 'page' => $page, 'distribution' => $distribution))}">{$services[$service]->title}</a>
|
||||
<else>
|
||||
<select id="config_service" name="service">
|
||||
<option value="choose">{$lng['admin']['configfiles']['chooseservice']}</option>
|
||||
{$services_select}
|
||||
</select>
|
||||
</if>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>{$lng['admin']['configfiles']['daemon']}:</b></td>
|
||||
<td><select id="config_daemon" name="daemon"><option value="choose">{$lng['admin']['configfiles']['choosedaemon']}</option>{$daemons_select}</select></td>
|
||||
</tr>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" align="center"><input class="bottom" type="submit" value="{$lng['panel']['next']}" /></td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</fieldset>
|
||||
</form>
|
||||
</section>
|
||||
</article>
|
||||
$footer
|
||||
Reference in New Issue
Block a user