59 lines
1.6 KiB
Smarty
59 lines
1.6 KiB
Smarty
<article>
|
|
<header>
|
|
<h2>
|
|
<img src="templates/{$theme}/assets/img/icons/aps.png" alt="" />
|
|
{$lng['aps']['specialoptions']}
|
|
</h2>
|
|
</header>
|
|
|
|
<section class="fullform bradiusodd">
|
|
<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.png" alt="" />
|
|
{$lng['aps']['manageinstances']}
|
|
</h2>
|
|
</header>
|
|
|
|
<section class="fullform bradiusodd">
|
|
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded">
|
|
<fieldset>
|
|
<legend>Froxlor - {$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']}" /> <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>
|