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:
Michael Kaufmann (d00p)
2013-10-01 15:21:35 +02:00
parent ecdb9ddbdc
commit 38a53e49fd
390 changed files with 7923 additions and 0 deletions

View 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>
&nbsp;
<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>

View 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>

View File

@@ -0,0 +1 @@
$footer

View File

@@ -0,0 +1 @@
$header

View 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>

View File

@@ -0,0 +1,42 @@
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/aps.png" alt="{$Xml->name}" />&nbsp;
{$Xml->name}
</h2>
</header>
<section class="fullform bradiusodd">
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded">
<fieldset>
<legend>Froxlor&nbsp;-&nbsp;{$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>

View File

@@ -0,0 +1,68 @@
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/aps.png" alt="{$Xml->name}" />&nbsp;
{$Xml->name}
</h2>
</header>
<section class="fullform bradiusodd">
<fieldset>
<legend>Froxlor&nbsp;-&nbsp;</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>

View File

@@ -0,0 +1,60 @@
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/aps.png" alt="{$Xml->name}" />&nbsp;
{$Xml->name}
</h2>
</header>
<section class="fullform bradiusodd">
<fieldset>
<legend>Froxlor&nbsp;-&nbsp;</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>

View File

@@ -0,0 +1,34 @@
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/aps.png" alt=""{$lng['aps']['search']} />&nbsp;
{$lng['aps']['search']}
</h2>
</header>
<section class="fullform bradiusodd">
<form action="$filename" method="get" enctype="application/x-www-form-urlencoded">
<fieldset>
<legend>Froxlor&nbsp;-&nbsp;{$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>