Files
Froxlor/templates/Sparkle/admin/aps/manage_instances.tpl
2013-10-12 15:09:33 +02:00

59 lines
1.6 KiB
Smarty

<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/aps_big.png" alt="" />&nbsp;
{$lng['aps']['specialoptions']}
</h2>
</header>
<section class="fullform bradius">
<table class="formtable">
<tr>
<td><strong>{$lng['aps']['statistics']}</strong></td>
<td>$Statistics</td>
</tr>
</table>
</fieldset>
<br /><br />
</section>
</article>
<br /><br />
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/aps_big.png" alt="" />&nbsp;
{$lng['aps']['manageinstances']}
</h2>
</header>
<section class="fullform bradius">
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded">
<fieldset>
<legend>Froxlor&nbsp;-&nbsp;{$lng['aps']['manageinstances']}</legend>
<table class="formtable">
<thead>
<tr>
<th style="text-align:center;">{$lng['aps']['packagenameandstatus']}</th>
<th style="text-align:center;">{$lng['aps']['stopinstall']}</th>
<th style="text-align:center;">{$lng['aps']['uninstall']}</th>
</tr>
</thead>
<tbody>
{$Instances}
<td colspan="3"><input class="bottom" type="reset" value="{$lng['panel']['reset']}" />&nbsp;<input type="submit" name="save" value="{$lng['panel']['save']}" /></td>
</tr>
</tbody>
</table>
<p style="display: none;">
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="page" value="$page" />
<input type="hidden" name="action" value="$action" />
<input type="hidden" name="send" value="send" />
</p>
</fieldset>
</form>
<br /><br />
</section>
</article>