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:
25
templates/Sparkle/customer/aps/askyesno.tpl
vendored
Normal file
25
templates/Sparkle/customer/aps/askyesno.tpl
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
<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" name="submit" value="{$lng['panel']['no']}" />
|
||||
<input type="hidden" name="action" value="<if isset($action_alt)>$action_alt<else>$action</if>"/>
|
||||
<input type="hidden" name="s" value="$s"/>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
9
templates/Sparkle/customer/aps/data.tpl
vendored
Normal file
9
templates/Sparkle/customer/aps/data.tpl
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<if $Groupname != ''>
|
||||
<tr>
|
||||
<td class="title" colspan="3"><strong>$Groupname</strong></td>
|
||||
</tr>
|
||||
</if>
|
||||
<tr>
|
||||
<td class="field_name_border_left" valign="top" width="25%">$Fieldname</td>
|
||||
<td class="field_display" colspan="3">$Fieldvalue</td>
|
||||
</tr>
|
||||
1
templates/Sparkle/customer/aps/footer.tpl
vendored
Normal file
1
templates/Sparkle/customer/aps/footer.tpl
vendored
Normal file
@@ -0,0 +1 @@
|
||||
$footer
|
||||
1
templates/Sparkle/customer/aps/header.tpl
vendored
Normal file
1
templates/Sparkle/customer/aps/header.tpl
vendored
Normal file
@@ -0,0 +1 @@
|
||||
$header
|
||||
25
templates/Sparkle/customer/aps/infobox.tpl
vendored
Normal file
25
templates/Sparkle/customer/aps/infobox.tpl
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
<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>
|
||||
|
||||
42
templates/Sparkle/customer/aps/installer.tpl
vendored
Normal file
42
templates/Sparkle/customer/aps/installer.tpl
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/aps.png" alt="{$Xml->name}" />
|
||||
{$Xml->name}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradiusodd">
|
||||
|
||||
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<legend>Froxlor - {$Xml->name}</legend>
|
||||
|
||||
<table class="formtable">
|
||||
<tr>
|
||||
<td colspan="2"><strong>{$lng['aps']['install_wizard']}</strong>
|
||||
<if $ErrorMessage != 0>
|
||||
<div class="dataerror">{$lng['aps']['wizard_error']}</div>
|
||||
</if>
|
||||
</td>
|
||||
<td style="text-align: center; padding: 10px; background-color:#FFFFFF;"><img src="{$Icon}" alt="{$Xml->name} Icon"/></td>
|
||||
</tr>
|
||||
$Data
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<input type="submit" value="{$lng['aps']['install']}" />
|
||||
</td>
|
||||
</tr>
|
||||
</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="install" />
|
||||
<input type="hidden" name="withinput" value="withinput" />
|
||||
<input type="hidden" name="id" value="{$Row['ID']}" />
|
||||
</p>
|
||||
</fieldset>
|
||||
</form>
|
||||
</section>
|
||||
</article>
|
||||
68
templates/Sparkle/customer/aps/package.tpl
vendored
Normal file
68
templates/Sparkle/customer/aps/package.tpl
vendored
Normal file
@@ -0,0 +1,68 @@
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/aps.png" alt="{$Xml->name}" />
|
||||
{$Xml->name}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradiusodd">
|
||||
|
||||
<fieldset>
|
||||
<legend>Froxlor - </legend>
|
||||
|
||||
<table class="formtable">
|
||||
<tr>
|
||||
<td colspan="2"><strong>$Summary</strong></td>
|
||||
<td style="text-align: center; padding: 10px; background-color:#FFFFFF;"><img src="{$Icon}" alt="{$Xml->name} Icon"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3"><strong>{$lng['aps']['data']}</strong></td>
|
||||
</tr>
|
||||
$Data
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<if $action == 'overview' || $action == 'search'>
|
||||
<form method="get" action="$filename" style="float:left;">
|
||||
<input type="hidden" name="s" value="$s" />
|
||||
<input type="hidden" name="page" value="$page" />
|
||||
<input type="hidden" name="action" value="details" />
|
||||
<input type="hidden" name="id" value="{$Row['ID']}" />
|
||||
<input class="bottom" type="submit" value="{$lng['aps']['detail']}" />
|
||||
</form>
|
||||
</if>
|
||||
<if $action != 'overview' && $action !='search' && $action != 'customerstatus'>
|
||||
<form method="get" action="$filename" style="float:left;">
|
||||
<input type="hidden" name="s" value="$s" />
|
||||
<input type="hidden" name="page" value="$page" />
|
||||
<input type="hidden" name="action" value="overview" />
|
||||
<input class="bottom" type="submit" value="{$lng['aps']['back']}" />
|
||||
</form>
|
||||
</if>
|
||||
<if $action != 'customerstatus' && ( $userinfo['aps_packages'] != $userinfo['aps_packages_used'] ) && $db_info == ''>
|
||||
<form method="get" action="$filename" style="float:left; padding-left: 5px;">
|
||||
<input type="hidden" name="s" value="$s" />
|
||||
<input type="hidden" name="page" value="$page" />
|
||||
<input type="hidden" name="action" value="install" />
|
||||
<input type="hidden" name="id" value="{$Row['ID']}" />
|
||||
<input class="bottom" type="submit" value="{$lng['aps']['install']}" />
|
||||
</form>
|
||||
</if>
|
||||
<if $db_info != ''>
|
||||
<span style="padding-left: 5px;">{$db_info}</span>
|
||||
</if>
|
||||
<if ($action == 'customerstatus') && ($Row['Status'] == 2 || $Row['Status'] == 3)>
|
||||
<form method="get" action="$filename" style="float:left;">
|
||||
<input type="hidden" name="s" value="$s" />
|
||||
<input type="hidden" name="page" value="$page" />
|
||||
<input type="hidden" name="action" value="remove" />
|
||||
<input type="hidden" name="id" value="{$Row['ID']}" />
|
||||
<input class="bottom" type="submit" value="{$lng['aps']['uninstall']}" />
|
||||
</form>
|
||||
</if>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</section>
|
||||
</article>
|
||||
60
templates/Sparkle/customer/aps/package_status.tpl
vendored
Normal file
60
templates/Sparkle/customer/aps/package_status.tpl
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/aps.png" alt="{$Xml->name}" />
|
||||
{$Xml->name}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradiusodd">
|
||||
|
||||
<fieldset>
|
||||
<legend>Froxlor - </legend>
|
||||
|
||||
<table class="formtable">
|
||||
<tr>
|
||||
<td colspan="2"><strong>$Summary</strong></td>
|
||||
<td style="text-align: center; padding: 10px; background-color:#FFFFFF;"><img src="{$Icon}" alt="{$Xml->name} Icon"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3"><strong>{$lng['aps']['data']}</strong></td>
|
||||
</tr>
|
||||
$Data
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<if $Row['Status'] == INSTANCE_INSTALL>
|
||||
<form method="get" action="$filename" >
|
||||
<input type="hidden" name="s" value="$s" />
|
||||
<input type="hidden" name="page" value="$page" />
|
||||
<input type="hidden" name="action" value="stopinstall" />
|
||||
<input type="hidden" name="id" value="{$Row['ID']}" />
|
||||
<input class="bottom" type="submit" value="{$lng['aps']['stopinstall']}" />
|
||||
</form>
|
||||
</if>
|
||||
<if $Row['Status'] == INSTANCE_SUCCESS || $Row['Status'] == INSTANCE_ERROR>
|
||||
<form method="get" action="$filename" style="float:left;">
|
||||
<input type="hidden" name="s" value="$s" />
|
||||
<input type="hidden" name="page" value="$page" />
|
||||
<input type="hidden" name="action" value="remove" />
|
||||
<input type="hidden" name="id" value="{$Row['ID']}" />
|
||||
<input class="bottom" type="submit" value="{$lng['aps']['uninstall']}" />
|
||||
</form>
|
||||
</if>
|
||||
<if $Row['Status'] == INSTANCE_SUCCESS && false == true>
|
||||
<form method="get" action="$filename" style="float:left; padding-left: 5px;">
|
||||
<input type="hidden" name="s" value="$s" />
|
||||
<input type="hidden" name="page" value="$page" />
|
||||
<input type="hidden" name="action" value="reconfigure" />
|
||||
<input type="hidden" name="id" value="{$Row['ID']}" />
|
||||
<input class="bottom" type="submit" value="{$lng['aps']['reconfigure']}" />
|
||||
</form>
|
||||
</if>
|
||||
<if $Row['Status'] == INSTANCE_TASK_ACTIVE || $Row['Status'] == INSTANCE_UNINSTALL>
|
||||
{$lng['aps']['waitfortask']}
|
||||
</if>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</section>
|
||||
</article>
|
||||
34
templates/Sparkle/customer/aps/search.tpl
vendored
Normal file
34
templates/Sparkle/customer/aps/search.tpl
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/aps.png" alt=""{$lng['aps']['search']} />
|
||||
{$lng['aps']['search']}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradiusodd">
|
||||
|
||||
<form action="$filename" method="get" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<legend>Froxlor - {$lng['aps']['search']}</legend>
|
||||
|
||||
<table class="formtable">
|
||||
<tr>
|
||||
<td>{$lng['aps']['search_description']}</td>
|
||||
<td><input type="text" name="keyword" class="text" value="$Keyword"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: right;" colspan="2"><input type="submit" value="{$lng['aps']['search']}" /></td>
|
||||
</tr>
|
||||
</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>
|
||||
44
templates/Sparkle/customer/autoresponder/autoresponder.tpl
vendored
Normal file
44
templates/Sparkle/customer/autoresponder/autoresponder.tpl
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/autoresponder_big.png" alt="" />
|
||||
{$lng['menue']['email']['autoresponder']}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
|
||||
<if ($userinfo['email_autoresponder_used'] < $userinfo['email_autoresponder'] || $userinfo['email_autoresponder'] == '-1') && 15 < $count >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/autoresponder_add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'autoresponder', 'action' => 'add'))}">{$lng['autoresponder']['autoresponder_add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<table class="bradiusodd">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lng['emails']['emailaddress']}</th>
|
||||
<th>{$lng['autoresponder']['active']}</th>
|
||||
<th>{$lng['autoresponder']['startenddate']}</th>
|
||||
<th>{$lng['panel']['options']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
{$autoresponder}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<if ($userinfo['email_autoresponder_used'] < $userinfo['email_autoresponder'] || $userinfo['email_autoresponder'] == '-1') >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/autoresponder_add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'autoresponder', 'action' => 'add'))}">{$lng['autoresponder']['autoresponder_add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
</section>
|
||||
</article>
|
||||
$footer
|
||||
|
||||
30
templates/Sparkle/customer/autoresponder/autoresponder_add.tpl
vendored
Normal file
30
templates/Sparkle/customer/autoresponder/autoresponder_add.tpl
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/autoresponder_add_big.png" alt="{$title}" />
|
||||
{$title}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradiusodd">
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'autoresponder'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<legend>Froxlor - {$title}</legend>
|
||||
|
||||
<table class="formtable">
|
||||
{$autoresponder_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
|
||||
17
templates/Sparkle/customer/autoresponder/autoresponder_autoresponder.tpl
vendored
Normal file
17
templates/Sparkle/customer/autoresponder/autoresponder_autoresponder.tpl
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<tr>
|
||||
<td>{$row['email']}</td>
|
||||
<td>
|
||||
<if $row['enabled'] != 0>{$lng['panel']['yes']}</if>
|
||||
<if $row['enabled'] == 0>{$lng['panel']['no']}</if>
|
||||
</td>
|
||||
<td>$activated_date</td>
|
||||
<td>
|
||||
<a href="{$linker->getLink(array('section' => 'autoresponder', 'action' => 'edit', 'email' => $row['email']))}" style="text-decoration:none;">
|
||||
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{$lng['panel']['edit']}" />
|
||||
</a>
|
||||
<a href="{$linker->getLink(array('section' => 'autoresponder', 'action' => 'delete', 'email' => $row['email']))}" style="text-decoration:none;">
|
||||
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{$lng['panel']['delete']}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
31
templates/Sparkle/customer/autoresponder/autoresponder_edit.tpl
vendored
Normal file
31
templates/Sparkle/customer/autoresponder/autoresponder_edit.tpl
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/autoresponder_edit_big.png" alt="{$title}" />
|
||||
{$title}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradiusodd">
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'autoresponder'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<legend>Froxlor - {$title}</legend>
|
||||
|
||||
<table class="formtable">
|
||||
{$autoresponder_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="account" value="$email" />
|
||||
<input type="hidden" name="send" value="send" />
|
||||
</p>
|
||||
</fieldset>
|
||||
</form>
|
||||
</section>
|
||||
</article>
|
||||
$footer
|
||||
34
templates/Sparkle/customer/domains/domain_ssleditor.tpl
vendored
Normal file
34
templates/Sparkle/customer/domains/domain_ssleditor.tpl
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/ssl_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">
|
||||
{$ssleditor_form}
|
||||
</table>
|
||||
|
||||
<p style="display: none;">
|
||||
<if $do_insert == 1>
|
||||
<input type="hidden" name="do_insert" value="1" />
|
||||
</if>
|
||||
<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
|
||||
61
templates/Sparkle/customer/domains/domainlist.tpl
vendored
Normal file
61
templates/Sparkle/customer/domains/domainlist.tpl
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/domains_big.png" alt="" />
|
||||
{$lng['domains']['domainsettings']} ({$domains_count})
|
||||
</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['subdomains_used'] < $userinfo['subdomains'] || $userinfo['subdomains'] == '-1') && 15 < $domains_count && $parentdomains_count != 0 >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/domain_add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'domains', 'page' => 'domains', 'action' => 'add'))}">{$lng['domains']['subdomain_add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<table class="bradiusodd">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lng['domains']['domainname']} {$arrowcode['d.domain']}</th>
|
||||
<th>{$lng['panel']['path']} {$arrowcode['d.documentroot']}
|
||||
<th>{$lng['panel']['options']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<if $pagingcode != ''>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="3">{$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 ($userinfo['subdomains_used'] < $userinfo['subdomains'] || $userinfo['subdomains'] == '-1') && $parentdomains_count != 0 >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/domain_add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'domains', 'page' => 'domains', 'action' => 'add'))}">{$lng['domains']['subdomain_add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
</section>
|
||||
</article>
|
||||
$footer
|
||||
8
templates/Sparkle/customer/domains/domains.tpl
vendored
Normal file
8
templates/Sparkle/customer/domains/domains.tpl
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
$header
|
||||
<div class="messagewrapper">
|
||||
<div class="neutralcontainer bradius">
|
||||
<div class="neutraltitle">{$lng['menue']['domains']['domains']}</div>
|
||||
<div class="neutral">{$lng['domains']['description']}</div>
|
||||
</div>
|
||||
</div>
|
||||
$footer
|
||||
30
templates/Sparkle/customer/domains/domains_add.tpl
vendored
Normal file
30
templates/Sparkle/customer/domains/domains_add.tpl
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
$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">
|
||||
{$subdomain_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
|
||||
5
templates/Sparkle/customer/domains/domains_delimiter.tpl
vendored
Normal file
5
templates/Sparkle/customer/domains/domains_delimiter.tpl
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<tr>
|
||||
<td><strong>{$row['domain']}</strong> [<a href="http://{$row['domain']}/{$statsapp}" rel="external">{$lng['domains']['statstics']}</a>]</td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
30
templates/Sparkle/customer/domains/domains_domain.tpl
vendored
Normal file
30
templates/Sparkle/customer/domains/domains_domain.tpl
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<tr class="" onmouseover="this.className='RowOverSelected';" onmouseout="this.className='';">
|
||||
<td><a href="http://{$row['domain']}" target="_blank">{$row['domain']}</a></td>
|
||||
<td>
|
||||
<if $row['aliasdomain'] == ''>{$row['documentroot']}</if>
|
||||
<if isset($row['aliasdomainid']) && $row['aliasdomainid'] != 0>{$lng['domains']['aliasdomain']} {$row['aliasdomain']}</if>
|
||||
</td>
|
||||
<td>
|
||||
<if $row['caneditdomain'] == '1'>
|
||||
<a href="{$linker->getLink(array('section' => 'domains', 'page' => 'domains', 'action' => 'edit', 'id' => $row['id']))}" style="text-decoration:none;">
|
||||
<img src="templates/{$theme}/assets/img/icons/edit.png" alt="{$lng['panel']['edit']}" />
|
||||
</a>
|
||||
</if>
|
||||
<if $row['parentdomainid'] != '0' && !(isset($row['domainaliasid']) && $row['domainaliasid'] != 0)>
|
||||
<a href="{$linker->getLink(array('section' => 'domains', 'page' => 'domains', '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 $show_ssledit == 1>
|
||||
<a href="{$linker->getLink(array('section' => 'domains', 'page' => 'domainssleditor', 'action' => 'view', 'id' => $row['id']))}" style="text-decoration:none;">
|
||||
<img src="templates/{$theme}/assets/img/icons/ssl.png" alt="{$lng['panel']['ssleditor']}" />
|
||||
</a>
|
||||
</if>
|
||||
<if $row['parentdomainid'] == '0' && !(isset($row['domainaliasid']) && $row['domainaliasid'] != 0)>
|
||||
({$lng['domains']['isassigneddomain']})
|
||||
</if>
|
||||
<if isset($row['domainaliasid']) && $row['domainaliasid'] != 0>
|
||||
<a href="{$linker->getLink(array('section' => 'domains', 'page' => 'domains', 'searchfield' => 'd.aliasdomain', 'searchtext' => $row['id']))}">{$lng['domains']['hasaliasdomains']}</a>
|
||||
</if>
|
||||
</td>
|
||||
</tr>
|
||||
31
templates/Sparkle/customer/domains/domains_edit.tpl
vendored
Normal file
31
templates/Sparkle/customer/domains/domains_edit.tpl
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
$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>
|
||||
|
||||
<table class="formtable">
|
||||
{$subdomain_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/customer/email/account_add.tpl
vendored
Normal file
33
templates/Sparkle/customer/email/account_add.tpl
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/email_add_big.png" alt="{$title}" />
|
||||
{$title}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradiusodd">
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'email'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<legend>Froxlor - {$title}</legend>
|
||||
|
||||
<table class="formtable">
|
||||
{$account_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="id" value="$id" />
|
||||
<input type="hidden" name="send" value="send" />
|
||||
</p>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
</section>
|
||||
|
||||
</article>
|
||||
$footer
|
||||
33
templates/Sparkle/customer/email/account_changepw.tpl
vendored
Normal file
33
templates/Sparkle/customer/email/account_changepw.tpl
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/email_edit_big.png" alt="{$title}" />
|
||||
{$title}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradiusodd">
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'email'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<legend>Froxlor - {$title}</legend>
|
||||
|
||||
<table class="formtable">
|
||||
{$account_changepw_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/customer/email/account_changequota.tpl
vendored
Normal file
33
templates/Sparkle/customer/email/account_changequota.tpl
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
$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' => 'email'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<legend>Froxlor - {$title}</legend>
|
||||
|
||||
<table class="formtable">
|
||||
{$quota_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
|
||||
8
templates/Sparkle/customer/email/email.tpl
vendored
Normal file
8
templates/Sparkle/customer/email/email.tpl
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
$header
|
||||
<div class="messagewrapper">
|
||||
<div class="neutralcontainer bradius">
|
||||
<div class="neutraltitle">{$lng['menue']['email']['email']}</div>
|
||||
<div class="neutral">{$lng['emails']['description']}</div>
|
||||
</div>
|
||||
</div>
|
||||
$footer
|
||||
67
templates/Sparkle/customer/email/emails.tpl
vendored
Normal file
67
templates/Sparkle/customer/email/emails.tpl
vendored
Normal file
@@ -0,0 +1,67 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/emails_big.png" alt="" />
|
||||
{$lng['menue']['email']['emails']} ({$emailscount})
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'email'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
|
||||
<div class="overviewsearch">
|
||||
{$searchcode}
|
||||
</div>
|
||||
|
||||
<if ($userinfo['emails_used'] < $userinfo['emails'] || $userinfo['emails'] == '-1') && 15 < $emails_count && $emaildomains_count !=0 >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/email_add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'email', 'page' => $page, 'action' => 'add'))}">{$lng['emails']['emails_add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<table class="bradiusodd">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lng['emails']['emailaddress']} {$arrowcode['m.email_full']}</th>
|
||||
<th>{$lng['emails']['forwarders']} {$arrowcode['m.destination']}</th>
|
||||
<th>{$lng['emails']['account']}</th>
|
||||
<if $settings['catchall']['catchall_enabled'] == '1'><th>{$lng['emails']['catchall']}</th></if>
|
||||
<if $settings['system']['mail_quota_enabled'] == '1'>
|
||||
<th>{$lng['emails']['quota']}</th>
|
||||
</if>
|
||||
<th>{$lng['panel']['options']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<if $pagingcode != ''>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="6">{$pagingcode}</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</if>
|
||||
<tbody>
|
||||
{$accounts}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<p style="display:none;">
|
||||
<input type="hidden" name="s" value="$s" />
|
||||
<input type="hidden" name="page" value="$page" />
|
||||
</p>
|
||||
|
||||
</form>
|
||||
|
||||
<if ($userinfo['emails_used'] < $userinfo['emails'] || $userinfo['emails'] == '-1') && $emaildomains_count !=0 >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/email_add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'email', 'page' => $page, 'action' => 'add'))}">{$lng['emails']['emails_add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
</section>
|
||||
</article>
|
||||
$footer
|
||||
|
||||
39
templates/Sparkle/customer/email/emails_add.tpl
vendored
Normal file
39
templates/Sparkle/customer/email/emails_add.tpl
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
$header
|
||||
<article>
|
||||
<if $domains == ''>
|
||||
<div class="messagewrapperfull">
|
||||
<div class="warningcontainer bradius">
|
||||
<div class="warningtitle">{$lng['admin']['warning']}</div>
|
||||
<div class="warning"><br /><strong>{$lng['emails']['noemaildomainaddedyet']}</strong></div>
|
||||
</div>
|
||||
</div>
|
||||
</if>
|
||||
<else>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/email_add_big.png" alt="{$title}" />
|
||||
{$title}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradiusodd">
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'email'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<legend>Froxlor - {$title}</legend>
|
||||
|
||||
<table class="formtable">
|
||||
{$email_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
|
||||
3
templates/Sparkle/customer/email/emails_domain.tpl
vendored
Normal file
3
templates/Sparkle/customer/email/emails_domain.tpl
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<tr>
|
||||
<td class="title" colspan="7"><b>{$domainname}</b></td>
|
||||
</tr>
|
||||
27
templates/Sparkle/customer/email/emails_edit.tpl
vendored
Normal file
27
templates/Sparkle/customer/email/emails_edit.tpl
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/email_edit_big.png" alt="{$title}" />
|
||||
{$title}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradiusodd">
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'email'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<legend>Froxlor - {$title}</legend>
|
||||
|
||||
<table class="formtable">
|
||||
{$email_edit_form}
|
||||
<tr>
|
||||
<td class="maintitle" colspan="2"><a href="{$linker->getLink(array('section' => 'email', 'page' => 'emails'))}">{$lng['emails']['back_to_overview']}</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
</section>
|
||||
</article>
|
||||
$footer
|
||||
2
templates/Sparkle/customer/email/emails_edit_forwarder.tpl
vendored
Normal file
2
templates/Sparkle/customer/email/emails_edit_forwarder.tpl
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
$destination [<a href="{$linker->getLink(array('section' => 'email', 'page' => 'forwarders', 'action' => 'delete', 'id' => $id, 'forwarderid' => $dest_id))}">{$lng['panel']['delete']}</a>]
|
||||
<br />
|
||||
15
templates/Sparkle/customer/email/emails_email.tpl
vendored
Normal file
15
templates/Sparkle/customer/email/emails_email.tpl
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<tr>
|
||||
<td>{$row['email_full']}</td>
|
||||
<td><if $row['destination'] == ''> <else>{$row['destination']}</if></td>
|
||||
<td><if $row['popaccountid'] != 0>{$lng['panel']['yes']}</if><if $row['popaccountid'] == 0>{$lng['panel']['no']}</if></td>
|
||||
<if $settings['catchall']['catchall_enabled'] == '1'><td><if $row['iscatchall'] != 0>{$lng['panel']['yes']}</if><if $row['iscatchall'] == 0>{$lng['panel']['no']}</if></td></if>
|
||||
<if $settings['system']['mail_quota_enabled'] == '1'><td><if $row['quota'] == 0>{$lng['emails']['noquota']}<else>{$row['quota']} MB</if></if></td>
|
||||
<td>
|
||||
<a href="{$linker->getLink(array('section' => 'email', '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' => 'email', '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>
|
||||
32
templates/Sparkle/customer/email/forwarder_add.tpl
vendored
Normal file
32
templates/Sparkle/customer/email/forwarder_add.tpl
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/email_forwarder_add_big.png" alt="{$title}" />
|
||||
{$title}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradiusodd">
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'email'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<legend>Froxlor - {$title}</legend>
|
||||
|
||||
<table class="formtable">
|
||||
{$forwarder_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="id" value="$id" />
|
||||
<input type="hidden" name="send" value="send" />
|
||||
</p>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
</section>
|
||||
</article>
|
||||
$footer
|
||||
32
templates/Sparkle/customer/extras/backup.tpl
vendored
Normal file
32
templates/Sparkle/customer/extras/backup.tpl
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/backup_big.png" alt="{$title}" />
|
||||
{$title}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradiusodd">
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'extras'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<legend>Froxlor - {$title}</legend>
|
||||
|
||||
<table class="formtable">
|
||||
{$backup_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
|
||||
8
templates/Sparkle/customer/extras/extras.tpl
vendored
Normal file
8
templates/Sparkle/customer/extras/extras.tpl
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
$header
|
||||
<div class="messagewrapper">
|
||||
<div class="neutralcontainer bradius">
|
||||
<div class="neutraltitle">{$lng['menue']['extras']['extras']}</div>
|
||||
<div class="neutral">{$lng['extras']['description']}</div>
|
||||
</div>
|
||||
</div>
|
||||
$footer
|
||||
64
templates/Sparkle/customer/extras/htaccess.tpl
vendored
Normal file
64
templates/Sparkle/customer/extras/htaccess.tpl
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/htaccess_big.png" alt="" />
|
||||
{$lng['menue']['extras']['pathoptions']}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'extras'))}" 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/htaccess_add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htaccess', 'action' => 'add'))}">{$lng['extras']['pathoptions_add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<table class="bradiusodd">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lng['panel']['path']} {$arrowcode['path']}</th>
|
||||
<th>{$lng['extras']['view_directory']} {$arrowcode['options_indexes']}</th>
|
||||
<th>{$lng['extras']['error404path']} {$arrowcode['error404path']}</th>
|
||||
<th>{$lng['extras']['error403path']} {$arrowcode['error403path']}</th>
|
||||
<th>{$lng['extras']['error500path']} {$arrowcode['error500path']}</th>
|
||||
<if $cperlenabled == 1 >
|
||||
<th>{$lng['extras']['execute_perl']} {$arrowcode['options_cgi']}</th>
|
||||
</if>
|
||||
<th>{$lng['panel']['options']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<if $pagingcode != ''>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="7">{$pagingcode}</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</if>
|
||||
<tbody>
|
||||
{$htaccess}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<p style="display:none;">
|
||||
<input type="hidden" name="s" value="$s" />
|
||||
<input type="hidden" name="page" value="$page" />
|
||||
</p>
|
||||
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/htaccess_add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htaccess', 'action' => 'add'))}">{$lng['extras']['pathoptions_add']}</a>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</article>
|
||||
$footer
|
||||
|
||||
32
templates/Sparkle/customer/extras/htaccess_add.tpl
vendored
Normal file
32
templates/Sparkle/customer/extras/htaccess_add.tpl
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/htaccess_add_big.png" alt="{$title}" />
|
||||
{$title}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradiusodd">
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'extras'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<legend>Froxlor - {$title}</legend>
|
||||
|
||||
<table class="formtable">
|
||||
{$htaccess_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/customer/extras/htaccess_edit.tpl
vendored
Normal file
33
templates/Sparkle/customer/extras/htaccess_edit.tpl
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/htaccess_edit_big.png" alt="{$title}" />
|
||||
{$title}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradiusodd">
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'extras'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<legend>Froxlor - {$title}</legend>
|
||||
|
||||
<table class="formtable">
|
||||
{$htaccess_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
|
||||
18
templates/Sparkle/customer/extras/htaccess_htaccess.tpl
vendored
Normal file
18
templates/Sparkle/customer/extras/htaccess_htaccess.tpl
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<tr>
|
||||
<td>{$row['path']}</td>
|
||||
<td>{$row['options_indexes']}</td>
|
||||
<td>{$row['error404path']}</td>
|
||||
<td>{$row['error403path']}</td>
|
||||
<td>{$row['error500path']}</td>
|
||||
<if $cperlenabled == 1 >
|
||||
<td>{$row['options_cgi']}</td>
|
||||
</if>
|
||||
<td>
|
||||
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htaccess', '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' => 'extras', 'page' => 'htaccess', '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>
|
||||
60
templates/Sparkle/customer/extras/htpasswds.tpl
vendored
Normal file
60
templates/Sparkle/customer/extras/htpasswds.tpl
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/htpasswd_big.png" alt="" />
|
||||
{$lng['menue']['extras']['directoryprotection']}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'extras'))}" 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/htpasswd_add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htpasswds', 'action' => 'add'))}">{$lng['extras']['directoryprotection_add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<table class="bradiusodd">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lng['login']['username']} {$arrowcode['username']}</th>
|
||||
<th>{$lng['panel']['path']} {$arrowcode['path']}</th>
|
||||
<th>{$lng['panel']['options']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<if $pagingcode != ''>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="3">{$pagingcode}</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</if>
|
||||
<tbody>
|
||||
{$htpasswds}
|
||||
</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/htpasswd_add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htpasswds', 'action' => 'add'))}">{$lng['extras']['directoryprotection_add']}</a>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</article>
|
||||
$footer
|
||||
|
||||
32
templates/Sparkle/customer/extras/htpasswds_add.tpl
vendored
Normal file
32
templates/Sparkle/customer/extras/htpasswds_add.tpl
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/htpasswd_add_big.png" alt="{$title}" />
|
||||
{$title}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradiusodd">
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'extras'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<legend>Froxlor - {$title}</legend>
|
||||
|
||||
<table class="formtable">
|
||||
{$htpasswd_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/customer/extras/htpasswds_edit.tpl
vendored
Normal file
33
templates/Sparkle/customer/extras/htpasswds_edit.tpl
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/htpasswd_edit_big.png" alt="{$title}" />
|
||||
{$title}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradiusodd">
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'extras'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<legend>Froxlor - {$title}</legend>
|
||||
|
||||
<table class="formtable">
|
||||
{$htpasswd_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
|
||||
12
templates/Sparkle/customer/extras/htpasswds_htpasswd.tpl
vendored
Normal file
12
templates/Sparkle/customer/extras/htpasswds_htpasswd.tpl
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<tr>
|
||||
<td>{$row['username']}</td>
|
||||
<td>{$row['path']}</td>
|
||||
<td>
|
||||
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htpasswds', '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' => 'extras', 'page' => 'htpasswds', '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>
|
||||
62
templates/Sparkle/customer/ftp/accounts.tpl
vendored
Normal file
62
templates/Sparkle/customer/ftp/accounts.tpl
vendored
Normal file
@@ -0,0 +1,62 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/group_edit_big.png" alt="" />
|
||||
{$lng['menue']['ftp']['accounts']} ({$ftps_count})
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'ftp'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
|
||||
<div class="overviewsearch">
|
||||
{$searchcode}
|
||||
</div>
|
||||
|
||||
<if ($userinfo['ftps_used'] < $userinfo['ftps'] || $userinfo['ftps'] == '-1') && 15 < $ftps_count >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/user_add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'ftp', 'page' => 'accounts', 'action' => 'add'))}">{$lng['ftp']['account_add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<table class="bradiusodd">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lng['login']['username']} {$arrowcode['username']}</th>
|
||||
<th>{$lng['panel']['path']} {$arrowcode['homedir']}</th>
|
||||
<th>{$lng['panel']['options']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<if $pagingcode != ''>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="3">{$pagingcode}</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</if>
|
||||
<tbody>
|
||||
{$accounts}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<p style="display:none;">
|
||||
<input type="hidden" name="s" value="$s" />
|
||||
<input type="hidden" name="page" value="$page" />
|
||||
</p>
|
||||
|
||||
</form>
|
||||
|
||||
<if ($userinfo['ftps_used'] < $userinfo['ftps'] || $userinfo['ftps'] == '-1') >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/user_add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'ftp', 'page' => 'accounts', 'action' => 'add'))}">{$lng['ftp']['account_add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
</section>
|
||||
</article>
|
||||
$footer
|
||||
|
||||
12
templates/Sparkle/customer/ftp/accounts_account.tpl
vendored
Normal file
12
templates/Sparkle/customer/ftp/accounts_account.tpl
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<tr>
|
||||
<td>{$row['username']}</td>
|
||||
<td>{$row['documentroot']}</td>
|
||||
<td>
|
||||
<a href="{$linker->getLink(array('section' => 'ftp', 'page' => 'accounts', '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' => 'ftp', 'page' => 'accounts', '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>
|
||||
31
templates/Sparkle/customer/ftp/accounts_add.tpl
vendored
Normal file
31
templates/Sparkle/customer/ftp/accounts_add.tpl
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
$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' => 'ftp'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<legend>Froxlor - {$title}</legend>
|
||||
|
||||
<table class="formtable">
|
||||
{$ftp_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
|
||||
32
templates/Sparkle/customer/ftp/accounts_edit.tpl
vendored
Normal file
32
templates/Sparkle/customer/ftp/accounts_edit.tpl
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
$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' => 'ftp'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<legend>Froxlor - {$title}</legend>
|
||||
|
||||
<table class="formtable">
|
||||
{$ftp_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="send" value="send" />
|
||||
<input type="hidden" name="id" value="$id" />
|
||||
</p>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
</section>
|
||||
</article>
|
||||
$footer
|
||||
8
templates/Sparkle/customer/ftp/ftp.tpl
vendored
Normal file
8
templates/Sparkle/customer/ftp/ftp.tpl
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
$header
|
||||
<div class="messagewrapper">
|
||||
<div class="neutralcontainer bradius">
|
||||
<div class="neutraltitle">{$lng['menue']['ftp']['ftp']}</div>
|
||||
<div class="neutral">{$lng['ftp']['description']}</div>
|
||||
</div>
|
||||
</div>
|
||||
$footer
|
||||
29
templates/Sparkle/customer/index/change_language.tpl
vendored
Normal file
29
templates/Sparkle/customer/index/change_language.tpl
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
$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
|
||||
|
||||
44
templates/Sparkle/customer/index/change_password.tpl
vendored
Normal file
44
templates/Sparkle/customer/index/change_password.tpl
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/encrypted.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>
|
||||
<input type="checkbox" name="change_main_ftp" id="change_main_ftp" value="true" />
|
||||
{$lng['changepassword']['also_change_ftp']}
|
||||
</p>
|
||||
<p>
|
||||
<input type="checkbox" name="change_webalizer" id="change_webalizer" value="true" />
|
||||
{$lng['changepassword']['also_change_webalizer']}
|
||||
</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
|
||||
29
templates/Sparkle/customer/index/change_theme.tpl
vendored
Normal file
29
templates/Sparkle/customer/index/change_theme.tpl
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/display.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
|
||||
|
||||
133
templates/Sparkle/customer/index/index.tpl
vendored
Normal file
133
templates/Sparkle/customer/index/index.tpl
vendored
Normal file
@@ -0,0 +1,133 @@
|
||||
$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="dboarditem bradiusodd">
|
||||
<table>
|
||||
<tr>
|
||||
<th colspan="2">{$lng['index']['accountdetails']}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$lng['login']['username']}</td>
|
||||
<td>{$userinfo['loginname']}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$lng['customer']['domains']}</td>
|
||||
<td>$domains</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$lng['customer']['subdomains']}<br /><small>{$lng['customer']['usedmax']}</small></td>
|
||||
<td>{$userinfo['subdomains_used']}/{$userinfo['subdomains']}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$lng['customer']['diskspace']}<br /><small>{$lng['customer']['usedmax']}</small></td>
|
||||
<td>{$userinfo['diskspace_used']}/{$userinfo['diskspace']}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$lng['customer']['traffic']}<br /><small>$month, {$lng['customer']['usedmax']}</small></td>
|
||||
<td>{$userinfo['traffic_used']}/{$userinfo['traffic']}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$lng['customer']['emails']}<br /><small>{$lng['customer']['usedmax']}</small></td>
|
||||
<td>{$userinfo['emails_used']}/{$userinfo['emails']}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$lng['customer']['accounts']}<br /><small>{$lng['customer']['usedmax']}</small></td>
|
||||
<td>{$userinfo['email_accounts_used']}/{$userinfo['email_accounts']}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$lng['customer']['forwarders']}<br /><small>{$lng['customer']['usedmax']}</small></td>
|
||||
<td>{$userinfo['email_forwarders_used']}/{$userinfo['email_forwarders']}</td>
|
||||
</tr>
|
||||
<if $settings['system']['mail_quota_enabled'] == 1>
|
||||
<tr>
|
||||
<td>{$lng['customer']['email_quota']}<br /><small>{{$lng['panel']['megabyte']}, {$lng['customer']['usedmax']}</small></td>
|
||||
<td>{$userinfo['email_quota_used']}/{$userinfo['email_quota']}</td>
|
||||
</tr>
|
||||
</if>
|
||||
</tr>
|
||||
<if $settings['autoresponder']['autoresponder_active'] == 1>
|
||||
<tr>
|
||||
<td>{$lng['customer']['autoresponder']} <br /><small>{$lng['customer']['usedmax']}</small></td>
|
||||
<td>{$userinfo['email_autoresponder_used']}/{$userinfo['email_autoresponder']}</td>
|
||||
</tr>
|
||||
</if>
|
||||
<tr>
|
||||
<td>{$lng['customer']['mysqls']}<br /><small>{$lng['customer']['usedmax']}</small></td>
|
||||
<td>{$userinfo['mysqls_used']}/{$userinfo['mysqls']}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$lng['customer']['ftps']}<br /><small>{$lng['customer']['usedmax']}</small></td>
|
||||
<td>{$userinfo['ftps_used']}/{$userinfo['ftps']}</td>
|
||||
</tr>
|
||||
<if (int)$settings['aps']['aps_active'] == 1>
|
||||
<tr>
|
||||
<td>{$lng['aps']['numberofapspackages']}<br /><small>{$lng['customer']['usedmax']}</small></td>
|
||||
<td>{$userinfo['aps_packages_used']}/{$userinfo['aps_packages']}</td>
|
||||
</tr>
|
||||
</if>
|
||||
<if $settings['ticket']['enabled'] == 1 >
|
||||
<tr>
|
||||
<td>{$lng['customer']['tickets']}<br /><small>{$lng['customer']['usedmax']}</small></td>
|
||||
<td>{$userinfo['tickets_used']}/{$userinfo['tickets']}</td>
|
||||
</tr>
|
||||
</if>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section class="dboarditem bradiusodd">
|
||||
<table>
|
||||
<tr>
|
||||
<th colspan="2">{$lng['index']['customerdetails']}</th>
|
||||
</tr>
|
||||
<if $userinfo['customernumber'] >
|
||||
<tr>
|
||||
<td>{$lng['customer']['customernumber']}:</td>
|
||||
<td>{$userinfo['customernumber']}</td>
|
||||
</tr>
|
||||
</if>
|
||||
<if $userinfo['company'] >
|
||||
<tr>
|
||||
<td>{$lng['customer']['company']}:</td>
|
||||
<td>{$userinfo['company']}</td>
|
||||
</tr>
|
||||
</if>
|
||||
<if $userinfo['name'] >
|
||||
<tr>
|
||||
<td>{$lng['customer']['name']}:</td>
|
||||
<td>{$userinfo['firstname']} {$userinfo['name']}</td>
|
||||
</tr>
|
||||
</if>
|
||||
<if $userinfo['street'] >
|
||||
<tr>
|
||||
<td>{$lng['customer']['street']}:</td>
|
||||
<td>{$userinfo['street']}</td>
|
||||
</tr>
|
||||
</if>
|
||||
<if $userinfo['city'] >
|
||||
<tr>
|
||||
<td>{$lng['customer']['zipcode']}/{$lng['customer']['city']}:</td>
|
||||
<td>{$userinfo['zipcode']} {$userinfo['city']}</td>
|
||||
</tr>
|
||||
</if>
|
||||
<if $userinfo['email'] >
|
||||
<tr>
|
||||
<td>{$lng['customer']['email']}:</td>
|
||||
<td>{$userinfo['email']}</td>
|
||||
</tr>
|
||||
</if>
|
||||
</table>
|
||||
</section>
|
||||
<section style="clear:both"></section>
|
||||
|
||||
</article>
|
||||
$footer
|
||||
|
||||
8
templates/Sparkle/customer/mysql/mysql.tpl
vendored
Normal file
8
templates/Sparkle/customer/mysql/mysql.tpl
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
$header
|
||||
<div class="messagewrapper">
|
||||
<div class="neutralcontainer bradius">
|
||||
<div class="neutraltitle">{$lng['menue']['mysql']['mysql']}</div>
|
||||
<div class="neutral">{$lng['mysql']['description']}</div>
|
||||
</div>
|
||||
</div>
|
||||
$footer
|
||||
64
templates/Sparkle/customer/mysql/mysqls.tpl
vendored
Normal file
64
templates/Sparkle/customer/mysql/mysqls.tpl
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/mysql_big.png" alt="" />
|
||||
{$lng['menue']['mysql']['databases']} ({$mysqls_count})
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'mysql'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
|
||||
<div class="overviewsearch">
|
||||
{$searchcode}
|
||||
</div>
|
||||
|
||||
<if ($userinfo['mysqls_used'] < $userinfo['mysqls'] || $userinfo['mysqls'] == '-1') && 15 < $mysqls_count >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/mysql_add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'mysql', 'page' => 'mysqls', 'action' => 'add'))}">{$lng['mysql']['database_create']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<table class="bradiusodd">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lng['mysql']['databasename']} {$arrowcode['databasename']}</th>
|
||||
<th>{$lng['mysql']['databasedescription']} {$arrowcode['description']}</th>
|
||||
<th>{$lng['mysql']['size']}</th>
|
||||
<if 1 < count($sql_root)><th>{$lng['mysql']['mysql_server']}</th></if>
|
||||
<th>{$lng['panel']['options']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<if $pagingcode != ''>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="5">{$pagingcode}</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</if>
|
||||
<tbody>
|
||||
{$mysqls}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<p style="display:none;">
|
||||
<input type="hidden" name="s" value="$s" />
|
||||
<input type="hidden" name="page" value="$page" />
|
||||
</p>
|
||||
|
||||
</form>
|
||||
|
||||
<if ($userinfo['mysqls_used'] < $userinfo['mysqls'] || $userinfo['mysqls'] == '-1') >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/mysql_add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'mysql', 'page' => 'mysqls', 'action' => 'add'))}">{$lng['mysql']['database_create']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
</section>
|
||||
</article>
|
||||
$footer
|
||||
|
||||
31
templates/Sparkle/customer/mysql/mysqls_add.tpl
vendored
Normal file
31
templates/Sparkle/customer/mysql/mysqls_add.tpl
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/mysql_add_big.png" alt="{$title}" />
|
||||
{$title}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradiusodd">
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'mysql'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<legend>Froxlor - {$title}</legend>
|
||||
|
||||
<table class="formtable">
|
||||
{$mysql_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
|
||||
18
templates/Sparkle/customer/mysql/mysqls_database.tpl
vendored
Normal file
18
templates/Sparkle/customer/mysql/mysqls_database.tpl
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<tr>
|
||||
<td>{$row['databasename']}</td>
|
||||
<td>{$row['description']}</td>
|
||||
<td>{$row['size']}</td>
|
||||
<if 1 < count($sql_root)><td>{$sql_root[$row['dbserver']]['caption']}</td></if>
|
||||
<if $row['apsdb'] != '1'>
|
||||
<td>
|
||||
<a href="{$linker->getLink(array('section' => 'mysql', 'page' => 'mysqls', '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' => 'mysql', 'page' => 'mysqls', 'action' => 'delete', 'id' => $row['id']))}" style="text-decoration:none;">
|
||||
<img src="templates/{$theme}/assets/img/icons/delete.png" alt="{$lng['panel']['delete']}" />
|
||||
</a>
|
||||
</td>
|
||||
<else>
|
||||
<td>{$lng['aps']['cannoteditordeleteapsdb']}</td>
|
||||
</if>
|
||||
</tr>
|
||||
32
templates/Sparkle/customer/mysql/mysqls_edit.tpl
vendored
Normal file
32
templates/Sparkle/customer/mysql/mysqls_edit.tpl
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/mysql_edit_big.png" alt="{$title}" />
|
||||
{$title}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradiusodd">
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'mysql'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<legend>Froxlor - {$title}</legend>
|
||||
|
||||
<table class="formtable">
|
||||
{$mysql_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
|
||||
8
templates/Sparkle/customer/tickets/ticket.tpl
vendored
Normal file
8
templates/Sparkle/customer/tickets/ticket.tpl
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
$header
|
||||
<div class="messagewrapper">
|
||||
<div class="neutralcontainer bradius">
|
||||
<div class="neutraltitle">{$lng['menue']['ticket']['ticket']}</div>
|
||||
<div class="neutral">{$lng['ticket']['description']}</div>
|
||||
</div>
|
||||
</div>
|
||||
$footer
|
||||
81
templates/Sparkle/customer/tickets/tickets.tpl
vendored
Normal file
81
templates/Sparkle/customer/tickets/tickets.tpl
vendored
Normal file
@@ -0,0 +1,81 @@
|
||||
$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 0 < $supportavailable >
|
||||
<div class="successcontainer bradius">
|
||||
<div class="successtitle">{$lng['ticket']['supportstatus']}</div>
|
||||
<div class="success">{$lng['ticket']['supportavailable']}</div>
|
||||
</div>
|
||||
</if>
|
||||
<if $supportavailable < 1 >
|
||||
<div class="warningcontainer bradius">
|
||||
<div class="warningtitle">{$lng['ticket']['supportstatus']}</div>
|
||||
<div class="warning">{$lng['ticket']['supportnotavailable']}</div>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<if ($userinfo['tickets_used'] < $userinfo['tickets'] || $userinfo['tickets'] == '-1') && 15 < $tickets_count && ($ticketsopen < $settings['ticket']['concurrently_open'] || ($settings['ticket']['concurrently_open'] == '-1' || $settings['ticket']['concurrently_open'] == '')) >
|
||||
<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') && ($ticketsopen < $settings['ticket']['concurrently_open'] || ($settings['ticket']['concurrently_open'] == '-1' || $settings['ticket']['concurrently_open'] == '')) >
|
||||
<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>
|
||||
|
||||
</section>
|
||||
|
||||
</article>
|
||||
$footer
|
||||
|
||||
31
templates/Sparkle/customer/tickets/tickets_new.tpl
vendored
Normal file
31
templates/Sparkle/customer/tickets/tickets_new.tpl
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
$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_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
|
||||
41
templates/Sparkle/customer/tickets/tickets_reply.tpl
vendored
Normal file
41
templates/Sparkle/customer/tickets/tickets_reply.tpl
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/ticket_reply_big.png" alt="{$title}" />
|
||||
{$title}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<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>
|
||||
|
||||
<if $isclosed < 1 >
|
||||
<table class="formtable">
|
||||
{$ticket_reply_form}
|
||||
</table>
|
||||
</if>
|
||||
<if 0 < $isclosed >
|
||||
<a href="{$linker->getLink(array('section' => 'tickets', 'page' => 'tickets', 'action' => 'reopen', 'id' => $id))}">{$lng['ticket']['ticket_reopen']}</a>
|
||||
</if>
|
||||
|
||||
<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" />
|
||||
<input type="hidden" name="id" value="$id" />
|
||||
</p>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
</section>
|
||||
</article>
|
||||
$footer
|
||||
29
templates/Sparkle/customer/tickets/tickets_tickets.tpl
vendored
Normal file
29
templates/Sparkle/customer/tickets/tickets_tickets.tpl
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
15
templates/Sparkle/customer/tickets/tickets_tickets_list.tpl
vendored
Normal file
15
templates/Sparkle/customer/tickets/tickets_tickets_list.tpl
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<section class="fullform bradiusodd">
|
||||
<table class="formtable">
|
||||
<tr>
|
||||
<th><strong>{$lastchange} {$lng['ticket']['by']} {$by}</strong></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$subject}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$message}</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br /><br />
|
||||
</section>
|
||||
<br />
|
||||
15
templates/Sparkle/customer/tickets/tickets_tickets_main.tpl
vendored
Normal file
15
templates/Sparkle/customer/tickets/tickets_tickets_main.tpl
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<section class="fullform bradiusodd">
|
||||
<table class="formtable">
|
||||
<tr>
|
||||
<th><strong>{$dt} {$lng['ticket']['by']} {$by} ({$status})</strong></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$subject}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$message}</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
</section>
|
||||
<br />
|
||||
43
templates/Sparkle/customer/traffic/traffic.tpl
vendored
Normal file
43
templates/Sparkle/customer/traffic/traffic.tpl
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/traffic_big.png" alt="{$lng['menue']['traffic']['traffic']}" />
|
||||
{$lng['menue']['traffic']['traffic']}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'traffic'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<table class="fullform bradiusodd">
|
||||
<tr>
|
||||
<th>{$lng['traffic']['sumftp']} GB</th>
|
||||
<th>{$lng['traffic']['sumhttp']} GB</th>
|
||||
<th>{$lng['traffic']['summail']} GB</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><div style="color:#019522;">{$traffic_complete['ftp']}</div></td>
|
||||
<td><div style="color:#0000FF;">{$traffic_complete['http']}</div></td>
|
||||
<td><div style="color:#800000;">{$traffic_complete['mail']}</div></td>
|
||||
</tr>
|
||||
</table><br />
|
||||
<table class="fullform bradiusodd" id="datatable">
|
||||
<tr id="datalegend">
|
||||
<th>{$lng['traffic']['month']}</td>
|
||||
<th>{$lng['traffic']['ftp']}</th>
|
||||
<th>{$lng['traffic']['http']}</th>
|
||||
<th>{$lng['traffic']['mail']}</th>
|
||||
<th class="text-align:right;">{$lng['customer']['traffic']}</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
$traffic
|
||||
</table>
|
||||
|
||||
</fieldset>
|
||||
</form>
|
||||
</section>
|
||||
<div id="chartdiv" style="height:300px;width:100%"></div>
|
||||
</article>
|
||||
$footer
|
||||
44
templates/Sparkle/customer/traffic/traffic_details.tpl
vendored
Normal file
44
templates/Sparkle/customer/traffic/traffic_details.tpl
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/traffic_big.png" alt="{$lng['menue']['traffic']['traffic']}" />
|
||||
{$lng['menue']['traffic']['traffic']} $show
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section class="fullform bradiusodd">
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'traffic'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<legend>Froxlor - {$lng['menue']['traffic']['traffic']} $show</legend>
|
||||
|
||||
<table class="formtable">
|
||||
<tr>
|
||||
<td>{$lng['traffic']['sumftp']} MB</td>
|
||||
<td>{$lng['traffic']['sumhttp']} MB</td>
|
||||
<td>{$lng['traffic']['summail']} MB</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><div style="color:#019522;text-align:center">{$traffic_complete['ftp']}</div></td>
|
||||
<td><div style="color:#0000FF;text-align:center">{$traffic_complete['http']}</div></td>
|
||||
<td><div style="color:#800000;text-align:center">{$traffic_complete['mail']}</div></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="formtable" id="datatable">
|
||||
<tr id="datalegend">
|
||||
<td>{$lng['traffic']['day']}</td>
|
||||
<td>{$lng['traffic']['ftp']}</td>
|
||||
<td>{$lng['traffic']['http']}</td>
|
||||
<td>{$lng['traffic']['mail']}</td>
|
||||
<td>{$lng['traffic']['mb']}</td>
|
||||
</tr>
|
||||
$traffic
|
||||
</table>
|
||||
</fieldset>
|
||||
</form>
|
||||
</section>
|
||||
<br />
|
||||
<div id="chartdiv" style="height:300px;width:100%"></div>
|
||||
</article>
|
||||
$footer
|
||||
8
templates/Sparkle/customer/traffic/traffic_month.tpl
vendored
Normal file
8
templates/Sparkle/customer/traffic/traffic_month.tpl
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<tr>
|
||||
<td>{$traf['day']}</td>
|
||||
<td>{$traf['ftp']}</td>
|
||||
<td>{$traf['http']}</td>
|
||||
<td>{$traf['mail']}</td>
|
||||
<td>{$traf['byte']}</td>
|
||||
</tr>
|
||||
|
||||
8
templates/Sparkle/customer/traffic/traffic_traffic.tpl
vendored
Normal file
8
templates/Sparkle/customer/traffic/traffic_traffic.tpl
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<tr>
|
||||
<td>{$traf['monthname']}</td>
|
||||
<td>{$traf['ftp']}</td>
|
||||
<td>{$traf['http']}</td>
|
||||
<td>{$traf['mail']}</td>
|
||||
<td style="text-align:right; width:70px;">{$traf['byte']}</td>
|
||||
<td><a href="{$linker->getLink(array('section' => 'traffic', 'month' => $traf['month'], 'year' => $traf['year']))}">{$traf['monthname']}</a></td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user