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:
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
|
||||
|
||||
Reference in New Issue
Block a user