welcome on board new 'Sparkle' theme and also welcome on board BNoiZe as theme maintainer (creater of Sparkle theme)
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
1
templates/.gitignore
vendored
1
templates/.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
!Froxlor/
|
!Froxlor/
|
||||||
|
!Sparkle/
|
||||||
Froxlor/assets/img/logo_custom.png
|
Froxlor/assets/img/logo_custom.png
|
||||||
!misc/
|
!misc/
|
||||||
|
|||||||
2
templates/Sparkle/AUTHORS
vendored
Normal file
2
templates/Sparkle/AUTHORS
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
created and maintained by Roman Schmerold <BNoiZe@froxlor.org>
|
||||||
|
|
||||||
67
templates/Sparkle/admin/admins/admins.tpl
vendored
Normal file
67
templates/Sparkle/admin/admins/admins.tpl
vendored
Normal file
@@ -0,0 +1,67 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/group_edit_big.png" alt="" />
|
||||||
|
{$lng['admin']['admins']} ({$admincount})
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<form action="{$linker->getLink(array('section' => 'admins'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
|
||||||
|
<div class="overviewsearch">
|
||||||
|
{$searchcode}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<if 15 < $count >
|
||||||
|
<div class="overviewadd">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/user_add.png" alt="" />
|
||||||
|
<a href="{$linker->getLink(array('section' => 'admins', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['admin_add']}</a>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
|
||||||
|
<table class="bradiusodd">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
{$lng['customer']['name']} {$arrowcode['name']}
|
||||||
|
</th>
|
||||||
|
<th>
|
||||||
|
{$lng['login']['username']} {$arrowcode['loginname']}
|
||||||
|
</th>
|
||||||
|
<th>{$lng['admin']['customers']}</th>
|
||||||
|
<th> </th>
|
||||||
|
<th>{$lng['panel']['options']}</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<if $pagingcode != ''>
|
||||||
|
<tfoot>
|
||||||
|
<tr>
|
||||||
|
<td colspan="5">{$pagingcode}</td>
|
||||||
|
</tr>
|
||||||
|
</tfoot>
|
||||||
|
</if>
|
||||||
|
<tbody>
|
||||||
|
$admins
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<p style="display:none;">
|
||||||
|
<input type="hidden" name="s" value="$s" />
|
||||||
|
<input type="hidden" name="page" value="$page" />
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</form>
|
||||||
|
|
||||||
|
<div class="overviewadd">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/user_add.png" alt="" />
|
||||||
|
<a href="{$linker->getLink(array('section' => 'admins', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['admin_add']}</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
|
|
||||||
41
templates/Sparkle/admin/admins/admins_add.tpl
vendored
Normal file
41
templates/Sparkle/admin/admins/admins_add.tpl
vendored
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/user_add_big.png" alt="{$title}" />
|
||||||
|
{$title}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
|
||||||
|
<form action="{$linker->getLink(array('section' => 'admins'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
<fieldset>
|
||||||
|
<legend>Froxlor - {$title}</legend>
|
||||||
|
|
||||||
|
<table class="formtable">
|
||||||
|
{$admin_add_form}
|
||||||
|
</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>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
<br />
|
||||||
|
<article>
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
<p style="margin-left:15px;">
|
||||||
|
<span style="color:#ff0000;">*</span>: {$lng['admin']['valuemandatory']}<br />
|
||||||
|
<span style="color:#ff0000;">**</span>: {$lng['admin']['valuemandatorycompany']}
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
64
templates/Sparkle/admin/admins/admins_admin.tpl
vendored
Normal file
64
templates/Sparkle/admin/admins/admins_admin.tpl
vendored
Normal file
@@ -0,0 +1,64 @@
|
|||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
{$row['name']}
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<if $row['adminid'] != $userinfo['userid']>
|
||||||
|
<a href="{$linker->getLink(array('section' => 'admins', 'page' => $page, 'action' => 'su', 'id' => $row['adminid']))}" rel="external">{$row['loginname']}</a>
|
||||||
|
</if>
|
||||||
|
<if $row['adminid'] == $userinfo['userid']>
|
||||||
|
{$row['loginname']}
|
||||||
|
</if>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
{$row['customers_used']}
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<div>
|
||||||
|
<span class="overviewcustomerextras">
|
||||||
|
<span>Webspace:</span>
|
||||||
|
<if $row['diskspace'] != 'UL'>
|
||||||
|
<if (($row['diskspace']/100)*(int)$settings['system']['report_webmax']) < $row['diskspace_used']>
|
||||||
|
<div class="progress progress-danger progress-striped">
|
||||||
|
<div class="bar" style="width: {$disk_percent}%"></div>
|
||||||
|
</div>
|
||||||
|
<else>
|
||||||
|
<div class="progress progress-striped">
|
||||||
|
<div class="bar" style="width: {$disk_percent}%"></div>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
<else>
|
||||||
|
<div class="progress progress-striped">
|
||||||
|
<div class="bar" style="width: 0%"></div>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
</span>
|
||||||
|
<span class="overviewcustomerextras">
|
||||||
|
<span>Traffic:</span>
|
||||||
|
<if $row['traffic'] != 'UL'>
|
||||||
|
<if (($row['traffic']/100)*(int)$settings['system']['report_trafficmax']) < $row['traffic_used']>
|
||||||
|
<div class="progress progress-danger progress-striped">
|
||||||
|
<div class="bar" style="width: {$traffic_percent}%"></div>
|
||||||
|
</div>
|
||||||
|
<else>
|
||||||
|
<div class="progress progress-striped">
|
||||||
|
<div class="bar" style="width: {$traffic_percent}%"></div>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
<else>
|
||||||
|
<div class="progress progress-striped">
|
||||||
|
<div class="bar" style="width: 0%"></div>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="{$linker->getLink(array('section' => 'admins', 'page' => $page, 'action' => 'edit', 'id' => $row['adminid']))}" style="text-decoration:none;">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{$lng['panel']['edit']}" />
|
||||||
|
</a>
|
||||||
|
<a href="{$linker->getLink(array('section' => 'admins', 'page' => $page, 'action' => 'delete', 'id' => $row['adminid']))}" style="text-decoration:none;">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{$lng['panel']['delete']}" />
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
48
templates/Sparkle/admin/admins/admins_edit.tpl
vendored
Normal file
48
templates/Sparkle/admin/admins/admins_edit.tpl
vendored
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/user_edit_big.png" alt="{$title}" />
|
||||||
|
{$title}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<if $result['adminid'] == $userinfo['userid']>
|
||||||
|
<div class="warningcontainer bradius">
|
||||||
|
<div class="warning">{$lng['error']['youcanteditallfieldsofyourself']}</div>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
|
||||||
|
<form action="{$linker->getLink(array('section' => 'admins'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
<fieldset>
|
||||||
|
<legend>Froxlor - {$title}</legend>
|
||||||
|
|
||||||
|
<table class="formtable">
|
||||||
|
{$admin_edit_form}
|
||||||
|
</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="id" value="$id" />
|
||||||
|
<input type="hidden" name="send" value="send" />
|
||||||
|
</p>
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
<br />
|
||||||
|
<article>
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
<p style="margin-left:15px;">
|
||||||
|
<span style="color:#ff0000;">*</span>: {$lng['admin']['valuemandatory']}
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
|
|
||||||
24
templates/Sparkle/admin/aps/askyesno.tpl
vendored
Normal file
24
templates/Sparkle/admin/aps/askyesno.tpl
vendored
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
<div class="messagewrapper">
|
||||||
|
<div class="warningcontainer bradius">
|
||||||
|
<div class="warningtitle">{$lng['question']['question']}</div>
|
||||||
|
<div class="warning">
|
||||||
|
$Message
|
||||||
|
<div style="text-align:right;">
|
||||||
|
<form name="continue" action="$filename" method="post">
|
||||||
|
<input type="submit" name="answer" value="{$lng['panel']['yes']}" />
|
||||||
|
<input type="hidden" name="save" value="1"/>
|
||||||
|
<input type="hidden" name="s" value="$s"/>
|
||||||
|
<input type="hidden" name="action" value="$action"/>
|
||||||
|
$Ids
|
||||||
|
</form>
|
||||||
|
|
||||||
|
<form name="back" action="$filename" method="post">
|
||||||
|
<input type="submit" class="nobutton" name="submit" value="{$lng['panel']['no']}" />
|
||||||
|
<input type="hidden" name="action" value="$action"/>
|
||||||
|
<input type="hidden" name="s" value="$s"/>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
1
templates/Sparkle/admin/aps/footer.tpl
vendored
Normal file
1
templates/Sparkle/admin/aps/footer.tpl
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
$footer
|
||||||
1
templates/Sparkle/admin/aps/header.tpl
vendored
Normal file
1
templates/Sparkle/admin/aps/header.tpl
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
$header
|
||||||
24
templates/Sparkle/admin/aps/infobox.tpl
vendored
Normal file
24
templates/Sparkle/admin/aps/infobox.tpl
vendored
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
<if $Type == 0>
|
||||||
|
<div class="warningcontainer bradius">
|
||||||
|
<div class="warningtitle">{$lng['success']['success']}</div>
|
||||||
|
<div class="warning">
|
||||||
|
$Message
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
<if $Type == 1>
|
||||||
|
<div class="errorcontainer bradius">
|
||||||
|
<div class="errortitle">{$lng['error']['error']}</div>
|
||||||
|
<div class="error">
|
||||||
|
$Message
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
<if $Type == 2>
|
||||||
|
<div class="successcontainer bradius">
|
||||||
|
<div class="successtitle">{$lng['success']['success']}</div>
|
||||||
|
<div class="success">
|
||||||
|
$Message
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
58
templates/Sparkle/admin/aps/manage_instances.tpl
vendored
Normal file
58
templates/Sparkle/admin/aps/manage_instances.tpl
vendored
Normal file
@@ -0,0 +1,58 @@
|
|||||||
|
<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>
|
||||||
5
templates/Sparkle/admin/aps/manage_instances_detail.tpl
vendored
Normal file
5
templates/Sparkle/admin/aps/manage_instances_detail.tpl
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<tr>
|
||||||
|
<td class="field_name_border_left" style="padding-left: 2em;">{$Row['name']}, {$Row['firstname']} <if $Row['company'] != ''> | {$Row['company']}</if> ({$Row['loginname']}): {$database}; {$main_domain}</td>
|
||||||
|
<td class="field_name" style="text-align:center;"><if isset($Stop) == true>$Stop</if></td>
|
||||||
|
<td class="field_name" style="text-align:center;"><if isset($Remove) == true>$Remove</if></td>
|
||||||
|
</tr>
|
||||||
3
templates/Sparkle/admin/aps/manage_instances_package.tpl
vendored
Normal file
3
templates/Sparkle/admin/aps/manage_instances_package.tpl
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<tr>
|
||||||
|
<td class="field_display_border_left" colspan="3"><strong>{$Row['Name']} {$Row['Version']} (Release {$Row['Release']})</strong></td>
|
||||||
|
</tr>
|
||||||
3
templates/Sparkle/admin/aps/manage_instances_status.tpl
vendored
Normal file
3
templates/Sparkle/admin/aps/manage_instances_status.tpl
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<tr>
|
||||||
|
<td class="title" colspan="3" style="font-size: 1.1em;"><strong>{$Caption}</strong></td>
|
||||||
|
</tr>
|
||||||
110
templates/Sparkle/admin/aps/manage_packages.tpl
vendored
Normal file
110
templates/Sparkle/admin/aps/manage_packages.tpl
vendored
Normal file
@@ -0,0 +1,110 @@
|
|||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/aps.png" alt="" />
|
||||||
|
{$lng['aps']['specialoptions']}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="midform midformaps_2 bradiusodd">
|
||||||
|
|
||||||
|
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
<p style="margin-left:10px;">
|
||||||
|
<strong>{$lng['admin']['phpsettings']['actions']}</strong>
|
||||||
|
</p>
|
||||||
|
<p style="margin-left:10px;">
|
||||||
|
<input type="hidden" name="s" value="$s" />
|
||||||
|
<input type="hidden" name="action" value="$action" />
|
||||||
|
<input type="hidden" name="page" value="$page" />
|
||||||
|
<input type="hidden" name="save" value="save" />
|
||||||
|
<input type="submit" name="downloadallpackages" value="{$lng['aps']['downloadallpackages']}" />
|
||||||
|
</p>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
<p style="margin-left:10px;">
|
||||||
|
<input type="hidden" name="s" value="$s" />
|
||||||
|
<input type="hidden" name="action" value="$action" />
|
||||||
|
<input type="hidden" name="page" value="$page" />
|
||||||
|
<input type="hidden" name="save" value="save" />
|
||||||
|
<input type="submit" name="updateallpackages" value="{$lng['aps']['updateallpackages']}" />
|
||||||
|
</p>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
<p style="margin-left:10px;">
|
||||||
|
<input type="hidden" name="s" value="$s" />
|
||||||
|
<input type="hidden" name="action" value="$action" />
|
||||||
|
<input type="hidden" name="page" value="$page" />
|
||||||
|
<input type="hidden" name="save" value="save" />
|
||||||
|
<input type="submit" name="enablenewest" value="{$lng['aps']['enablenewest']}" />
|
||||||
|
</p>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
<p style="margin-left:10px;">
|
||||||
|
<input type="hidden" name="s" value="$s" />
|
||||||
|
<input type="hidden" name="action" value="$action" />
|
||||||
|
<input type="hidden" name="page" value="$page" />
|
||||||
|
<input type="hidden" name="save" value="save" />
|
||||||
|
<input type="submit" name="removeunused" value="{$lng['aps']['removeunused']}" />
|
||||||
|
</p>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<br />
|
||||||
|
<section class="midform bradiusodd">
|
||||||
|
<p style="margin-left:10px;"><strong>{$lng['aps']['statistics']}</strong></p>
|
||||||
|
<p style="margin-left:10px;">{$Statistics}</p>
|
||||||
|
</section>
|
||||||
|
</article>
|
||||||
|
<br />
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/aps.png" alt="" />
|
||||||
|
{$lng['aps']['managepackages']}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
|
||||||
|
<table class="bradiusodd aps">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th style="width:30%;">{$lng['aps']['packagenameandversion']}</th>
|
||||||
|
<th>{$lng['ticket']['status']}</th>
|
||||||
|
<th>{$lng['aps']['installations']}</th>
|
||||||
|
<th style="width:7%;">{$lng['aps']['lock']}</th>
|
||||||
|
<th style="width:7%;">{$lng['aps']['unlock']}</th>
|
||||||
|
<th style="width:7%;">{$lng['aps']['remove']}</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tfoot>
|
||||||
|
<tr>
|
||||||
|
<td colspan="3" style="border-top:1px solid #666;"><strong>{$lng['aps']['allpackages']}</strong></td>
|
||||||
|
<td style="width:7%;text-align:center;border-top:1px solid #666;"><input type="radio" name="all" value="lock"/></td>
|
||||||
|
<td style="width:7%;text-align:center;border-top:1px solid #666;"><input type="radio" name="all" value="unlock"/></td>
|
||||||
|
<td style="width:7%;text-align:center;border-top:1px solid #666;"><input type="radio" name="all" value="remove"/></td>
|
||||||
|
</tr>
|
||||||
|
</tfoot>
|
||||||
|
<tbody>
|
||||||
|
{$Packages}
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<p class="submit">
|
||||||
|
<input type="hidden" name="s" value="$s" />
|
||||||
|
<input type="hidden" name="action" value="$action" />
|
||||||
|
<input type="hidden" name="page" value="$page" />
|
||||||
|
<input type="reset" value="{$lng['panel']['reset']}"/>
|
||||||
|
<input type="submit" name="save" value="{$lng['panel']['save']}"/>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
8
templates/Sparkle/admin/aps/manage_packages_detail.tpl
vendored
Normal file
8
templates/Sparkle/admin/aps/manage_packages_detail.tpl
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<tr>
|
||||||
|
<td>{$Row2['Version']} (Release {$Row2['Release']})</td>
|
||||||
|
<td><if $Row2['Status'] == PACKAGE_LOCKED>{$lng['aps']['package_locked']}</if><if $Row2['Status'] == PACKAGE_ENABLED>{$lng['aps']['package_enabled']}</if></td>
|
||||||
|
<td>{$Installations}</td>
|
||||||
|
<td style="text-align:center;">$Lock</td>
|
||||||
|
<td style="text-align:center;">$Unlock</td>
|
||||||
|
<td style="text-align:center;"><if $Installations == 0>$Remove</if></td>
|
||||||
|
</tr>
|
||||||
30
templates/Sparkle/admin/aps/manage_packages_download.tpl
vendored
Normal file
30
templates/Sparkle/admin/aps/manage_packages_download.tpl
vendored
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/aps.png" alt="" />
|
||||||
|
{$lng['aps']['specialoptions']}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="midform midformaps_2 bradiusodd">
|
||||||
|
|
||||||
|
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
<fieldset>
|
||||||
|
<legend>Froxlor - {$lng['aps']['specialoptions']}</legend>
|
||||||
|
<p>
|
||||||
|
<strong>{$lng['admin']['phpsettings']['actions']}</strong>
|
||||||
|
</p>
|
||||||
|
<p class="submit">
|
||||||
|
<input type="hidden" name="s" value="$s" />
|
||||||
|
<input type="hidden" name="action" value="$action" />
|
||||||
|
<input type="hidden" name="page" value="$page" />
|
||||||
|
<input type="hidden" name="save" value="save" />
|
||||||
|
<input type="submit" name="downloadallpackages" value="{$lng['aps']['downloadallpackages']}" />
|
||||||
|
</p>
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
3
templates/Sparkle/admin/aps/manage_packages_row.tpl
vendored
Normal file
3
templates/Sparkle/admin/aps/manage_packages_row.tpl
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<tr>
|
||||||
|
<td colspan="6" style="border-top: 1px solid #666;border-bottom:1px solid #666;"><strong>{$Row['Name']}</strong></td>
|
||||||
|
</tr>
|
||||||
29
templates/Sparkle/admin/aps/upload.tpl
vendored
Normal file
29
templates/Sparkle/admin/aps/upload.tpl
vendored
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/aps_upload.png" alt="" />
|
||||||
|
{$lng['aps']['upload']}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="midform midformaps_1 bradiusodd">
|
||||||
|
|
||||||
|
<form action="$filename" method="post" enctype="multipart/form-data">
|
||||||
|
<fieldset>
|
||||||
|
<legend>Froxlor - {$lng['aps']['upload']}</legend>
|
||||||
|
<p>
|
||||||
|
<strong>{$lng['aps']['upload_description']}</strong><br />
|
||||||
|
<a href="http://www.apsstandard.org/" rel="external">http://www.apsstandard.org/</a>
|
||||||
|
</p>
|
||||||
|
{$Output}
|
||||||
|
|
||||||
|
<input type="hidden" name="s" value="$s" />
|
||||||
|
<input type="hidden" name="page" value="$page" />
|
||||||
|
<input type="hidden" name="action" value="$action" />
|
||||||
|
<input type="submit" value="{$lng['aps']['upload']}" />
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
25
templates/Sparkle/admin/configfiles/choose.tpl
vendored
Normal file
25
templates/Sparkle/admin/configfiles/choose.tpl
vendored
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
$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 class="tinyform bradiusodd">
|
||||||
|
<form action="{$linker->getLink(array('section' => 'configfiles'))}" method="get" enctype="application/x-www-form-urlencoded">
|
||||||
|
<fieldset>
|
||||||
|
<legend>Froxlor - {$lng['admin']['configfiles']['serverconfiguration']}</legend>
|
||||||
|
<input type="hidden" name="s" value="$s" />
|
||||||
|
<input type="hidden" name="page" value="$page" />
|
||||||
|
|
||||||
|
<table class="formtable">
|
||||||
|
$distributions
|
||||||
|
</table>
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
1
templates/Sparkle/admin/configfiles/choose_daemon.tpl
vendored
Normal file
1
templates/Sparkle/admin/configfiles/choose_daemon.tpl
vendored
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>
|
||||||
9
templates/Sparkle/admin/configfiles/choose_distribution.tpl
vendored
Normal file
9
templates/Sparkle/admin/configfiles/choose_distribution.tpl
vendored
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<tr>
|
||||||
|
<td><strong>{$distribution_details['label']}</strong></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>$services</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><br /></td>
|
||||||
|
</tr>
|
||||||
5
templates/Sparkle/admin/configfiles/choose_service.tpl
vendored
Normal file
5
templates/Sparkle/admin/configfiles/choose_service.tpl
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{$service_details['label']}
|
||||||
|
<br />
|
||||||
|
<ul>
|
||||||
|
$daemons
|
||||||
|
</ul>
|
||||||
26
templates/Sparkle/admin/configfiles/configfiles.tpl
vendored
Normal file
26
templates/Sparkle/admin/configfiles/configfiles.tpl
vendored
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/settings_big.png" alt="" />
|
||||||
|
{$configfiles[$distribution]['label']} »
|
||||||
|
{$configfiles[$distribution]['services'][$service]['label']} »
|
||||||
|
{$configfiles[$distribution]['services'][$service]['daemons'][$daemon]['label']}
|
||||||
|
[<a href="{$linker->getLink(array('section' => 'configfiles', 'page' => $page, 'distribution' => $distribution, 'service' => $service))}">{$lng['panel']['back']}</a>]
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
<table class="formtable">
|
||||||
|
{$configpage}
|
||||||
|
<if $restart != ''>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['admin']['configfiles']['restart']}<br /><br />
|
||||||
|
<textarea class="textarea_border" rows="3" cols="70" readonly="readonly">$restart</textarea></td>
|
||||||
|
</tr>
|
||||||
|
</if>
|
||||||
|
</table>
|
||||||
|
<br /><br />
|
||||||
|
</section>
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
4
templates/Sparkle/admin/configfiles/configfiles_commands.tpl
vendored
Normal file
4
templates/Sparkle/admin/configfiles/configfiles_commands.tpl
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<tr>
|
||||||
|
<td>{$lng['admin']['configfiles']['commands']}<br /><br />
|
||||||
|
<textarea rows="6" cols="70" readonly="readonly">{$commands}</textarea></td>
|
||||||
|
</tr>
|
||||||
5
templates/Sparkle/admin/configfiles/configfiles_file.tpl
vendored
Normal file
5
templates/Sparkle/admin/configfiles/configfiles_file.tpl
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<p>
|
||||||
|
<label><b>{$realname}:</b></label><br />
|
||||||
|
<textarea rows="<if $numbrows <= 8 >{$numbrows}</if><if 8 < $numbrows >8</if>" cols="70" readonly="readonly">{$file_content}</textarea>
|
||||||
|
</p>
|
||||||
|
|
||||||
3
templates/Sparkle/admin/configfiles/configfiles_files.tpl
vendored
Normal file
3
templates/Sparkle/admin/configfiles/configfiles_files.tpl
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<tr>
|
||||||
|
<td>{$lng['admin']['configfiles']['files']}<br /><br />{$files}</td>
|
||||||
|
</tr>
|
||||||
39
templates/Sparkle/admin/configfiles/wizard.tpl
vendored
Normal file
39
templates/Sparkle/admin/configfiles/wizard.tpl
vendored
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
$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 class="tinyform bradiusodd">
|
||||||
|
<form action="$filename" method="get" enctype="application/x-www-form-urlencoded">
|
||||||
|
<fieldset>
|
||||||
|
<legend>Froxlor - Wizard</legend>
|
||||||
|
<input type="hidden" name="s" value="$s" />
|
||||||
|
<input type="hidden" name="page" value="$page" />
|
||||||
|
|
||||||
|
<table class="formtable">
|
||||||
|
<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))}">{$configfiles[$distribution]['label']}</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))}">{$configfiles[$distribution]['services'][$service]['label']}</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>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2" align="center"><input class="bottom" type="submit" value="{$lng['panel']['next']}" /></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
33
templates/Sparkle/admin/cronjobs/cronjob_edit.tpl
vendored
Normal file
33
templates/Sparkle/admin/cronjobs/cronjob_edit.tpl
vendored
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/clock_edit_big.png" alt="{$title}" />
|
||||||
|
{$title}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
|
||||||
|
<form action="{$linker->getLink(array('section' => 'cronjobs'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
<fieldset>
|
||||||
|
<legend>Froxlor - {$title}</legend>
|
||||||
|
|
||||||
|
<table class="formtable">
|
||||||
|
{$cronjobs_edit_form}
|
||||||
|
</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="id" value="$id" />
|
||||||
|
<input type="hidden" name="send" value="send" />
|
||||||
|
</p>
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
33
templates/Sparkle/admin/cronjobs/cronjobs.tpl
vendored
Normal file
33
templates/Sparkle/admin/cronjobs/cronjobs.tpl
vendored
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2><img src="templates/{$theme}/assets/img/icons/clock_big.png" alt="" />
|
||||||
|
{$lng['admin']['cron']['cronsettings']}</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<table class="bradiusodd">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>{$lng['cron']['description']}</th>
|
||||||
|
<th>{$lng['cron']['lastrun']}</th>
|
||||||
|
<th>{$lng['cron']['interval']}</th>
|
||||||
|
<th>{$lng['cron']['isactive']}</th>
|
||||||
|
<th>{$lng['panel']['options']}</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
$crons
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<div class="messagewrapperfull">
|
||||||
|
<div class="warningcontainer bradius">
|
||||||
|
<div class="warningtitle">{$lng['admin']['warning']}</div>
|
||||||
|
<div class="warning">{$lng['cron']['changewarning']}</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
11
templates/Sparkle/admin/cronjobs/cronjobs_cronjob.tpl
vendored
Normal file
11
templates/Sparkle/admin/cronjobs/cronjobs_cronjob.tpl
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<tr>
|
||||||
|
<td>{$description}</td>
|
||||||
|
<td>{$row['lastrun']}</td>
|
||||||
|
<td>{$row['interval']}</td>
|
||||||
|
<td>{$row['isactive']}</td>
|
||||||
|
<td>
|
||||||
|
<a href="{$linker->getLink(array('section' => 'cronjobs', 'page' => $page, 'action' => 'edit', 'id' => $row['id']))}" style="text-decoration:none;">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{$lng['panel']['edit']}" />
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
72
templates/Sparkle/admin/customers/customers.tpl
vendored
Normal file
72
templates/Sparkle/admin/customers/customers.tpl
vendored
Normal file
@@ -0,0 +1,72 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/group_edit_big.png" alt="" />
|
||||||
|
{$lng['admin']['customers']} ({$customercount})
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<form action="{$linker->getLink(array('section' => 'customers'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
|
||||||
|
<div class="overviewsearch">
|
||||||
|
{$searchcode}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<if ($userinfo['customers_used'] < $userinfo['customers'] || $userinfo['customers'] == '-1') && 15 < $userinfo['customers_used'] >
|
||||||
|
<div class="overviewadd">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/user_add.png" alt="" />
|
||||||
|
<a href="{$linker->getLink(array('section' => 'customers', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['customer_add']}</a>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
|
||||||
|
<table class="bradiusodd">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
{$lng['customer']['name']} {$arrowcode['c.name']}
|
||||||
|
{$lng['customer']['firstname']} {$arrowcode['c.firstname']}
|
||||||
|
</th>
|
||||||
|
<th>
|
||||||
|
{$lng['login']['username']} {$arrowcode['c.loginname']}
|
||||||
|
</th>
|
||||||
|
<th>
|
||||||
|
{$lng['admin']['admin']} {$arrowcode['a.loginname']}
|
||||||
|
</th>
|
||||||
|
<th>{$lng['admin']['lastlogin_succ']}</th>
|
||||||
|
<th></th>
|
||||||
|
<th>{$lng['panel']['options']}</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<if $pagingcode != ''>
|
||||||
|
<tfoot>
|
||||||
|
<tr>
|
||||||
|
<td colspan="6">{$pagingcode}</td>
|
||||||
|
</tr>
|
||||||
|
</tfoot>
|
||||||
|
</if>
|
||||||
|
<tbody>
|
||||||
|
$customers
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<p style="display:none;">
|
||||||
|
<input type="hidden" name="s" value="$s" />
|
||||||
|
<input type="hidden" name="page" value="$page" />
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</form>
|
||||||
|
|
||||||
|
<if $userinfo['customers_used'] < $userinfo['customers'] || $userinfo['customers'] == '-1'>
|
||||||
|
<div class="overviewadd">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/user_add.png" alt="" />
|
||||||
|
<a href="{$linker->getLink(array('section' => 'customers', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['customer_add']}</a>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
41
templates/Sparkle/admin/customers/customers_add.tpl
vendored
Normal file
41
templates/Sparkle/admin/customers/customers_add.tpl
vendored
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/user_add_big.png" alt="{$title}" />
|
||||||
|
{$title}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
|
||||||
|
<form action="{$linker->getLink(array('section' => 'customers'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
<fieldset>
|
||||||
|
<legend>Froxlor - {$title}</legend>
|
||||||
|
|
||||||
|
<table class="formtable">
|
||||||
|
{$customer_add_form}
|
||||||
|
</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>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
<br />
|
||||||
|
<article>
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
<p style="margin:10px;">
|
||||||
|
<span style="color:#ff0000;">*</span>: {$lng['admin']['valuemandatory']}<br />
|
||||||
|
<span style="color:#ff0000;">**</span>: {$lng['admin']['valuemandatorycompany']}
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
68
templates/Sparkle/admin/customers/customers_customer.tpl
vendored
Normal file
68
templates/Sparkle/admin/customers/customers_customer.tpl
vendored
Normal file
@@ -0,0 +1,68 @@
|
|||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<if $row['company'] != ''>
|
||||||
|
{$row['company']}<br />
|
||||||
|
<small>{$row['name']} {$row['firstname']}</small>
|
||||||
|
<else>
|
||||||
|
{$row['name']} {$row['firstname']}
|
||||||
|
</if>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="{$linker->getLink(array('section' => 'customers', 'page' => $page, 'action' => 'su', 'id' => $row['customerid']))}" rel="external">{$row['loginname']}</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
{$row['adminname']}
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
{$last_login}
|
||||||
|
</td>
|
||||||
|
<td style="min-width:270px;">
|
||||||
|
<div>
|
||||||
|
<span class="overviewcustomerextras">
|
||||||
|
<span>Webspace:</span>
|
||||||
|
<if $row['diskspace'] != 'UL'>
|
||||||
|
<if (($row['diskspace']/100)*(int)$settings['system']['report_webmax']) < $row['diskspace_used']>
|
||||||
|
<div class="progress progress-danger progress-striped">
|
||||||
|
<div class="bar" style="width: {$disk_percent}%"></div>
|
||||||
|
</div>
|
||||||
|
<else>
|
||||||
|
<div class="progress progress-striped">
|
||||||
|
<div class="bar" style="width: {$disk_percent}%"></div>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
<else>
|
||||||
|
<div class="progress progress-striped">
|
||||||
|
<div class="bar" style="width: 0%"></div>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
</span>
|
||||||
|
<span class="overviewcustomerextras">
|
||||||
|
<span>Traffic:</span>
|
||||||
|
<if $row['traffic'] != 'UL'>
|
||||||
|
<if (($row['traffic']/100)*(int)$settings['system']['report_trafficmax']) < $row['traffic_used']>
|
||||||
|
<div class="progress progress-danger progress-striped">
|
||||||
|
<div class="bar" style="width: {$traffic_percent}%"></div>
|
||||||
|
</div>
|
||||||
|
<else>
|
||||||
|
<div class="progress progress-striped">
|
||||||
|
<div class="bar" style="width: {$traffic_percent}%"></div>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
<else>
|
||||||
|
<div class="progress progress-striped">
|
||||||
|
<div class="bar" style="width: 0%"></div>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="{$linker->getLink(array('section' => 'customers', 'page' => $page, 'action' => 'edit', 'id' => $row['customerid']))}" style="text-decoration:none;">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{$lng['panel']['edit']}" />
|
||||||
|
</a>
|
||||||
|
<a href="{$linker->getLink(array('section' => 'customers', 'page' => $page, 'action' => 'delete', 'id' => $row['customerid']))}" style="text-decoration:none;">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{$lng['panel']['delete']}" />
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
</tr>
|
||||||
42
templates/Sparkle/admin/customers/customers_edit.tpl
vendored
Normal file
42
templates/Sparkle/admin/customers/customers_edit.tpl
vendored
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/user_edit_big.png" alt="{$title}" />
|
||||||
|
{$title}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
|
||||||
|
<form action="{$linker->getLink(array('section' => 'customers'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
<fieldset>
|
||||||
|
<legend>Froxlor - {$title}</legend>
|
||||||
|
|
||||||
|
<table class="formtable">
|
||||||
|
{$customer_edit_form}
|
||||||
|
</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="id" value="$id" />
|
||||||
|
<input type="hidden" name="send" value="send" />
|
||||||
|
</p>
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
<br />
|
||||||
|
<article>
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
<p style="margin-left:15px;">
|
||||||
|
<span style="color:#ff0000;">*</span>: {$lng['admin']['valuemandatory']}<br />
|
||||||
|
<span style="color:#ff0000;">**</span>: {$lng['admin']['valuemandatorycompany']}
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
71
templates/Sparkle/admin/domains/domains.tpl
vendored
Normal file
71
templates/Sparkle/admin/domains/domains.tpl
vendored
Normal file
@@ -0,0 +1,71 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/domains_big.png" alt="" />
|
||||||
|
{$lng['admin']['domains']} ({$domainscount})
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<form action="{$linker->getLink(array('section' => 'domains'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
|
||||||
|
<div class="overviewsearch">
|
||||||
|
{$searchcode}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<if ($userinfo['domains_used'] < $userinfo['domains'] || $userinfo['domains'] == '-1') && 15 < $count && 0 < $countcustomers >
|
||||||
|
<div class="overviewadd">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/domain_add.png" alt="" />
|
||||||
|
<a href="{$linker->getLink(array('section' => 'domains', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['domain_add']}</a>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
|
||||||
|
<table class="bradiusodd">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>{$lng['domains']['domainname']} {$arrowcode['d.domain']}</th>
|
||||||
|
<th>{$lng['admin']['ipsandports']['ip']} {$arrowcode['ip.ip']} : {$lng['admin']['ipsandports']['port']} {$arrowcode['ip.port']}</th>
|
||||||
|
<th>{$lng['admin']['customer']} {$arrowcode['c.loginname']}</th>
|
||||||
|
<th>{$lng['panel']['options']}</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<if $pagingcode != ''>
|
||||||
|
<tfoot>
|
||||||
|
<tr>
|
||||||
|
<td colspan="4">{$pagingcode}</td>
|
||||||
|
</tr>
|
||||||
|
</tfoot>
|
||||||
|
</if>
|
||||||
|
<tbody>
|
||||||
|
{$domains}
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<p style="display:none;">
|
||||||
|
<input type="hidden" name="s" value="$s" />
|
||||||
|
<input type="hidden" name="page" value="$page" />
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</form>
|
||||||
|
|
||||||
|
<if $countcustomers == 0 >
|
||||||
|
<div class="warningcontainer bradius">
|
||||||
|
<div class="warningtitle">{$lng['admin']['warning']}</div>
|
||||||
|
<div class="warning">
|
||||||
|
<a href="{$linker->getLink(array('section' => 'customers', 'page' => 'customers', 'action' => 'add'))}">{$lng['admin']['domain_nocustomeraddingavailable']}</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
|
||||||
|
<if ($userinfo['domains_used'] < $userinfo['domains'] || $userinfo['domains'] == '-1') && $countcustomers !=0 >
|
||||||
|
<div class="overviewadd">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/domain_add.png" alt="" />
|
||||||
|
<a href="{$linker->getLink(array('section' => 'domains', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['domain_add']}</a>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
32
templates/Sparkle/admin/domains/domains_add.tpl
vendored
Normal file
32
templates/Sparkle/admin/domains/domains_add.tpl
vendored
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/domain_add_big.png" alt="{$title}" />
|
||||||
|
{$title}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
|
||||||
|
<form action="{$linker->getLink(array('section' => 'domains'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
<fieldset>
|
||||||
|
<legend>Froxlor - {$title}</legend>
|
||||||
|
|
||||||
|
<table class="formtable">
|
||||||
|
{$domain_add_form}
|
||||||
|
</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>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
26
templates/Sparkle/admin/domains/domains_domain.tpl
vendored
Normal file
26
templates/Sparkle/admin/domains/domains_domain.tpl
vendored
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
<tr class="" onmouseover="this.className='RowOverSelected';" onmouseout="this.className='';">
|
||||||
|
<td>{$row['domain']}
|
||||||
|
<if (isset($row['standardsubdomain']) && $row['standardsubdomain'] == $row['id'])>
|
||||||
|
({$lng['admin']['stdsubdomain']})
|
||||||
|
</if>
|
||||||
|
</td>
|
||||||
|
<td>{$row['ipandport']}</td>
|
||||||
|
<td>{$row['customername']}
|
||||||
|
(<a href="{$linker->getLink(array('section' => 'customers', 'page' => 'customers', 'action' => 'su', 'id' => $row['customerid']))}" rel="external">{$row['loginname']}</a>)
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="{$linker->getLink(array('section' => 'domains', 'page' => $page, 'action' => 'edit', 'id' => $row['id']))}" style="text-decoration:none;">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{$lng['panel']['edit']}" />
|
||||||
|
</a>
|
||||||
|
<if !(isset($row['domainaliasid']) && $row['domainaliasid'] != 0)>
|
||||||
|
<if !(isset($row['standardsubdomain']) && $row['standardsubdomain'] == $row['id'])>
|
||||||
|
<a href="{$linker->getLink(array('section' => 'domains', 'page' => $page, 'action' => 'delete', 'id' => $row['id']))}" style="text-decoration:none;">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{$lng['panel']['delete']}" />
|
||||||
|
</a>
|
||||||
|
</if>
|
||||||
|
</if>
|
||||||
|
<if isset($row['domainaliasid']) && $row['domainaliasid'] != 0>
|
||||||
|
<a href="{$linker->getLink(array('section' => 'domains', 'page' => $page, 'searchfield' => 'd.aliasdomain', 'searchtext' => $row['id']))}">{$lng['domains']['hasaliasdomains']}</a>
|
||||||
|
</if>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
47
templates/Sparkle/admin/domains/domains_edit.tpl
vendored
Normal file
47
templates/Sparkle/admin/domains/domains_edit.tpl
vendored
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/domain_edit_big.png" alt="{$title}" />
|
||||||
|
{$title}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
|
||||||
|
<form action="{$linker->getLink(array('section' => 'domains'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
<fieldset>
|
||||||
|
<legend>Froxlor - {$title}</legend>
|
||||||
|
|
||||||
|
<div id="speciallogwarningpopup" name="speciallogwarningpopup" align="center">
|
||||||
|
<div class="warningtitle">{$lng['admin']['delete_statistics']}</div>
|
||||||
|
</p>{$speciallogwarning}</p>
|
||||||
|
<input type="text" name="delete_stats" id="delete_stats"></p>
|
||||||
|
<div style="margin-top:10px;">
|
||||||
|
<input type="button" class="yesbutton" name="verifybutton" value="{$lng['panel']['delete']}" id="speciallogyesbutton" />
|
||||||
|
<input type="button" class="nobutton" value="{$lng['panel']['cancel']}" id="speciallognobutton" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<table class="formtable">
|
||||||
|
{$domain_edit_form}
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<p style="display:none;">
|
||||||
|
<input type="hidden" name="delete_statistics_str" id="delete_statistics_str" value="{$lng['admin']['delete_statistics']}">
|
||||||
|
<input type="hidden" name="speciallogverified" id="speciallogverified" value="0" />
|
||||||
|
<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="id" value="$id" />
|
||||||
|
<input type="hidden" name="send" value="send" />
|
||||||
|
</p>
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
13
templates/Sparkle/admin/froxlorclients/froxlorclient_settings.tpl
vendored
Normal file
13
templates/Sparkle/admin/froxlorclients/froxlorclient_settings.tpl
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<table cellpadding="5" cellspacing="4" border="0" align="center" class="maintable">
|
||||||
|
<tr>
|
||||||
|
<td class="maintitle" colspan="2"><b><img src="templates/${theme}/assets/img/title.gif" alt="" /> {$lng['admin']['froxlorclient_settings']}
|
||||||
|
"<a href="$filename?s=$s&page=$page&action=view&id={$id}">{$client->Get('name')}</a>"</b>
|
||||||
|
[<a href="$filename?page=clients&action=settings&part=&s=$s&id={$id}">{$lng['admin']['configfiles']['compactoverview']}</a>]</td>
|
||||||
|
</tr>
|
||||||
|
$fields
|
||||||
|
<tr>
|
||||||
|
<td class="maintitle_apply_right" nowrap="nowrap" colspan="2">
|
||||||
|
<input class="bottom" type="reset" value="{$lng['panel']['reset']}" /><input class="bottom" type="submit" value="{$lng['panel']['save']}" />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
8
templates/Sparkle/admin/froxlorclients/froxlorclient_settingsend.tpl
vendored
Normal file
8
templates/Sparkle/admin/froxlorclients/froxlorclient_settingsend.tpl
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<if $_part != ''>
|
||||||
|
<input type="hidden" name="part" value="{$_part}" />
|
||||||
|
</if>
|
||||||
|
<input type="hidden" name="id" value="{$id}" />
|
||||||
|
</form>
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
$footer
|
||||||
15
templates/Sparkle/admin/froxlorclients/froxlorclient_settingsoverview.tpl
vendored
Normal file
15
templates/Sparkle/admin/froxlorclients/froxlorclient_settingsoverview.tpl
vendored
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<table cellpadding="5" cellspacing="4" border="0" align="center" class="maintable_60">
|
||||||
|
<tr>
|
||||||
|
<td class="maintitle" align="center" colspan="3">
|
||||||
|
<b><img src="templates/${theme}/assets/img/title.gif" alt="" /> {$lng['admin']['configfiles']['serverconfiguration']}
|
||||||
|
"<a href="$filename?s=$s&page=$page&action=view&id={$id}">{$client->Get('name')}</a>"</b>
|
||||||
|
[<a href="$filename?page=clients&action=settings&part=all&s=$s&id={$id}">{$lng['admin']['configfiles']['overview']}</a>]
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
$fields
|
||||||
|
<tr>
|
||||||
|
<td class="maintitle_apply_right" nowrap="nowrap" colspan="3">
|
||||||
|
<input class="bottom" type="reset" value="{$lng['panel']['reset']}" /> <input class="bottom" type="submit" value="{$lng['panel']['save']}" />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
12
templates/Sparkle/admin/froxlorclients/froxlorclient_settingsoverviewgroup.tpl
vendored
Normal file
12
templates/Sparkle/admin/froxlorclients/froxlorclient_settingsoverviewgroup.tpl
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<tr>
|
||||||
|
<td class="maintitle_apply_left">
|
||||||
|
<b><img src="templates/${theme}/assets/img/title.gif" alt="" /> {$title}</b>
|
||||||
|
</td>
|
||||||
|
<td class="main_field_display_small" nowrap="nowrap">{$option}</td>
|
||||||
|
<td class="main_field_display_small" nowrap="nowrap">
|
||||||
|
<if $activated == 1>
|
||||||
|
<a href="$filename?page=clients&action=settings&part=$part&s=$s&id={$server_id}">{$lng['admin']['configfiles']['serverconfiguration']}</a>
|
||||||
|
</if>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
29
templates/Sparkle/admin/froxlorclients/froxlorclients.tpl
vendored
Normal file
29
templates/Sparkle/admin/froxlorclients/froxlorclients.tpl
vendored
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
$header
|
||||||
|
<form action="$filename" method="post">
|
||||||
|
<input type="hidden" name="s" value="$s"/>
|
||||||
|
<input type="hidden" name="page" value="$page"/>
|
||||||
|
<table cellpadding="5" cellspacing="0" border="0" align="center" class="maintable">
|
||||||
|
<tr>
|
||||||
|
<td class="maintitle_search_left" colspan="3"><b><img src="templates/${theme}/assets/img/title.gif" alt="" /> {$lng['menue']['multiserver']['clients']}</b></td>
|
||||||
|
<td class="maintitle_search_right" colspan="1">{$searchcode}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="field_display_border_left" style="width:70px;">#</td>
|
||||||
|
<td class="field_display">{$lng['admin']['froxlorclients']['name']} {$arrowcode['name']}<br />{$lng['admin']['froxlorclients']['desc']}</td>
|
||||||
|
<td class="field_display" style="width:35px;">{$lng['admin']['froxlorclients']['enabled']} {$arrowcode['enabled']}</td>
|
||||||
|
<td class="field_display_search" style="width:250px;">{$sortcode}</td>
|
||||||
|
</tr>
|
||||||
|
$froxlorclients
|
||||||
|
<if $pagingcode != ''>
|
||||||
|
<tr>
|
||||||
|
<td class="field_display_border_left" colspan="4" style=" text-align: center; ">{$pagingcode}</td>
|
||||||
|
</tr>
|
||||||
|
</if>
|
||||||
|
<tr>
|
||||||
|
<td class="field_display_border_left" colspan="4"><a href="$filename?page=$page&action=add&s=$s">{$lng['admin']['froxlorclients']['add']}</a></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</form>
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
$footer
|
||||||
37
templates/Sparkle/admin/froxlorclients/froxlorclients_add.tpl
vendored
Normal file
37
templates/Sparkle/admin/froxlorclients/froxlorclients_add.tpl
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
$header
|
||||||
|
<form method="post" action="$filename">
|
||||||
|
<input type="hidden" name="s" value="$s" />
|
||||||
|
<input type="hidden" name="page" value="$page" />
|
||||||
|
<input type="hidden" name="action" value="$action" />
|
||||||
|
<table cellpadding="5" cellspacing="4" border="0" align="center" class="maintable_60">
|
||||||
|
<tr>
|
||||||
|
<td class="maintitle" colspan="2"><b><img src="templates/${theme}/assets/img/title.gif" alt="" /> {$lng['admin']['froxlorclients']['add']}</b></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="maintitle_apply_left">
|
||||||
|
<b><img src="templates/${theme}/assets/img/title.gif" alt="" /> {$lng['admin']['froxlorclients']['client']}</b>
|
||||||
|
</td>
|
||||||
|
<td class="maintitle_apply_right" nowrap="nowrap">
|
||||||
|
<input class="bottom" type="reset" value="{$lng['panel']['reset']}" /><input class="bottom" type="submit" value="{$lng['panel']['save']}" />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="main_field_name">{$lng['admin']['froxlorclients']['name']}:</td>
|
||||||
|
<td class="main_field_display" nowrap="nowrap"><input type="text" class="text" name="name" value="" size="255" /></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="main_field_name" valign="top">{$lng['admin']['froxlorclients']['desc']}:</td>
|
||||||
|
<td class="main_field_display" nowrap="nowrap"><textarea class="textarea_border" rows="12" cols="60" name="desc"></textarea></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="main_field_name" valign="top">{$lng['admin']['froxlorclients']['enabled']}:</td>
|
||||||
|
<td class="main_field_display" nowrap="nowrap">$client_enabled</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="main_field_confirm" colspan="2"><input type="hidden" name="send" value="send" /><input class="bottom" type="submit" value="{$lng['panel']['save']}" /></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</form>
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
$footer
|
||||||
28
templates/Sparkle/admin/froxlorclients/froxlorclients_client.tpl
vendored
Normal file
28
templates/Sparkle/admin/froxlorclients/froxlorclients_client.tpl
vendored
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
<tr class="" onmouseover="this.className='RowOverSelected';" onmouseout="this.className='';">
|
||||||
|
<td class="field_name_border_left">
|
||||||
|
<a href="$filename?s=$s&page=$page&action=view&id={$row['id']}">
|
||||||
|
<img src="templates/{$theme}/assets/img/multiserver/server.png" alt="Client #{$row['id']}" style="border:0;" />
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
<td class="field_name">
|
||||||
|
<a href="$filename?s=$s&page=$page&action=view&id={$row['id']}">
|
||||||
|
{$row['name']}
|
||||||
|
</a><br /><span style="font-size:80%">{$row['desc']}</span>
|
||||||
|
</td>
|
||||||
|
<td class="field_name">
|
||||||
|
<if $row['enabled'] == 1>
|
||||||
|
<a href="$filename?s=$s&page=$page&action=disableclient&id={$row['id']}" title="Quick disable">
|
||||||
|
<img src="templates/{$theme}/assets/img/multiserver/tick.png" alt="{$lng['panel']['yes']}" style="border:0;" />
|
||||||
|
</a>
|
||||||
|
<else>
|
||||||
|
<a href="$filename?s=$s&page=$page&action=enableclient&id={$row['id']}" title="Quick enable">
|
||||||
|
<img src="templates/{$theme}/assets/img/multiserver/no.png" alt="{$lng['panel']['no']}" style="border:0;" />
|
||||||
|
</a>
|
||||||
|
</if>
|
||||||
|
</td>
|
||||||
|
<td class="field_name">
|
||||||
|
<a href="$filename?s=$s&page=$page&action=view&id={$row['id']}">
|
||||||
|
<img src="templates/{$theme}/assets/img/multiserver/view.png" alt="{$lng['admin']['froxlorclients']['view']}" style="border:0;" />
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
39
templates/Sparkle/admin/froxlorclients/froxlorclients_edit.tpl
vendored
Normal file
39
templates/Sparkle/admin/froxlorclients/froxlorclients_edit.tpl
vendored
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
$header
|
||||||
|
<form method="post" action="$filename">
|
||||||
|
<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="id" value="$id" />
|
||||||
|
<input type="hidden" name="send" value="send" />
|
||||||
|
<table cellpadding="5" cellspacing="4" border="0" align="center" class="maintable_60">
|
||||||
|
<tr>
|
||||||
|
<td class="maintitle" colspan="2"><b><img src="templates/${theme}/assets/img/title.gif" alt="" /> {$lng['admin']['froxlorclients']['edit']}</b></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="maintitle_apply_left">
|
||||||
|
<b><img src="templates/${theme}/assets/img/title.gif" alt="" /> {$lng['admin']['froxlorclients']['client']}</b>
|
||||||
|
</td>
|
||||||
|
<td class="maintitle_apply_right" nowrap="nowrap">
|
||||||
|
<input class="bottom" type="reset" value="{$lng['panel']['reset']}" /><input class="bottom" type="submit" value="{$lng['panel']['save']}" />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="main_field_name">{$lng['admin']['froxlorclients']['name']}:</td>
|
||||||
|
<td class="main_field_display" nowrap="nowrap"><input type="text" class="text" name="name" value="{$client->Get('name')}" size="255" /></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="main_field_name" valign="top">{$lng['admin']['froxlorclients']['desc']}:</td>
|
||||||
|
<td class="main_field_display" nowrap="nowrap"><textarea class="textarea_border" rows="12" cols="60" name="desc">{$client->Get('desc')}</textarea></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="main_field_name" valign="top">{$lng['admin']['froxlorclients']['enabled']}:</td>
|
||||||
|
<td class="main_field_display" nowrap="nowrap">$client_enabled</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="main_field_confirm" colspan="2"><input class="bottom" type="submit" value="{$lng['panel']['save']}" /></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</form>
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
$footer
|
||||||
10
templates/Sparkle/admin/froxlorclients/froxlorclients_tasks.tpl
vendored
Normal file
10
templates/Sparkle/admin/froxlorclients/froxlorclients_tasks.tpl
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
$header
|
||||||
|
<table cellpadding="5" cellspacing="0" border="0" align="center" class="maintable">
|
||||||
|
<tr>
|
||||||
|
<td colspan="2" class="maintitle"><b><img src="templates/{$theme}/assets/img/title.gif" alt="" /> {$lng['admin']['multiservercronjobs']}</b></td>
|
||||||
|
</tr>
|
||||||
|
{$outstanding_tasks}
|
||||||
|
</table>
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
$footer
|
||||||
10
templates/Sparkle/admin/froxlorclients/froxlorclients_tasks_head.tpl
vendored
Normal file
10
templates/Sparkle/admin/froxlorclients/froxlorclients_tasks_head.tpl
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<tr>
|
||||||
|
<td class="field_name_border_left" style="text-align: center;">
|
||||||
|
<a href="$filename?s=$s&page=$page&action=view&id={$client->Get('id')}">
|
||||||
|
<img src="templates/{$theme}/assets/img/multiserver/server.png" alt="{$client->Get('name')}" style="border:0;" />
|
||||||
|
</a>
|
||||||
|
<br /><br />
|
||||||
|
<a href="$filename?s=$s&page=$page&action=view&id={$client->Get('id')}">{$client->Get('name')}</a>
|
||||||
|
</td>
|
||||||
|
<td class="field_display">
|
||||||
|
<ul class="crontasklist">
|
||||||
77
templates/Sparkle/admin/froxlorclients/froxlorclients_view.tpl
vendored
Normal file
77
templates/Sparkle/admin/froxlorclients/froxlorclients_view.tpl
vendored
Normal file
@@ -0,0 +1,77 @@
|
|||||||
|
$header
|
||||||
|
<form action="$filename" method="post">
|
||||||
|
<input type="hidden" name="s" value="$s"/>
|
||||||
|
<input type="hidden" name="page" value="$page"/>
|
||||||
|
<input type="hidden" name="id" value="$id"/>
|
||||||
|
<table cellpadding="5" cellspacing="0" border="0" align="center" class="maintable_60">
|
||||||
|
<tr>
|
||||||
|
<td class="maintitle" colspan="4"><b><img src="templates/${theme}/assets/img/title.gif" alt="" /> {$lng['menue']['multiserver']['clients']} "{$client->Get('name')}"</b></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="field_name_border_left">
|
||||||
|
<img src="templates/{$theme}/assets/img/multiserver/server.png" alt="Client #{$row['id']}" style="border:0;" />
|
||||||
|
</td>
|
||||||
|
<td class="field_display" colspan="3">
|
||||||
|
<h3>Froxlor-client "{$client->Get('name')}"</h3>
|
||||||
|
<p>{$client->Get('desc')}</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="field_name_border_left" colspan="4" style="text-align:right;">
|
||||||
|
<if $client_enabled ==1>
|
||||||
|
<a href="$filename?s=$s&page=$page&action=settings&id={$id}" title="{$lng['admin']['froxlorclients']['settings']}">
|
||||||
|
<img src="templates/{$theme}/assets/img/multiserver/settings.png" alt="{$lng['admin']['froxlorclients']['settings']}" style="border:0;" />
|
||||||
|
</a>
|
||||||
|
<a href="$filename?s=$s&page=$page&action=deploy&id={$id}" title="{$lng['admin']['froxlorclients']['deploy']}">
|
||||||
|
<img src="templates/{$theme}/assets/img/multiserver/deploy.png" alt="{$lng['admin']['froxlorclients']['deploy']}" style="border:0;" />
|
||||||
|
</a>
|
||||||
|
<else>
|
||||||
|
<img src="templates/{$theme}/assets/img/multiserver/settings_dis.png" alt="{$lng['admin']['froxlorclients']['settings']} :: {$lng['admin']['froxlorclients']['clientdisabled']}" style="border:0;" />
|
||||||
|
<img src="templates/{$theme}/assets/img/multiserver/deploy_dis.png" alt="{$lng['admin']['froxlorclients']['deploy']} :: {$lng['admin']['froxlorclients']['clientdisabled']}" style="border:0;" />
|
||||||
|
</if>
|
||||||
|
<a href="$filename?s=$s&page=$page&action=edit&id={$id}" title="{$lng['panel']['edit']}">
|
||||||
|
<img src="templates/{$theme}/assets/img/multiserver/edit.png" alt="{$lng['panel']['edit']}" style="border:0;" />
|
||||||
|
</a>
|
||||||
|
<a href="$filename?s=$s&page=$page&action=delete&id={$id}" title="{$lng['panel']['delete']}">
|
||||||
|
<img src="templates/{$theme}/assets/img/multiserver/trash.png" alt="{$lng['panel']['delete']}" style="border:0;" />
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<br /><br />
|
||||||
|
<table cellpadding="5" cellspacing="0" border="0" align="center" class="maintable_60">
|
||||||
|
<tr>
|
||||||
|
<td class="maintitle" colspan="2"><strong>{$lng['froxlorclient']['base_config']}</strong></td>
|
||||||
|
</tr>
|
||||||
|
<if $client_enabled ==1>
|
||||||
|
<tr>
|
||||||
|
<td class="field_name_border_left" colspan="2" style="text-align:right;">
|
||||||
|
{$lastrefresh}
|
||||||
|
<if $refreshactive >
|
||||||
|
<a href="$filename?s=$s&page=$page&action=refreshsysinfo&id={$id}" title="{$lng['admin']['froxlorclients']['refreshsysinfo']}">
|
||||||
|
<img src="templates/{$theme}/assets/img/multiserver/refresh.png" alt="{$lng['admin']['froxlorclients']['refreshsysinfo']}" style="border:0;" />
|
||||||
|
</a>
|
||||||
|
<else>
|
||||||
|
<img src="templates/{$theme}/assets/img/multiserver/refresh_dis.png" alt="{$lastrefresh}" style="border:0;" />
|
||||||
|
</if>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</if>
|
||||||
|
<tr>
|
||||||
|
<td class="field_name_border_left">{$lng['froxlorclient']['ipaddress']}:</td>
|
||||||
|
<td class="field_display">{$client->getSetting('client', 'ipaddress')}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="field_name_border_left">{$lng['froxlorclient']['hostname']}:</td>
|
||||||
|
<td class="field_display">{$client->getSetting('client', 'hostname')}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="field_name_border_left">{$lng['froxlorclient']['install_destination']}:</td>
|
||||||
|
<td class="field_display">{$client->getSetting('client', 'install_destination')}</td>
|
||||||
|
</tr>
|
||||||
|
$info
|
||||||
|
</table>
|
||||||
|
</form>
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
$footer
|
||||||
32
templates/Sparkle/admin/froxlorclients/froxlorclients_view_clientinfo.tpl
vendored
Normal file
32
templates/Sparkle/admin/froxlorclients/froxlorclients_view_clientinfo.tpl
vendored
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
<tr>
|
||||||
|
<td class="field_name_border_left">Kernel:</td>
|
||||||
|
<td class="field_display">{$client->getSetting('clientinfo', 'kernel')}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="field_name_border_left">Memory:</td>
|
||||||
|
<td class="field_display">{$client->getSetting('clientinfo', 'memory')}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="field_name_border_left">Swap:</td>
|
||||||
|
<td class="field_display">{$client->getSetting('clientinfo', 'swap')}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="field_name_border_left">CPU:</td>
|
||||||
|
<td class="field_display">{$client->getSetting('clientinfo', 'cpu')}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="field_name_border_left">Load:</td>
|
||||||
|
<td class="field_display">{$client->getSetting('clientinfo', 'loadavg')}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="field_name_border_left">Uptime:</td>
|
||||||
|
<td class="field_display">{$client->getSetting('clientinfo', 'uptime')}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="field_name_border_left">Diskusage:</td>
|
||||||
|
<td class="field_display">{$client->getSetting('clientinfo', 'diskusage')}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="field_name_border_left">PHP version:</td>
|
||||||
|
<td class="field_display">{$client->getSetting('clientinfo', 'phpversion')}</td>
|
||||||
|
</tr>
|
||||||
28
templates/Sparkle/admin/index/change_language.tpl
vendored
Normal file
28
templates/Sparkle/admin/index/change_language.tpl
vendored
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/flag.png" alt="" />
|
||||||
|
{$lng['menue']['main']['changelanguage']}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="tinyform bradiusodd">
|
||||||
|
<form method="post" action="{$linker->getLink(array('section' => 'index'))}" enctype="application/x-www-form-urlencoded">
|
||||||
|
<fieldset>
|
||||||
|
<legend>Froxlor - {$lng['menue']['main']['changelanguage']}</legend>
|
||||||
|
<p>
|
||||||
|
<label for="def_language">{$lng['login']['language']}:</label>
|
||||||
|
<select id="def_language" name="def_language">$language_options</select>
|
||||||
|
</p>
|
||||||
|
<p class="submit">
|
||||||
|
<input type="hidden" name="s" value="$s" />
|
||||||
|
<input type="hidden" name="page" value="$page" />
|
||||||
|
<input type="hidden" name="send" value="send" />
|
||||||
|
<input type="submit" value="{$lng['menue']['main']['changelanguage']}" />
|
||||||
|
</p>
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
36
templates/Sparkle/admin/index/change_password.tpl
vendored
Normal file
36
templates/Sparkle/admin/index/change_password.tpl
vendored
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/encrypted_big.png" alt="" />
|
||||||
|
{$lng['menue']['main']['changepassword']}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="tinyform bradiusodd">
|
||||||
|
<form method="post" action="{$linker->getLink(array('section' => 'index'))}" enctype="application/x-www-form-urlencoded">
|
||||||
|
<fieldset>
|
||||||
|
<legend>Froxlor - {$lng['menue']['main']['changepassword']}</legend>
|
||||||
|
<p>
|
||||||
|
<label for="old_password">{$lng['changepassword']['old_password']}:</label>
|
||||||
|
<input type="password" id="old_password" name="old_password" />
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<label for="new_password">{$lng['changepassword']['new_password']}:</label>
|
||||||
|
<input type="password" id="new_password" name="new_password" />
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<label for="new_password_confirm">{$lng['changepassword']['new_password_confirm']}:</label>
|
||||||
|
<input type="password" id="new_password_confirm" name="new_password_confirm" />
|
||||||
|
</p>
|
||||||
|
<p class="submit">
|
||||||
|
<input type="hidden" name="s" value="$s" />
|
||||||
|
<input type="hidden" name="page" value="$page" />
|
||||||
|
<input type="hidden" name="send" value="send" />
|
||||||
|
<input type="submit" value="{$lng['menue']['main']['changepassword']}" />
|
||||||
|
</p>
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
28
templates/Sparkle/admin/index/change_theme.tpl
vendored
Normal file
28
templates/Sparkle/admin/index/change_theme.tpl
vendored
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/display_big.png" alt="" />
|
||||||
|
{$lng['menue']['main']['changetheme']}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="tinyform bradiusodd">
|
||||||
|
<form method="post" action="{$linker->getLink(array('section' => 'index'))}" enctype="application/x-www-form-urlencoded">
|
||||||
|
<fieldset>
|
||||||
|
<legend>Froxlor - {$lng['menue']['main']['changetheme']}</legend>
|
||||||
|
<p>
|
||||||
|
<label for="theme">{$lng['panel']['theme']}:</label>
|
||||||
|
<select id="theme" name="theme">$theme_options</select>
|
||||||
|
</p>
|
||||||
|
<p class="submit">
|
||||||
|
<input type="hidden" name="s" value="$s" />
|
||||||
|
<input type="hidden" name="page" value="$page" />
|
||||||
|
<input type="hidden" name="send" value="send" />
|
||||||
|
<input class="bottom" type="submit" value="{$lng['menue']['main']['changetheme']}" />
|
||||||
|
</p>
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
162
templates/Sparkle/admin/index/index.tpl
vendored
Normal file
162
templates/Sparkle/admin/index/index.tpl
vendored
Normal file
@@ -0,0 +1,162 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
|
||||||
|
<if 0 < $awaitingtickets && $settings['ticket']['enabled'] == 1 >
|
||||||
|
<div class="messagewrapperfull">
|
||||||
|
<div class="warningcontainer bradius">
|
||||||
|
<div class="warningtitle">{$lng['admin']['warning']}</div>
|
||||||
|
<div class="warning"><br /><strong>{$awaitingtickets_text}</strong></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
|
||||||
|
<section class="dboarditemfull bradiusodd">
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">{$lng['admin']['ressourcedetails']}</th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td width="50%">{$lng['admin']['customers']} <small>{$lng['admin']['usedmax']}</small></td>
|
||||||
|
<td>{$overview['number_customers']} ({$userinfo['customers']})</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['domains']} <small>{$lng['admin']['usedmax']}</small></td>
|
||||||
|
<td>{$overview['number_domains']} ({$userinfo['domains']})</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['subdomains']} <small>{$lng['admin']['used']} ({$lng['admin']['assignedmax']})</small></td>
|
||||||
|
<td>{$overview['subdomains_used']} ({$userinfo['subdomains_used']}/{$userinfo['subdomains']})</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['diskspace']} <small>{$lng['admin']['used']} ({$lng['admin']['assignedmax']})</small></td>
|
||||||
|
<td>{$overview['diskspace_used']} ({$userinfo['diskspace_used']}/{$userinfo['diskspace']})</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['traffic']} <small>{$lng['admin']['used']} ({$lng['admin']['assignedmax']})</small></td>
|
||||||
|
<td>{$overview['traffic_used']} ({$userinfo['traffic_used']}/{$userinfo['traffic']})</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['mysqls']} <small>{$lng['admin']['used']} ({$lng['admin']['assignedmax']})</small></td>
|
||||||
|
<td>{$overview['mysqls_used']} ({$userinfo['mysqls_used']}/{$userinfo['mysqls']})</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['emails']} <small>{$lng['admin']['used']} ({$lng['admin']['assignedmax']})</small></td>
|
||||||
|
<td>{$overview['emails_used']} ({$userinfo['emails_used']}/{$userinfo['emails']})</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['accounts']} <small>{$lng['admin']['used']} ({$lng['admin']['assignedmax']})</small></td>
|
||||||
|
<td>{$overview['email_accounts_used']} ({$userinfo['email_accounts_used']}/{$userinfo['email_accounts']})</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['forwarders']} <small>{$lng['admin']['used']} ({$lng['admin']['assignedmax']})</small></td>
|
||||||
|
<td>{$overview['email_forwarders_used']} ({$userinfo['email_forwarders_used']}/{$userinfo['email_forwarders']})</td>
|
||||||
|
</tr>
|
||||||
|
<if $settings['system']['mail_quota_enabled'] == 1>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['email_quota']} <small>{$lng['admin']['used']} ({$lng['admin']['assignedmax']})</small></td>
|
||||||
|
<td>{$overview['email_quota_used']} ({$userinfo['email_quota_used']}/{$userinfo['email_quota']})</td>
|
||||||
|
</tr>
|
||||||
|
</if>
|
||||||
|
<if $settings['autoresponder']['autoresponder_active'] == 1>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['autoresponder']} <small>{$lng['admin']['usedmax']}</small></td>
|
||||||
|
<td>{$userinfo['email_autoresponder_used']} ({$userinfo['email_autoresponder']})</td>
|
||||||
|
</tr>
|
||||||
|
</if>
|
||||||
|
<if (int)$settings['aps']['aps_active'] == 1>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['aps']['numberofapspackages']} <small>{$lng['admin']['used']} ({$lng['admin']['assignedmax']})</small></td>
|
||||||
|
<td>{$overview['aps_packages_used']} ({$userinfo['aps_packages_used']}/{$userinfo['aps_packages']})</td>
|
||||||
|
</tr>
|
||||||
|
</if>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['ftps']} <small>{$lng['admin']['used']} ({$lng['admin']['assignedmax']})</small></td>
|
||||||
|
<td>{$overview['ftps_used']} ({$userinfo['ftps_used']}/{$userinfo['ftps']})</td>
|
||||||
|
</tr>
|
||||||
|
<if $settings['ticket']['enabled'] == 1>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['tickets']} <small>{$lng['admin']['used']} ({$lng['admin']['assignedmax']})</small></td>
|
||||||
|
<td>{$overview['tickets_used']} ({$userinfo['tickets_used']}/{$userinfo['tickets']})</td>
|
||||||
|
</tr>
|
||||||
|
</if>
|
||||||
|
<!-- </table>
|
||||||
|
</section>
|
||||||
|
<section class="dboarditemfull bradiusodd">
|
||||||
|
<table>-->
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">{$lng['admin']['systemdetails']}</th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td width="50%">{$lng['admin']['serversoftware']}:</td>
|
||||||
|
<td>{$_SERVER['SERVER_SOFTWARE']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['admin']['phpversion']}:</td>
|
||||||
|
<td>$phpversion</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['admin']['phpmemorylimit']}:</td>
|
||||||
|
<td>$phpmemorylimit</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['admin']['mysqlserverversion']}:</td>
|
||||||
|
<td>$mysqlserverversion</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['admin']['mysqlclientversion']}:</td>
|
||||||
|
<td>$mysqlclientversion</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['admin']['webserverinterface']}:</td>
|
||||||
|
<td>$webserverinterface</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['admin']['sysload']}:</td>
|
||||||
|
<td>$load</td>
|
||||||
|
</tr>
|
||||||
|
<if $showkernel == 1>
|
||||||
|
<tr>
|
||||||
|
<td>Kernel:</td>
|
||||||
|
<td>$kernel</td>
|
||||||
|
</tr>
|
||||||
|
</if>
|
||||||
|
<if $uptime != ''>
|
||||||
|
<tr>
|
||||||
|
<td>Uptime:</td>
|
||||||
|
<td>$uptime</td>
|
||||||
|
</tr>
|
||||||
|
</if>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">{$lng['admin']['froxlordetails']}</th>
|
||||||
|
</tr>
|
||||||
|
{$outstanding_tasks}
|
||||||
|
{$cron_last_runs}
|
||||||
|
<tr width="50%">
|
||||||
|
<td>{$lng['admin']['installedversion']}:</td>
|
||||||
|
<td>{$version}{$branding}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['admin']['latestversion']}:</td>
|
||||||
|
<if $isnewerversion != 0 >
|
||||||
|
<td><a href="$lookfornewversion_link"><strong>$lookfornewversion_lable</strong></a></td>
|
||||||
|
<else>
|
||||||
|
<td><a href="$lookfornewversion_link">$lookfornewversion_lable</a></td>
|
||||||
|
</if>
|
||||||
|
</tr>
|
||||||
|
<if $isnewerversion != 0 >
|
||||||
|
<tr>
|
||||||
|
<td colspan="2"><strong>{$lng['admin']['newerversionavailable']}</strong></td>
|
||||||
|
</tr>
|
||||||
|
<if $lookfornewversion_addinfo != ''>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">$lookfornewversion_addinfo</td>
|
||||||
|
</tr>
|
||||||
|
</if>
|
||||||
|
</if>
|
||||||
|
</table>
|
||||||
|
</section>
|
||||||
|
<section style="float: clear"></section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
|
|
||||||
4
templates/Sparkle/admin/index/overview_item.tpl
vendored
Normal file
4
templates/Sparkle/admin/index/overview_item.tpl
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<tr>
|
||||||
|
<td>{$text}:</td>
|
||||||
|
<td>{$value}</td>
|
||||||
|
</tr>
|
||||||
65
templates/Sparkle/admin/ipsandports/ipsandports.tpl
vendored
Normal file
65
templates/Sparkle/admin/ipsandports/ipsandports.tpl
vendored
Normal file
@@ -0,0 +1,65 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/ipsports.png" alt="" />
|
||||||
|
{$lng['admin']['ipsandports']['ipsandports']}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<form action="{$linker->getLink(array('section' => 'ipsandports'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
|
||||||
|
<div class="overviewsearch">
|
||||||
|
{$searchcode}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<if 15 < $count>
|
||||||
|
<div class="overviewadd">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/ipsports_add.png" alt="" />
|
||||||
|
<a href="{$linker->getLink(array('section' => 'ipsandports', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['ipsandports']['add']}</a>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
|
||||||
|
<table class="bradiusodd">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>{$lng['admin']['ipsandports']['ip']} {$arrowcode['ip']} : {$lng['admin']['ipsandports']['port']} {$arrowcode['port']}</th>
|
||||||
|
<th>Listen</th>
|
||||||
|
<th>NameVirtualHost</th>
|
||||||
|
<th>vHost-Container</th>
|
||||||
|
<th>Specialsettings</th>
|
||||||
|
<th>ServerName</th>
|
||||||
|
<th>SSL</th>
|
||||||
|
<th>{$lng['panel']['options']}</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<if $pagingcode != ''>
|
||||||
|
<tfoot>
|
||||||
|
<tr>
|
||||||
|
<td colspan="8">{$pagingcode}</td>
|
||||||
|
</tr>
|
||||||
|
</tfoot>
|
||||||
|
</if>
|
||||||
|
<tbody>
|
||||||
|
$ipsandports
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<p style="display:none;">
|
||||||
|
<input type="hidden" name="s" value="$s"/>
|
||||||
|
<input type="hidden" name="page" value="$page"/>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</form>
|
||||||
|
|
||||||
|
<div class="overviewadd">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/ipsports_add.png" alt="" />
|
||||||
|
<a href="{$linker->getLink(array('section' => 'ipsandports', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['ipsandports']['add']}</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
32
templates/Sparkle/admin/ipsandports/ipsandports_add.tpl
vendored
Normal file
32
templates/Sparkle/admin/ipsandports/ipsandports_add.tpl
vendored
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/ipsports_add_big.png" alt="{$title}" />
|
||||||
|
{$title}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
|
||||||
|
<form action="{$linker->getLink(array('section' => 'ipsandports'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
<fieldset>
|
||||||
|
<legend>Froxlor - {$title}</legend>
|
||||||
|
|
||||||
|
<table class="formtable">
|
||||||
|
{$ipsandports_add_form}
|
||||||
|
</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>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
33
templates/Sparkle/admin/ipsandports/ipsandports_edit.tpl
vendored
Normal file
33
templates/Sparkle/admin/ipsandports/ipsandports_edit.tpl
vendored
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/ipsports_edit_big.png" alt="{$title}" />
|
||||||
|
{$title}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
|
||||||
|
<form action="{$linker->getLink(array('section' => 'ipsandports'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
<fieldset>
|
||||||
|
<legend>Froxlor - {$title}</legend>
|
||||||
|
|
||||||
|
<table class="formtable">
|
||||||
|
{$ipsandports_edit_form}
|
||||||
|
</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="id" value="$id" />
|
||||||
|
<input type="hidden" name="send" value="send" />
|
||||||
|
</p>
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
17
templates/Sparkle/admin/ipsandports/ipsandports_ipandport.tpl
vendored
Normal file
17
templates/Sparkle/admin/ipsandports/ipsandports_ipandport.tpl
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<tr>
|
||||||
|
<td>{$row['ip']}:{$row['port']}</td>
|
||||||
|
<td><if $row['listen_statement']=='1'>{$lng['panel']['yes']}<else>{$lng['panel']['no']}</if></td>
|
||||||
|
<td><if $row['namevirtualhost_statement']=='1'>{$lng['panel']['yes']}<else>{$lng['panel']['no']}</if></td>
|
||||||
|
<td><if $row['vhostcontainer']=='1'>{$lng['panel']['yes']}<else>{$lng['panel']['no']}</if></td>
|
||||||
|
<td><if $row['specialsettings']!=''>{$lng['panel']['yes']}<else>{$lng['panel']['no']}</if></td>
|
||||||
|
<td><if $row['vhostcontainer_servername_statement']=='1'>{$lng['panel']['yes']}<else>{$lng['panel']['no']}</if></td>
|
||||||
|
<td><if $row['ssl']=='1'>{$lng['panel']['yes']}<else>{$lng['panel']['no']}</if></td>
|
||||||
|
<td>
|
||||||
|
<a href="{$linker->getLink(array('section' => 'ipsandports', 'page' => $page, 'action' => 'edit', 'id' => $row['id']))}" style="text-decoration:none;">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{$lng['panel']['edit']}" />
|
||||||
|
</a>
|
||||||
|
<a href="{$linker->getLink(array('section' => 'ipsandports', 'page' => $page, 'action' => 'delete', 'id' => $row['id']))}" style="text-decoration:none;">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{$lng['panel']['delete']}" />
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
55
templates/Sparkle/admin/logger/logger.tpl
vendored
Normal file
55
templates/Sparkle/admin/logger/logger.tpl
vendored
Normal file
@@ -0,0 +1,55 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/syslog_big.png" alt="" />
|
||||||
|
{$lng['menue']['logger']['logger']}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<form action="{$linker->getLink(array('section' => 'logger'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
|
||||||
|
<div class="overviewsearch">
|
||||||
|
{$searchcode}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<if 15 < $log_count >
|
||||||
|
<div class="overviewadd">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/syslog_truncate.png" alt="" />
|
||||||
|
<a href="{$linker->getLink(array('section' => 'logger', 'page' => 'log', 'action' => 'truncate'))}">{$lng['logger']['truncate']}</a>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
|
||||||
|
<table class="bradiusodd">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>{$lng['logger']['date']} {$arrowcode['date']}</th>
|
||||||
|
<th>{$lng['logger']['type']} {$arrowcode['type']}</th>
|
||||||
|
<th>{$lng['logger']['user']} {$arrowcode['user']}</th>
|
||||||
|
<th style="width: 60%;">{$lng['logger']['action']}</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
$log
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<p style="display:none;">
|
||||||
|
<input type="hidden" name="s" value="$s"/>
|
||||||
|
<input type="hidden" name="page" value="$page"/>
|
||||||
|
<input type="hidden" name="send" value="send" />
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</form>
|
||||||
|
|
||||||
|
<div class="overviewadd">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/syslog_truncate.png" alt="" />
|
||||||
|
<a href="{$linker->getLink(array('section' => 'logger', 'page' => 'log', 'action' => 'truncate'))}">{$lng['logger']['truncate']}</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
3
templates/Sparkle/admin/logger/logger_action.tpl
vendored
Normal file
3
templates/Sparkle/admin/logger/logger_action.tpl
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<tr>
|
||||||
|
<td colspan="4"><strong>{$row['action']}</strong></td>
|
||||||
|
</tr>
|
||||||
6
templates/Sparkle/admin/logger/logger_log.tpl
vendored
Normal file
6
templates/Sparkle/admin/logger/logger_log.tpl
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<tr>
|
||||||
|
<td>{$row['date']}</td>
|
||||||
|
<td>{$row['type']}</td>
|
||||||
|
<td>{$row['user']}</td>
|
||||||
|
<td>{$row['text']}</td>
|
||||||
|
</tr>
|
||||||
47
templates/Sparkle/admin/message/message.tpl
vendored
Normal file
47
templates/Sparkle/admin/message/message.tpl
vendored
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/messages_big.png" alt="" />
|
||||||
|
{$lng['admin']['message']}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="midform bradiusodd">
|
||||||
|
|
||||||
|
<if 0 < $success >
|
||||||
|
<div class="successcontainer bradius">
|
||||||
|
<div class="successtitle">{$lng['success']['success']}</div>
|
||||||
|
<div class="success">{$successmessage}</div>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
|
||||||
|
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
<fieldset>
|
||||||
|
<legend>Froxlor - {$lng['admin']['message']}</legend>
|
||||||
|
<p>
|
||||||
|
<label for="receipient">{$lng['admin']['receipient']}</label>
|
||||||
|
<select name="receipient" id="receipient">$receipients</select>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<label for="subject">{$lng['admin']['subject']}</label>
|
||||||
|
<input type="text" name="subject" id="subject" value="{$lng['admin']['nosubject']}"/>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<label for="message">{$lng['admin']['text']}</label>
|
||||||
|
<textarea rows="12" name="message" id="message"></textarea>
|
||||||
|
</p>
|
||||||
|
<p class="submit">
|
||||||
|
<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"/>
|
||||||
|
<input type="submit" value="{$lng['panel']['send']}" />
|
||||||
|
</p>
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
41
templates/Sparkle/admin/phpconfig/overview.tpl
vendored
Normal file
41
templates/Sparkle/admin/phpconfig/overview.tpl
vendored
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/phpsettings.png" alt="" />
|
||||||
|
{$lng['menue']['phpsettings']['maintitle']}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<if 15 < $count>
|
||||||
|
<div class="overviewadd">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/phpsettings_add.png" alt="" />
|
||||||
|
<a href="{$linker->getLink(array('section' => 'phpsettings', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['phpsettings']['addnew']}</a>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
|
||||||
|
<table class="bradiusodd">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>{$lng['admin']['phpsettings']['description']}</th>
|
||||||
|
<th>{$lng['admin']['phpsettings']['activedomains']}</th>
|
||||||
|
<th>{$lng['admin']['phpsettings']['binary']}</th>
|
||||||
|
<th>{$lng['admin']['phpsettings']['file_extensions']}</th>
|
||||||
|
<th>{$lng['panel']['options']}</th>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
$tablecontent
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<div class="overviewadd">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/phpsettings_add.png" alt="" />
|
||||||
|
<a href="{$linker->getLink(array('section' => 'phpsettings', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['phpsettings']['addnew']}</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
102
templates/Sparkle/admin/phpconfig/overview_add.tpl
vendored
Normal file
102
templates/Sparkle/admin/phpconfig/overview_add.tpl
vendored
Normal file
@@ -0,0 +1,102 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/{$image}" alt="{$title}" />
|
||||||
|
{$title}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
|
||||||
|
<form action="{$linker->getLink(array('section' => 'phpsettings'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
<fieldset>
|
||||||
|
<legend>Froxlor - {$title}</legend>
|
||||||
|
|
||||||
|
<table class="formtable">
|
||||||
|
{$phpconfig_add_form}
|
||||||
|
</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>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
<br />
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/replace_vars.png" alt="" />
|
||||||
|
{$lng['admin']['templates']['template_replace_vars']}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<table class="bradiusodd">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>{$lng['panel']['variable']}</th>
|
||||||
|
<th>{$lng['panel']['description']}</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<strong>{$lng['admin']['phpconfig']['template_replace_vars']}</strong>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{PEAR_DIR}</em></td>
|
||||||
|
<td>{$lng['admin']['phpconfig']['pear_dir']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{OPEN_BASEDIR_C}</em></td>
|
||||||
|
<td>{$lng['admin']['phpconfig']['open_basedir_c']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{OPEN_BASEDIR}</em></td>
|
||||||
|
<td>{$lng['admin']['phpconfig']['open_basedir']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{OPEN_BASEDIR_GLOBAL}</em></td>
|
||||||
|
<td>{$lng['admin']['phpconfig']['open_basedir_global']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{TMP_DIR}</em></td>
|
||||||
|
<td>{$lng['admin']['phpconfig']['tmp_dir']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{CUSTOMER_EMAIL}</em></td>
|
||||||
|
<td>{$lng['admin']['phpconfig']['customer_email']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{ADMIN_EMAIL}</em></td>
|
||||||
|
<td>{$lng['admin']['phpconfig']['admin_email']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{DOMAIN}</em></td>
|
||||||
|
<td>{$lng['admin']['phpconfig']['domain']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{CUSTOMER}</em></td>
|
||||||
|
<td>{$lng['admin']['phpconfig']['customer']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{ADMIN}</em></td>
|
||||||
|
<td>{$lng['admin']['phpconfig']['admin']}</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
103
templates/Sparkle/admin/phpconfig/overview_edit.tpl
vendored
Normal file
103
templates/Sparkle/admin/phpconfig/overview_edit.tpl
vendored
Normal file
@@ -0,0 +1,103 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/{$image}" alt="{$title}" />
|
||||||
|
{$title}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
|
||||||
|
<form action="{$linker->getLink(array('section' => 'phpsettings'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
<fieldset>
|
||||||
|
<legend>Froxlor - {$title}</legend>
|
||||||
|
|
||||||
|
<table class="formtable">
|
||||||
|
{$phpconfig_edit_form}
|
||||||
|
</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="edit"/>
|
||||||
|
<input type="hidden" name="id" value="$id"/>
|
||||||
|
<input type="hidden" name="send" value="send" />
|
||||||
|
</p>
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
<br />
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/replace_vars.png" alt="" />
|
||||||
|
{$lng['admin']['templates']['template_replace_vars']}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<table class="bradiusodd">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>{$lng['panel']['variable']}</th>
|
||||||
|
<th>{$lng['panel']['description']}</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<strong>{$lng['admin']['phpconfig']['template_replace_vars']}</strong>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{PEAR_DIR}</em></td>
|
||||||
|
<td>{$lng['admin']['phpconfig']['pear_dir']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{OPEN_BASEDIR_C}</em></td>
|
||||||
|
<td>{$lng['admin']['phpconfig']['open_basedir_c']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{OPEN_BASEDIR}</em></td>
|
||||||
|
<td>{$lng['admin']['phpconfig']['open_basedir']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{OPEN_BASEDIR_GLOBAL}</em></td>
|
||||||
|
<td>{$lng['admin']['phpconfig']['open_basedir_global']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{TMP_DIR}</em></td>
|
||||||
|
<td>{$lng['admin']['phpconfig']['tmp_dir']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{CUSTOMER_EMAIL}</em></td>
|
||||||
|
<td>{$lng['admin']['phpconfig']['customer_email']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{ADMIN_EMAIL}</em></td>
|
||||||
|
<td>{$lng['admin']['phpconfig']['admin_email']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{DOMAIN}</em></td>
|
||||||
|
<td>{$lng['admin']['phpconfig']['domain']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{CUSTOMER}</em></td>
|
||||||
|
<td>{$lng['admin']['phpconfig']['customer']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{ADMIN}</em></td>
|
||||||
|
<td>{$lng['admin']['phpconfig']['admin']}</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
16
templates/Sparkle/admin/phpconfig/overview_overview.tpl
vendored
Normal file
16
templates/Sparkle/admin/phpconfig/overview_overview.tpl
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<tr>
|
||||||
|
<td style="vertical-align:top;"><strong>{$row['description']}</strong></td>
|
||||||
|
<td style="vertical-align:top;">{$domains}</td>
|
||||||
|
<td style="vertical-align:top;">{$row['binary']}</td>
|
||||||
|
<td style="vertical-align:top;">{$row['file_extensions']}</td>
|
||||||
|
<td style="vertical-align:top;">
|
||||||
|
<a href="{$linker->getLink(array('section' => 'phpsettings', 'page' => $page, 'action' => 'edit', 'id' => $row['id']))}" style="text-decoration:none;">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{$lng['panel']['edit']}" />
|
||||||
|
</a>
|
||||||
|
<if $row['id'] != 1>
|
||||||
|
<a href="{$linker->getLink(array('section' => 'phpsettings', 'page' => $page, 'action' => 'delete', 'id' => $row['id']))}" style="text-decoration:none;">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{$lng['panel']['delete']}" />
|
||||||
|
</a>
|
||||||
|
</if>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
20
templates/Sparkle/admin/settings/settings.tpl
vendored
Normal file
20
templates/Sparkle/admin/settings/settings.tpl
vendored
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/settings_big.png" alt="" />
|
||||||
|
{$lng['admin']['serversettings']}
|
||||||
|
[<a href="$filename?page=overview&part=&s=$s">{$lng['admin']['configfiles']['compactoverview']}</a>]
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
<table class="formtable">
|
||||||
|
$fields
|
||||||
|
<tr>
|
||||||
|
<td class="maintitle_apply_right" nowrap="nowrap" colspan="2">
|
||||||
|
<input class="bottom" type="reset" value="{$lng['panel']['reset']}" /><input class="bottom" type="submit" value="{$lng['panel']['save']}" />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</section>
|
||||||
|
</article>
|
||||||
6
templates/Sparkle/admin/settings/settings_form_begin.tpl
vendored
Normal file
6
templates/Sparkle/admin/settings/settings_form_begin.tpl
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
$header
|
||||||
|
<form method="post" action="$filename" enctype="application/x-www-form-urlencoded">
|
||||||
|
<input type="hidden" name="send" value="send" />
|
||||||
|
<input type="hidden" name="s" value="$s" />
|
||||||
|
<input type="hidden" name="page" value="$page" />
|
||||||
|
<input type="hidden" name="action" value="$action" />
|
||||||
7
templates/Sparkle/admin/settings/settings_form_end.tpl
vendored
Normal file
7
templates/Sparkle/admin/settings/settings_form_end.tpl
vendored
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<if $_part != ''>
|
||||||
|
<input type="hidden" name="part" value="{$_part}" />
|
||||||
|
</if>
|
||||||
|
</form>
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
$footer
|
||||||
9
templates/Sparkle/admin/settings/settings_group.tpl
vendored
Normal file
9
templates/Sparkle/admin/settings/settings_group.tpl
vendored
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
{$groupdetails['title']}
|
||||||
|
</th>
|
||||||
|
<th style="width:350px;">
|
||||||
|
<input type="reset" value="{$lng['panel']['reset']}" /><input type="submit" value="{$lng['panel']['save']}" />
|
||||||
|
</th>
|
||||||
|
</tr>
|
||||||
|
|
||||||
20
templates/Sparkle/admin/settings/settings_overview.tpl
vendored
Normal file
20
templates/Sparkle/admin/settings/settings_overview.tpl
vendored
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/settings_big.png" alt="" />
|
||||||
|
{$lng['admin']['serversettings']}
|
||||||
|
[<a href="$filename?page=overview&part=all&s=$s">{$lng['admin']['configfiles']['overview']}</a>]
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
<table class="formtable">
|
||||||
|
$fields
|
||||||
|
<tr>
|
||||||
|
<td class="maintitle_apply_right" nowrap="nowrap" colspan="2">
|
||||||
|
<input class="bottom" type="reset" value="{$lng['panel']['reset']}" /><input class="bottom" type="submit" value="{$lng['panel']['save']}" />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</section>
|
||||||
|
</article>
|
||||||
11
templates/Sparkle/admin/settings/settings_overviewgroup.tpl
vendored
Normal file
11
templates/Sparkle/admin/settings/settings_overviewgroup.tpl
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<tr>
|
||||||
|
<td class="formlabeltd" style="line-height:33px;">
|
||||||
|
<label for="name"><strong>{$title} </strong></label>
|
||||||
|
</td>
|
||||||
|
<td>{$option}</td>
|
||||||
|
<td>
|
||||||
|
<if $activated == 1>
|
||||||
|
<a href="$filename?page=overview&part=$part&s=$s">{$lng['admin']['serversettings']}</a>
|
||||||
|
</if>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
27
templates/Sparkle/admin/settings/updatecounters.tpl
vendored
Normal file
27
templates/Sparkle/admin/settings/updatecounters.tpl
vendored
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/res_recalculate_big.png" alt="" />
|
||||||
|
{$lng['admin']['updatecounters']}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
<table class="formtable">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">{$lng['admin']['customers']}</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
{$customers}
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th colspan="2">{$lng['admin']['admins']}</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
{$admins}
|
||||||
|
</table>
|
||||||
|
</section>
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
75
templates/Sparkle/admin/settings/updatecounters_row_admin.tpl
vendored
Normal file
75
templates/Sparkle/admin/settings/updatecounters_row_admin.tpl
vendored
Normal file
@@ -0,0 +1,75 @@
|
|||||||
|
<tr>
|
||||||
|
<td style="width: 35%;">
|
||||||
|
<b><if $admin['adminid'] != $userinfo['userid']><a href="{$linker->getLink(array('section' => 'admins', 'page' => 'admins', 'action' => 'su', 'id' => $admin['adminid']))}" target="_blank">{$admin['loginname']}</a></if><if $admin['adminid'] == $userinfo['userid']>{$admin['loginname']}</if>:</b>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
<table class="formtable" border="0" style="text-align: left; width: 100%">
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['admin']['customers']}:</td>
|
||||||
|
<td><span <if $admin['customers_used'] == $admin['customers_used_new']>style="color:green"<else>style="color:red"</if>><b>{$admin['customers_used']} -> {$admin['customers_used_new']}</b></span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['domains']}:</td>
|
||||||
|
<td><span <if $admin['domains_used'] == $admin['domains_used_new']>style="color:green"<else>style="color:red"</if>><b>{$admin['domains_used']} -> {$admin['domains_used_new']}</b></span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['subdomains']}:</td>
|
||||||
|
<td><span <if $admin['subdomains_used'] == $admin['subdomains_used_new']>style="color:green"<else>style="color:red"</if>><b>{$admin['subdomains_used']} -> {$admin['subdomains_used_new']}</b></span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['diskspace']}:</td>
|
||||||
|
<td><span <if $admin['diskspace_used'] == $admin['diskspace_used_new']>style="color:green"<else>style="color:red"</if>><b>{$admin['diskspace_used']} -> {$admin['diskspace_used_new']}</b></span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['traffic']}:</td>
|
||||||
|
<td><span <if $admin['traffic_used'] == $admin['traffic_used_new']>style="color:green"<else>style="color:red"</if>><b>{$admin['traffic_used']} -> {$admin['traffic_used_new']}</b></span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['mysqls']}:</td>
|
||||||
|
<td><span <if $admin['mysqls_used'] == $admin['mysqls_used_new']>style="color:green"<else>style="color:red"</if>><b>{$admin['mysqls_used']} -> {$admin['mysqls_used_new']}</b></span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['emails']}:</td>
|
||||||
|
<td><span <if $admin['emails_used'] == $admin['emails_used_new']>style="color:green"<else>style="color:red"</if>><b>{$admin['emails_used']} -> {$admin['emails_used_new']}</b></span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['accounts']}:</td>
|
||||||
|
<td><span <if $admin['email_accounts_used'] == $admin['email_accounts_used_new']>style="color:green"<else>style="color:red"</if>><b>{$admin['email_accounts_used']} -> {$admin['email_accounts_used_new']}</b></span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['forwarders']}:</td>
|
||||||
|
<td><span <if $admin['email_forwarders_used'] == $admin['email_forwarders_used_new']>style="color:green"<else>style="color:red"</if>><b>{$admin['email_forwarders_used']} -> {$admin['email_forwarders_used_new']}</b></span></td>
|
||||||
|
</tr>
|
||||||
|
<if $settings['system']['mail_quota_enabled'] == 1>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['email_quota']}:</td>
|
||||||
|
<td><span <if $admin['email_quota_used'] == $admin['email_quota_used_new']>style="color:green"<else>style="color:red"</if>><b>{$admin['email_quota_used']} -> {$admin['email_quota_used_new']}</b></span></td>
|
||||||
|
</tr>
|
||||||
|
</if>
|
||||||
|
<if $settings['autoresponder']['autoresponder_active'] == 1>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['autoresponder']}:</td>
|
||||||
|
<td><span <if $admin['email_autoresponder_used'] == $admin['email_autoresponder_used_new']>style="color:green"<else>style="color:red"</if>><b>{$admin['email_autoresponder_used']} -> {$admin['email_autoresponder_used_new']}</b></span></td>
|
||||||
|
</tr>
|
||||||
|
</if>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['ftps']}:</td>
|
||||||
|
<td><span <if $admin['ftps_used'] == $admin['ftps_used_new']>style="color:green"<else>style="color:red"</if>><b>{$admin['ftps_used']} -> {$admin['ftps_used_new']}</b></span></td>
|
||||||
|
</tr>
|
||||||
|
<if $settings['ticket']['enabled'] == '1'>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['tickets']}:</td>
|
||||||
|
<td><span <if $admin['tickets_used'] == $admin['tickets_used_new']>style="color:green"<else>style="color:red"</if>><b>{$admin['tickets_used']} -> {$admin['tickets_used_new']}</b></span></td>
|
||||||
|
</tr>
|
||||||
|
</if>
|
||||||
|
<if $settings['aps']['aps_active'] == '1'>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['aps']}:</td>
|
||||||
|
<td><span <if $admin['aps_packages_used'] == $admin['aps_packages_used_new']>style="color:green"<else>style="color:red"</if>><b>{$admin['aps_packages_used']} -> {$admin['aps_packages_used_new']}</b></span></td>
|
||||||
|
</tr>
|
||||||
|
</if>
|
||||||
|
</table>
|
||||||
|
</section>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
59
templates/Sparkle/admin/settings/updatecounters_row_customer.tpl
vendored
Normal file
59
templates/Sparkle/admin/settings/updatecounters_row_customer.tpl
vendored
Normal file
@@ -0,0 +1,59 @@
|
|||||||
|
<tr>
|
||||||
|
<td style="width: 35%;">
|
||||||
|
<b><if $customer['name'] != '' && $customer['firstname'] != ''>{$customer['name']}, {$customer['firstname']}</if><if $customer['name'] != '' && $customer['firstname'] != '' && $customer['company'] != ''> | </if><if $customer['company'] != ''>{$customer['company']}</if> (<a href="{$linker->getLink(array('section' => 'customers', 'page' => 'customers', 'action' => 'su', 'id' => $customer['customerid']))}" target="_blank">{$customer['loginname']}</a>):</b>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
<table class="formtable" border="0" style="text-align: left; width: 100%">
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['subdomains']}:</td>
|
||||||
|
<td><span <if $customer['subdomains_used'] == $customer['subdomains_used_new']>style="color:green"<else>style="color:red"</if>><b>{$customer['subdomains_used']} -> {$customer['subdomains_used_new']}</b></span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['mysqls']}:</td>
|
||||||
|
<td><span <if $customer['mysqls_used'] == $customer['mysqls_used_new']>style="color:green"<else>style="color:red"</if>><b>{$customer['mysqls_used']} -> {$customer['mysqls_used_new']}</b></span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['emails']}:</td>
|
||||||
|
<td><span <if $customer['emails_used'] == $customer['emails_used_new']>style="color:green"<else>style="color:red"</if>><b>{$customer['emails_used']} -> {$customer['emails_used_new']}</b></span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['accounts']}:</td>
|
||||||
|
<td><span <if $customer['email_accounts_used'] == $customer['email_accounts_used_new']>style="color:green"<else>style="color:red"</if>><b>{$customer['email_accounts_used']} -> {$customer['email_accounts_used_new']}</b></span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['forwarders']}:</td>
|
||||||
|
<td><span <if $customer['email_forwarders_used'] == $customer['email_forwarders_used_new']>style="color:green"<else>style="color:red"</if>><b>{$customer['email_forwarders_used']} -> {$customer['email_forwarders_used_new']}</b></span></td>
|
||||||
|
</tr>
|
||||||
|
<if $settings['system']['mail_quota_enabled'] == 1>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['email_quota']}:</td>
|
||||||
|
<td><span <if $customer['email_quota_used'] == $customer['email_quota_used_new']>style="color:green"<else>style="color:red"</if>><b>{$customer['email_quota_used']} -> {$customer['email_quota_used_new']}</b></span></td>
|
||||||
|
</tr>
|
||||||
|
</if>
|
||||||
|
<if $settings['autoresponder']['autoresponder_active'] == 1>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['autoresponder']}:</td>
|
||||||
|
<td><span <if $customer['email_autoresponder_used'] == $customer['email_autoresponder_used_new']>style="color:green"<else>style="color:red"</if>><b>{$customer['email_autoresponder_used']} -> {$customer['email_autoresponder_used_new']}</b></span></td>
|
||||||
|
</tr>
|
||||||
|
</if>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['ftps']}:</td>
|
||||||
|
<td><span <if $customer['ftps_used'] == $customer['ftps_used_new']>style="color:green"<else>style="color:red"</if>><b>{$customer['ftps_used']} -> {$customer['ftps_used_new']}</b></span></td>
|
||||||
|
</tr>
|
||||||
|
<if $settings['ticket']['enabled'] == '1'>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['tickets']}:</td>
|
||||||
|
<td><span <if $customer['tickets_used'] == $customer['tickets_used_new']>style="color:green"<else>style="color:red"</if>><b>{$customer['tickets_used']} -> {$customer['tickets_used_new']}</b></span></td>
|
||||||
|
</tr>
|
||||||
|
</if>
|
||||||
|
<if $settings['aps']['aps_active'] == '1'>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['customer']['aps']}:</td>
|
||||||
|
<td><span <if $customer['aps_packages_used'] == $customer['aps_packages_used_new']>style="color:green"<else>style="color:red"</if>><b>{$customer['aps_packages_used']} -> {$customer['aps_packages_used_new']}</b></span></td>
|
||||||
|
</tr>
|
||||||
|
</if>
|
||||||
|
</table>
|
||||||
|
</section>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
80
templates/Sparkle/admin/templates/filetemplates_add.tpl
vendored
Normal file
80
templates/Sparkle/admin/templates/filetemplates_add.tpl
vendored
Normal file
@@ -0,0 +1,80 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/templates_add_big.png" alt="{$title}" />
|
||||||
|
{$title}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
|
||||||
|
<form action="{$linker->getLink(array('section' => 'templates'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
<fieldset>
|
||||||
|
<legend>Froxlor - {$title}</legend>
|
||||||
|
|
||||||
|
<table class="formtable">
|
||||||
|
{$filetemplate_add_form}
|
||||||
|
</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="filesend" value="filesend" />
|
||||||
|
</p>
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</article>
|
||||||
|
<br />
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h3>
|
||||||
|
{$lng['admin']['templates']['template_replace_vars']}
|
||||||
|
</h3>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<table class="bradiusodd">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>{$lng['panel']['variable']}</th>
|
||||||
|
<th>{$lng['panel']['description']}</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<strong>{$lng['admin']['templates']['index_html']}</strong>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{SERVERNAME}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['SERVERNAME']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{CUSTOMER}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['CUSTOMER']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{ADMIN}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['ADMIN']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{CUSTOMER_EMAIL}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['CUSTOMER_EMAIL']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{ADMIN_EMAIL}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['ADMIN_EMAIL']}</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
81
templates/Sparkle/admin/templates/filetemplates_edit.tpl
vendored
Normal file
81
templates/Sparkle/admin/templates/filetemplates_edit.tpl
vendored
Normal file
@@ -0,0 +1,81 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/templates_edit_big.png" alt="{$title}" />
|
||||||
|
{$title}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
|
||||||
|
<form action="{$linker->getLink(array('section' => 'templates'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
<fieldset>
|
||||||
|
<legend>Froxlor - {$title}</legend>
|
||||||
|
|
||||||
|
<table class="formtable">
|
||||||
|
{$filetemplate_edit_form}
|
||||||
|
</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="id" value="$id" />
|
||||||
|
<input type="hidden" name="filesend" value="filesend" />
|
||||||
|
</p>
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</article>
|
||||||
|
<br />
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h3>
|
||||||
|
{$lng['admin']['templates']['template_replace_vars']}
|
||||||
|
</h3>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<table class="bradiusodd">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>{$lng['panel']['variable']}</th>
|
||||||
|
<th>{$lng['panel']['description']}</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<strong>{$lng['admin']['templates']['index_html']}</strong>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{SERVERNAME}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['SERVERNAME']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{CUSTOMER}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['CUSTOMER']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{ADMIN}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['ADMIN']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{CUSTOMER_EMAIL}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['CUSTOMER_EMAIL']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{ADMIN_EMAIL}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['ADMIN_EMAIL']}</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
65
templates/Sparkle/admin/templates/templates.tpl
vendored
Normal file
65
templates/Sparkle/admin/templates/templates.tpl
vendored
Normal file
@@ -0,0 +1,65 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/templates_big.png" alt="" />
|
||||||
|
{$lng['admin']['templates']['templates']}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<table class="bradiusodd">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>{$lng['login']['language']}</th>
|
||||||
|
<th>{$lng['admin']['templates']['action']}</th>
|
||||||
|
<th>{$lng['panel']['options']}</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
{$templates}
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<if $add>
|
||||||
|
<div class="overviewadd">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/templates_add.png" alt="" />
|
||||||
|
<a href="{$linker->getLink(array('section' => 'templates', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['templates']['template_add']}</a>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
<br />
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/templates_big.png" alt="" />
|
||||||
|
{$lng['admin']['templates']['filetemplates']}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<table class="bradiusodd">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>{$lng['admin']['templates']['action']}</th>
|
||||||
|
<th>{$lng['panel']['options']}</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
{$filetemplates}
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<if $filetemplateadd>
|
||||||
|
<div class="overviewadd">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/templates_add.png" alt="" />
|
||||||
|
<a href="{$linker->getLink(array('section' => 'templates', 'page' => $page, 'action' => 'add', 'files' => 'files'))}">{$lng['admin']['templates']['template_add']}</a>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
29
templates/Sparkle/admin/templates/templates_add_1.tpl
vendored
Normal file
29
templates/Sparkle/admin/templates/templates_add_1.tpl
vendored
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/templates_add_big.png" alt="" />
|
||||||
|
{$lng['admin']['templates']['template_add']}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="tinyform bradiusodd">
|
||||||
|
<form method="post" action="{$linker->getLink(array('section' => 'templates'))}" enctype="application/x-www-form-urlencoded">
|
||||||
|
<fieldset>
|
||||||
|
<legend>Froxlor - {$lng['menue']['main']['changelanguage']}</legend>
|
||||||
|
<p>
|
||||||
|
<label for="language">{$lng['login']['language']}:</label>
|
||||||
|
<select id="language" name="language">$language_options</select>
|
||||||
|
</p>
|
||||||
|
<p class="submit">
|
||||||
|
<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="prepare" value="prepare" />
|
||||||
|
<input type="submit" value="{$lng['panel']['next']}" />
|
||||||
|
</p>
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
244
templates/Sparkle/admin/templates/templates_add_2.tpl
vendored
Normal file
244
templates/Sparkle/admin/templates/templates_add_2.tpl
vendored
Normal file
@@ -0,0 +1,244 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/templates_add_big.png" alt="{$title}" />
|
||||||
|
{$title}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
|
||||||
|
<form action="{$linker->getLink(array('section' => 'templates'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
<fieldset>
|
||||||
|
<legend>Froxlor - {$title}</legend>
|
||||||
|
|
||||||
|
<table class="formtable">
|
||||||
|
{$template_add_form}
|
||||||
|
</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>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</article>
|
||||||
|
<br />
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/replace_vars.png" alt="" />
|
||||||
|
{$lng['admin']['templates']['template_replace_vars']}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<table class="bradiusodd">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>{$lng['panel']['variable']}</th>
|
||||||
|
<th>{$lng['panel']['description']}</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<strong>{$lng['admin']['templates']['createcustomer']}</strong>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><i>{SALUTATION}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['SALUTATION']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><i>{FIRSTNAME}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['FIRSTNAME']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{NAME}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['NAME']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{COMPANY}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['COMPANY']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{USERNAME}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['USERNAME']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{PASSWORD}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['PASSWORD']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<strong>{$lng['admin']['templates']['pop_success']}</strong>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{EMAIL}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['EMAIL']}</td>
|
||||||
|
</tr>
|
||||||
|
<if $settings['panel']['sendalternativemail'] == 1>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<strong>{$lng['admin']['templates']['pop_success_alternative']}</strong>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{EMAIL}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['EMAIL']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{PASSWORD}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['EMAIL_PASSWORD']}</td>
|
||||||
|
</tr>
|
||||||
|
</if>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<strong>{$lng['admin']['templates']['forgotpwd']}</strong>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{SALUTATION}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['SALUTATION']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{USERNAME}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['USERNAME']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{PASSWORD}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['PASSWORD']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<strong>{$lng['admin']['templates']['trafficmaxpercent']}</strong>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{TRAFFIC}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['TRAFFIC']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{TRAFFICUSED}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['TRAFFICUSED']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{MAX_PERCENT}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['MAX_PERCENT']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{USAGE_PERCENT}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['USAGE_PERCENT']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<strong>{$lng['admin']['templates']['diskmaxpercent']}</strong>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{DISKAVAILABLE}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['DISKAVAILABLE']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{DISKUSED}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['DISKUSED']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{MAX_PERCENT}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['MAX_PERCENT']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{USAGE_PERCENT}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['USAGE_PERCENT']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<strong>{$lng['admin']['templates']['ticket']}</strong>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{SUBJECT}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['SUBJECT']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{SALUTATION}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['SALUTATION']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{FIRSTNAME}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['FIRSTNAME']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{NAME}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['NAME']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{COMPANY}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['COMPANY']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<strong>{$lng['admin']['templates']['newdatabase']}</strong>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{CUST_NAME}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['CUST_NAME']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{DB_NAME}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['DB_NAME']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{DB_PASS}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['DB_PASS']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{DB_DESC}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['DB_DESC']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{DB_SRV}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['DB_SRV']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{PMA_URI}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['PMA_URI']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<strong>{$lng['admin']['templates']['newftpuser']}</strong>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{CUST_NAME}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['CUST_NAME']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{USR_NAME}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['USR_NAME']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{USR_PASS}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['USR_PASS']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{USR_PATH}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['USR_PATH']}</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
245
templates/Sparkle/admin/templates/templates_edit.tpl
vendored
Normal file
245
templates/Sparkle/admin/templates/templates_edit.tpl
vendored
Normal file
@@ -0,0 +1,245 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/templates_edit_big.png" alt="{$title}" />
|
||||||
|
{$title}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
|
||||||
|
<form action="{$linker->getLink(array('section' => 'templates'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
<fieldset>
|
||||||
|
<legend>Froxlor - {$title}</legend>
|
||||||
|
|
||||||
|
<table class="formtable">
|
||||||
|
{$template_edit_form}
|
||||||
|
</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="subjectid" value="$subjectid" />
|
||||||
|
<input type="hidden" name="mailbodyid" value="$mailbodyid" />
|
||||||
|
<input type="hidden" name="send" value="send" />
|
||||||
|
</p>
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</article>
|
||||||
|
<br />
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h3>
|
||||||
|
{$lng['admin']['templates']['template_replace_vars']}
|
||||||
|
</h3>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<table class="bradiusodd">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>{$lng['panel']['variable']}</th>
|
||||||
|
<th>{$lng['panel']['description']}</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<strong>{$lng['admin']['templates']['createcustomer']}</strong>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><i>{SALUTATION}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['SALUTATION']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><i>{FIRSTNAME}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['FIRSTNAME']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{NAME}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['NAME']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{COMPANY}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['COMPANY']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{USERNAME}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['USERNAME']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{PASSWORD}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['PASSWORD']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<strong>{$lng['admin']['templates']['pop_success']}</strong>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{EMAIL}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['EMAIL']}</td>
|
||||||
|
</tr>
|
||||||
|
<if $settings['panel']['sendalternativemail'] == 1>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<strong>{$lng['admin']['templates']['pop_success_alternative']}</strong>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{EMAIL}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['EMAIL']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{PASSWORD}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['EMAIL_PASSWORD']}</td>
|
||||||
|
</tr>
|
||||||
|
</if>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<strong>{$lng['admin']['templates']['forgotpwd']}</strong>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{SALUTATION}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['SALUTATION']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{USERNAME}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['USERNAME']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{PASSWORD}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['PASSWORD']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<strong>{$lng['admin']['templates']['trafficmaxpercent']}</strong>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{TRAFFIC}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['TRAFFIC']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{TRAFFICUSED}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['TRAFFICUSED']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{MAX_PERCENT}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['MAX_PERCENT']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{USAGE_PERCENT}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['USAGE_PERCENT']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<strong>{$lng['admin']['templates']['diskmaxpercent']}</strong>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{DISKAVAILABLE}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['DISKAVAILABLE']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{DISKUSED}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['DISKUSED']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{MAX_PERCENT}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['MAX_PERCENT']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{USAGE_PERCENT}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['USAGE_PERCENT']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<strong>{$lng['admin']['templates']['ticket']}</strong>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{SUBJECT}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['SUBJECT']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{SALUTATION}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['SALUTATION']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{FIRSTNAME}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['FIRSTNAME']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{NAME}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['NAME']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{COMPANY}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['COMPANY']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<strong>{$lng['admin']['templates']['newdatabase']}</strong>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{CUST_NAME}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['CUST_NAME']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{DB_NAME}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['DB_NAME']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{DB_PASS}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['DB_PASS']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{DB_DESC}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['DB_DESC']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{DB_SRV}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['DB_SRV']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{PMA_URI}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['PMA_URI']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<strong>{$lng['admin']['templates']['newftpuser']}</strong>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{CUST_NAME}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['CUST_NAME']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{USR_NAME}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['USR_NAME']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{USR_PASS}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['USR_PASS']}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><em>{USR_PATH}</em></td>
|
||||||
|
<td>{$lng['admin']['templates']['USR_PATH']}</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
|
|
||||||
11
templates/Sparkle/admin/templates/templates_filetemplate.tpl
vendored
Normal file
11
templates/Sparkle/admin/templates/templates_filetemplate.tpl
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<tr>
|
||||||
|
<td>{$lng['admin']['templates'][$row['varname']]}</td>
|
||||||
|
<td>
|
||||||
|
<a href="{$linker->getLink(array('section' => 'templates', 'page' => $page, 'action' => 'editf', 'id' => $row['id']))}">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{$lng['panel']['edit']}" />
|
||||||
|
</a>
|
||||||
|
<a href="{$linker->getLink(array('section' => 'templates', 'page' => $page, 'action' => 'deletef', 'id' => $row['id']))}">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{$lng['panel']['delete']}" />
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
12
templates/Sparkle/admin/templates/templates_template.tpl
vendored
Normal file
12
templates/Sparkle/admin/templates/templates_template.tpl
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<tr>
|
||||||
|
<td>{$language}</td>
|
||||||
|
<td>{$template}</td>
|
||||||
|
<td>
|
||||||
|
<a href="{$linker->getLink(array('section' => 'templates', 'page' => $page, 'action' => 'edit', 'subjectid' => $subjectid, 'mailbodyid' => $mailbodyid))}" style="text-decoration:none;">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{$lng['panel']['edit']}" />
|
||||||
|
</a>
|
||||||
|
<a href="{$linker->getLink(array('section' => 'templates', 'page' => $page, 'action' => 'delete', 'subjectid' => $subjectid, 'mailbodyid' => $mailbodyid))}" style="text-decoration:none;">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{$lng['panel']['delete']}" />
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
85
templates/Sparkle/admin/tickets/archive.tpl
vendored
Normal file
85
templates/Sparkle/admin/tickets/archive.tpl
vendored
Normal file
@@ -0,0 +1,85 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/ticket_archive_big.png" alt="" />
|
||||||
|
{$lng['ticket']['lastarchived']}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<table class="bradiusodd">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>{$lng['ticket']['archivedtime']}</th>
|
||||||
|
<th>{$lng['ticket']['ticket_answers']}</th>
|
||||||
|
<th>{$lng['ticket']['subject']}</th>
|
||||||
|
<th>{$lng['ticket']['lastreplier']}</th>
|
||||||
|
<th>{$lng['ticket']['priority']}</th>
|
||||||
|
<th>{$lng['panel']['options']}</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
$tickets
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h3>
|
||||||
|
{$lng['ticket']['search']}
|
||||||
|
</h3>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
|
||||||
|
<form action="{$linker->getLink(array('section' => 'tickets'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
|
||||||
|
<input type="hidden" name="s" value="$s"/>
|
||||||
|
<input type="hidden" name="page" value="$page"/>
|
||||||
|
<input type="hidden" name="send" value="send" />
|
||||||
|
|
||||||
|
<table class="formtable">
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['ticket']['subject']}:</td>
|
||||||
|
<td ><input type="text" name="subject" /></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['ticket']['priority']}:</td>
|
||||||
|
<td >{$priorities_options}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['ticket']['category']}:</td>
|
||||||
|
<td>{$category_options}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['ticket']['lastchange']}:</td>
|
||||||
|
<td><label for="fromdate">{$lng['ticket']['lastchange_from']}</label>
|
||||||
|
<input type="text" id="fromdate" name="fromdate" /><br /><br />
|
||||||
|
<label for="todate">{$lng['ticket']['lastchange_to']}</label>
|
||||||
|
<input type="text" id="todate" name="todate" /></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['ticket']['message']}:</td>
|
||||||
|
<td><textarea rows="12" cols="50" name="message"></textarea></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$lng['ticket']['customer']}:</td>
|
||||||
|
<td><select name="customer">$customers</select></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="main_field_confirm" colspan="2"><input type="hidden" name="send" value="send" /><input type="submit" class="bottom" value="{$lng['panel']['search']}" /></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
12
templates/Sparkle/admin/tickets/archived_tickets.tpl
vendored
Normal file
12
templates/Sparkle/admin/tickets/archived_tickets.tpl
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<tr>
|
||||||
|
<td>{$ticket['lastchange']}</td>
|
||||||
|
<td>{$ticket['ticket_answers']}</td>
|
||||||
|
<td>{$ticket['subject']}</td>
|
||||||
|
<td>{$ticket['lastreplier']}</td>
|
||||||
|
<td>{$ticket['priority']}</td>
|
||||||
|
<td>
|
||||||
|
<a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'archive', 'action' => 'view', 'id' => $ticket['id']))}" style="text-decoration:none;">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/ticket_show.png" alt="{$lng['ticket']['show']}"/>
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
28
templates/Sparkle/admin/tickets/archivesearch.tpl
vendored
Normal file
28
templates/Sparkle/admin/tickets/archivesearch.tpl
vendored
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
$header
|
||||||
|
<header>
|
||||||
|
<h3><img src="templates/{$theme}/assets/img/icons/ticket_archive.png" alt="" /> {$lng['ticket']['archivesearch']}</h3>
|
||||||
|
</header>
|
||||||
|
<form action="{$linker->getLink(array('section' => 'tickets'))}" method="post">
|
||||||
|
<input type="hidden" name="s" value="$s"/>
|
||||||
|
<input type="hidden" name="page" value="$page"/>
|
||||||
|
<input type="hidden" name="send" value="send" />
|
||||||
|
<table cellpadding="5" cellspacing="0" border="0" align="center" class="fullform bradiusodd">
|
||||||
|
<if 0 < $tickets_count >
|
||||||
|
<tr>
|
||||||
|
<th class="field_display_border_left">{$lng['ticket']['archivedtime']}</th>
|
||||||
|
<th class="field_display">{$lng['ticket']['ticket_answers']}</th>
|
||||||
|
<th class="field_display">{$lng['ticket']['subject']}</th>
|
||||||
|
<th class="field_display">{$lng['ticket']['lastreplier']}</th>
|
||||||
|
<th class="field_display">{$lng['ticket']['priority']}</th>
|
||||||
|
<th class="field_display_search"> </th>
|
||||||
|
</tr>
|
||||||
|
$tickets
|
||||||
|
</if>
|
||||||
|
<if $tickets_count < 1 >
|
||||||
|
<tr>
|
||||||
|
<td class="field_display_border_left" colspan="6">{$lng['ticket']['noresults']}</td>
|
||||||
|
</tr>
|
||||||
|
</if>
|
||||||
|
</table>
|
||||||
|
</form>
|
||||||
|
$footer
|
||||||
63
templates/Sparkle/admin/tickets/categories.tpl
vendored
Normal file
63
templates/Sparkle/admin/tickets/categories.tpl
vendored
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/categories_big.png" alt="" />
|
||||||
|
{$lng['menue']['ticket']['categories']}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<form action="{$linker->getLink(array('section' => 'tickets'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
|
||||||
|
<div class="overviewsearch">
|
||||||
|
{$searchcode}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<if 15 < $categories_count >
|
||||||
|
<div class="overviewadd">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/categories_add.png" alt="" />
|
||||||
|
<a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'categories', 'action' => 'addcategory'))}">{$lng['ticket']['ticket_newcateory']}</a>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
|
||||||
|
<table class="bradiusodd">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>{$lng['ticket']['category']} {$arrowcode['name']}</th>
|
||||||
|
<th>{$lng['ticket']['logicalorder']} {$arrowcode['logicalorder']}</th>
|
||||||
|
<th>{$lng['ticket']['ticketcount']} <if $categories_count < 0 >{$arrowcode['ticketcount']}</if></th>
|
||||||
|
<th>{$lng['panel']['options']}</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<if $pagingcode != ''>
|
||||||
|
<tfoot>
|
||||||
|
<tr>
|
||||||
|
<td colspan="4">{$pagingcode}</td>
|
||||||
|
</tr>
|
||||||
|
</tfoot>
|
||||||
|
</if>
|
||||||
|
<tbody>
|
||||||
|
$ticketcategories
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<p style="display:none;">
|
||||||
|
<input type="hidden" name="s" value="$s"/>
|
||||||
|
<input type="hidden" name="page" value="$page"/>
|
||||||
|
<input type="hidden" name="send" value="send" />
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</form>
|
||||||
|
|
||||||
|
<div class="overviewadd">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/categories_add.png" alt="" />
|
||||||
|
<a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'categories', 'action' => 'addcategory'))}">{$lng['ticket']['ticket_newcateory']}</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
|
|
||||||
77
templates/Sparkle/admin/tickets/tickets.tpl
vendored
Normal file
77
templates/Sparkle/admin/tickets/tickets.tpl
vendored
Normal file
@@ -0,0 +1,77 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/tickets_big.png" alt="" />
|
||||||
|
{$lng['menue']['ticket']['ticket']}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<form action="{$linker->getLink(array('section' => 'tickets'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
|
||||||
|
<div class="overviewsearch">
|
||||||
|
{$searchcode}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<if ($userinfo['tickets_used'] < $userinfo['tickets'] || $userinfo['tickets'] == '-1') && 15 < $tickets_count >
|
||||||
|
<div class="overviewadd">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/ticket_add.png" alt="" />
|
||||||
|
<a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'tickets', 'action' => 'new'))}">{$lng['ticket']['ticket_new']}</a>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
|
||||||
|
<table class="bradiusodd">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>{$lng['ticket']['lastchange']} {$arrowcode['lastchange']}</th>
|
||||||
|
<th>{$lng['ticket']['ticket_answers']} {$arrowcode['ticket_answers']}</th>
|
||||||
|
<th>{$lng['ticket']['subject']} {$arrowcode['subject']}</th>
|
||||||
|
<th>{$lng['ticket']['status']} {$arrowcode['status']}</th>
|
||||||
|
<th>{$lng['ticket']['lastreplier']} {$arrowcode['lastreplier']}</th>
|
||||||
|
<th>{$lng['ticket']['priority']} {$arrowcode['priority']}</th>
|
||||||
|
<th>{$lng['panel']['options']}</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<if $pagingcode != ''>
|
||||||
|
<tfoot>
|
||||||
|
<tr>
|
||||||
|
<td colspan="7">{$pagingcode}</td>
|
||||||
|
</tr>
|
||||||
|
</tfoot>
|
||||||
|
</if>
|
||||||
|
<tbody>
|
||||||
|
{$tickets}
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<p style="display:none;">
|
||||||
|
<input type="hidden" name="s" value="$s"/>
|
||||||
|
<input type="hidden" name="page" value="$page"/>
|
||||||
|
<input type="hidden" name="send" value="send" />
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</form>
|
||||||
|
|
||||||
|
<if ($userinfo['tickets_used'] < $userinfo['tickets'] || $userinfo['tickets'] == '-1') && $countcustomers !=0 >
|
||||||
|
<div class="overviewadd">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/ticket_add.png" alt="" />
|
||||||
|
<a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'tickets', 'action' => 'new'))}">{$lng['ticket']['ticket_new']}</a>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
|
||||||
|
<if $countcustomers == 0 >
|
||||||
|
<div class="warningcontainer bradius">
|
||||||
|
<div class="warningtitle">{$lng['admin']['warning']}</div>
|
||||||
|
<div class="warning">
|
||||||
|
<a href="{$linker->getLink(array('section' => 'customers', 'page' => 'customers', 'action' => 'add'))}">{$lng['admin']['ticket_nocustomeraddingavailable']}</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
|
|
||||||
14
templates/Sparkle/admin/tickets/tickets_categories.tpl
vendored
Normal file
14
templates/Sparkle/admin/tickets/tickets_categories.tpl
vendored
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<tr>
|
||||||
|
<td>{$row['name']}</td>
|
||||||
|
<td>{$row['logicalorder']}</td>
|
||||||
|
<td>{$row['ticketcount']} ({$row['ticketcountnotclosed']} {$lng['ticket']['open']} | {$closedtickets_count} {$lng['ticket']['closed']})</td>
|
||||||
|
<td>
|
||||||
|
<a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'categories', 'action' => 'editcategory', 'id' => $row['id']))}">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{$lng['panel']['edit']}" />
|
||||||
|
</a>
|
||||||
|
<a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'categories', 'action' => 'deletecategory', 'id' => $row['id']))}">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{$lng['panel']['delete']}" />
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
3
templates/Sparkle/admin/tickets/tickets_customer.tpl
vendored
Normal file
3
templates/Sparkle/admin/tickets/tickets_customer.tpl
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<tr>
|
||||||
|
<td class="field_name_border_left" colspan="10"><strong>{$customer} (<a href="{$linker->getLink(array('section' => 'customers', 'page' => 'customers', 'action' => 'su', 'id' => $customerid))}" rel="external">{$customerloginname}</a>)</strong></td>
|
||||||
|
</tr>
|
||||||
33
templates/Sparkle/admin/tickets/tickets_editcategory.tpl
vendored
Normal file
33
templates/Sparkle/admin/tickets/tickets_editcategory.tpl
vendored
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/categories_edit_big.png" alt="{$title}" />
|
||||||
|
{$title}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
|
||||||
|
<form action="{$linker->getLink(array('section' => 'tickets'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
<fieldset>
|
||||||
|
<legend>Froxlor - {$title}</legend>
|
||||||
|
|
||||||
|
<table class="formtable">
|
||||||
|
{$category_edit_form}
|
||||||
|
</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="id" value="$id" />
|
||||||
|
<input type="hidden" name="send" value="send" />
|
||||||
|
</p>
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
32
templates/Sparkle/admin/tickets/tickets_new.tpl
vendored
Normal file
32
templates/Sparkle/admin/tickets/tickets_new.tpl
vendored
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/ticket_add_big.png" alt="{$title}" />
|
||||||
|
{$title}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
|
||||||
|
<form action="{$linker->getLink(array('section' => 'tickets'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
<fieldset>
|
||||||
|
<legend>Froxlor - {$title}</legend>
|
||||||
|
|
||||||
|
<table class="formtable">
|
||||||
|
{$ticket_new_form}
|
||||||
|
</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>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
32
templates/Sparkle/admin/tickets/tickets_newcategory.tpl
vendored
Normal file
32
templates/Sparkle/admin/tickets/tickets_newcategory.tpl
vendored
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/categories_add_big.png" alt="{$title}" />
|
||||||
|
{$title}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
|
||||||
|
<form action="{$linker->getLink(array('section' => 'tickets'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
<fieldset>
|
||||||
|
<legend>Froxlor - {$title}</legend>
|
||||||
|
|
||||||
|
<table class="formtable">
|
||||||
|
{$category_new_form}
|
||||||
|
</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>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
46
templates/Sparkle/admin/tickets/tickets_reply.tpl
vendored
Normal file
46
templates/Sparkle/admin/tickets/tickets_reply.tpl
vendored
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/ticket_reply_big.png" alt="{$title}" />
|
||||||
|
{$title}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<if 0 < $isclosed >
|
||||||
|
<div class="messagewrapperfull">
|
||||||
|
<div class="warningcontainer bradius">
|
||||||
|
<div class="warningtitle">{$lng['ticket']['ticket_reopen']}</div>
|
||||||
|
<div class="warning"><br /><strong><a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'tickets', 'action' => 'reopen', 'id' => $id))}">{$lng['ticket']['ticket_reopen']}</a></strong></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</if>
|
||||||
|
|
||||||
|
<if 0 < $ticket_replies_count >
|
||||||
|
$ticket_replies
|
||||||
|
</if>
|
||||||
|
|
||||||
|
<section class="fullform bradiusodd">
|
||||||
|
|
||||||
|
<form action="{$linker->getLink(array('section' => 'tickets'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||||
|
<fieldset>
|
||||||
|
<legend>Froxlor - {$title}</legend>
|
||||||
|
|
||||||
|
<table class="formtable">
|
||||||
|
{$ticket_reply_form}
|
||||||
|
</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="id" value="$id" />
|
||||||
|
<input type="hidden" name="send" value="send" />
|
||||||
|
</p>
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
34
templates/Sparkle/admin/tickets/tickets_tickets.tpl
vendored
Normal file
34
templates/Sparkle/admin/tickets/tickets_tickets.tpl
vendored
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
<tr>
|
||||||
|
<td>{$row['lastchange']}</td>
|
||||||
|
<td>{$row['ticket_answers']}</td>
|
||||||
|
<td>{$row['subject']}</td>
|
||||||
|
<td>{$row['status']}</td>
|
||||||
|
<td>{$row['lastreplier']}</td>
|
||||||
|
<td>{$row['priority']}</td>
|
||||||
|
<td>
|
||||||
|
<a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'tickets', 'action' => 'answer', 'id' => $row['id']))}" style="text-decoration:none;">
|
||||||
|
<if $cananswer < 1 >
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/ticket_show.png" alt="{$lng['ticket']['show']}"/>
|
||||||
|
</if>
|
||||||
|
<if 0 < $cananswer >
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/ticket_answer.png" alt="{$lng['ticket']['answer']}"/>
|
||||||
|
</if>
|
||||||
|
</a>
|
||||||
|
<if $reopen < 1 >
|
||||||
|
<a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'tickets', 'action' => 'close', 'id' => $row['id']))}" style="text-decoration:none;">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/ticket_close.png" alt="{$lng['ticket']['close']}"/>
|
||||||
|
</a>
|
||||||
|
</if>
|
||||||
|
<if 0 < $reopen >
|
||||||
|
<a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'tickets', 'action' => 'reopen', 'id' => $row['id']))}" style="text-decoration:none;">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/ticket_reopen.png" alt="{$lng['ticket']['reopen']}"/>
|
||||||
|
</a>
|
||||||
|
</if>
|
||||||
|
<a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'tickets', 'action' => 'archive', 'id' => $row['id']))}" style="text-decoration:none;">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/ticket_archive.png" alt="{$lng['ticket']['archive']}"/>
|
||||||
|
</a>
|
||||||
|
<a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'tickets', 'action' => 'delete', 'id' => $row['id']))}" style="text-decoration:none;">
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{$lng['panel']['delete']}"/>
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
15
templates/Sparkle/admin/tickets/tickets_tickets_list.tpl
vendored
Normal file
15
templates/Sparkle/admin/tickets/tickets_tickets_list.tpl
vendored
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<section class="fullform bradiusodd">
|
||||||
|
<table class="formtable">
|
||||||
|
<tr>
|
||||||
|
<th>{$lastchange} {$lng['ticket']['by']} {$by}</th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$subject}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$message}</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<br /><br />
|
||||||
|
</section>
|
||||||
|
<br />
|
||||||
15
templates/Sparkle/admin/tickets/tickets_tickets_main.tpl
vendored
Normal file
15
templates/Sparkle/admin/tickets/tickets_tickets_main.tpl
vendored
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<section class="fullform bradiusodd">
|
||||||
|
<table class="formtable">
|
||||||
|
<tr>
|
||||||
|
<th>{$dt} {$lng['ticket']['by']} {$by} ({$status})</th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$subject}</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>{$message}</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<br />
|
||||||
|
</section>
|
||||||
|
<br />
|
||||||
17
templates/Sparkle/admin/tickets/tickets_view.tpl
vendored
Normal file
17
templates/Sparkle/admin/tickets/tickets_view.tpl
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
$header
|
||||||
|
<article>
|
||||||
|
<header>
|
||||||
|
<h2>
|
||||||
|
<img src="templates/{$theme}/assets/img/icons/ticket_archive_big.png" alt="" />
|
||||||
|
{$lng['ticket']['ticket_delete']}
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<if 0 < $ticket_replies_count >
|
||||||
|
$ticket_replies
|
||||||
|
</if>
|
||||||
|
<p><a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'archive', 'action' => 'delete', 'id' => $id))}"><img src="templates/{$theme}/assets/img/icons/delete.png" alt="" /> {$lng['panel']['delete']}</a></p>
|
||||||
|
</section>
|
||||||
|
</article>
|
||||||
|
$footer
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user