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,24 @@
<div class="messagewrapper">
<div class="warningcontainer bradius">
<div class="warningtitle">{$lng['question']['question']}</div>
<div class="warning">
$Message
<div style="text-align:right;">
<form name="continue" action="$filename" method="post">
<input type="submit" name="answer" value="{$lng['panel']['yes']}" />
<input type="hidden" name="save" value="1"/>
<input type="hidden" name="s" value="$s"/>
<input type="hidden" name="action" value="$action"/>
$Ids
</form>
&nbsp;
<form name="back" action="$filename" method="post">
<input type="submit" class="nobutton" name="submit" value="{$lng['panel']['no']}" />
<input type="hidden" name="action" value="$action"/>
<input type="hidden" name="s" value="$s"/>
</form>
</div>
</div>
</div>
</form>
</div>

View File

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

View File

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

24
templates/Sparkle/admin/aps/infobox.tpl vendored Normal file
View File

@@ -0,0 +1,24 @@
<if $Type == 0>
<div class="warningcontainer bradius">
<div class="warningtitle">{$lng['success']['success']}</div>
<div class="warning">
$Message
</div>
</div>
</if>
<if $Type == 1>
<div class="errorcontainer bradius">
<div class="errortitle">{$lng['error']['error']}</div>
<div class="error">
$Message
</div>
</div>
</if>
<if $Type == 2>
<div class="successcontainer bradius">
<div class="successtitle">{$lng['success']['success']}</div>
<div class="success">
$Message
</div>
</div>
</if>

View File

@@ -0,0 +1,58 @@
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/aps.png" alt="" />&nbsp;
{$lng['aps']['specialoptions']}
</h2>
</header>
<section class="fullform bradiusodd">
<table class="formtable">
<tr>
<td><strong>{$lng['aps']['statistics']}</strong></td>
<td>$Statistics</td>
</tr>
</table>
</fieldset>
<br /><br />
</section>
</article>
<br /><br />
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/aps.png" alt="" />&nbsp;
{$lng['aps']['manageinstances']}
</h2>
</header>
<section class="fullform bradiusodd">
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded">
<fieldset>
<legend>Froxlor&nbsp;-&nbsp;{$lng['aps']['manageinstances']}</legend>
<table class="formtable">
<thead>
<tr>
<th style="text-align:center;">{$lng['aps']['packagenameandstatus']}</th>
<th style="text-align:center;">{$lng['aps']['stopinstall']}</th>
<th style="text-align:center;">{$lng['aps']['uninstall']}</th>
</tr>
</thead>
<tbody>
{$Instances}
<td colspan="3"><input class="bottom" type="reset" value="{$lng['panel']['reset']}" />&nbsp;<input type="submit" name="save" value="{$lng['panel']['save']}" /></td>
</tr>
</tbody>
</table>
<p style="display: none;">
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="page" value="$page" />
<input type="hidden" name="action" value="$action" />
<input type="hidden" name="send" value="send" />
</p>
</fieldset>
</form>
<br /><br />
</section>
</article>

View File

@@ -0,0 +1,5 @@
<tr>
<td class="field_name_border_left" style="padding-left: 2em;">{$Row['name']}, {$Row['firstname']} <if $Row['company'] != ''> | {$Row['company']}</if> ({$Row['loginname']}): {$database}; {$main_domain}</td>
<td class="field_name" style="text-align:center;"><if isset($Stop) == true>$Stop</if></td>
<td class="field_name" style="text-align:center;"><if isset($Remove) == true>$Remove</if></td>
</tr>

View File

@@ -0,0 +1,3 @@
<tr>
<td class="field_display_border_left" colspan="3"><strong>{$Row['Name']} {$Row['Version']} (Release {$Row['Release']})</strong></td>
</tr>

View File

@@ -0,0 +1,3 @@
<tr>
<td class="title" colspan="3" style="font-size: 1.1em;"><strong>{$Caption}</strong></td>
</tr>

View File

@@ -0,0 +1,110 @@
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/aps.png" alt="" />&nbsp;
{$lng['aps']['specialoptions']}
</h2>
</header>
<section class="midform midformaps_2 bradiusodd">
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded">
<p style="margin-left:10px;">
<strong>{$lng['admin']['phpsettings']['actions']}</strong>
</p>
<p style="margin-left:10px;">
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="action" value="$action" />
<input type="hidden" name="page" value="$page" />
<input type="hidden" name="save" value="save" />
<input type="submit" name="downloadallpackages" value="{$lng['aps']['downloadallpackages']}" />
</p>
</form>
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded">
<p style="margin-left:10px;">
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="action" value="$action" />
<input type="hidden" name="page" value="$page" />
<input type="hidden" name="save" value="save" />
<input type="submit" name="updateallpackages" value="{$lng['aps']['updateallpackages']}" />
</p>
</form>
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded">
<p style="margin-left:10px;">
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="action" value="$action" />
<input type="hidden" name="page" value="$page" />
<input type="hidden" name="save" value="save" />
<input type="submit" name="enablenewest" value="{$lng['aps']['enablenewest']}" />
</p>
</form>
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded">
<p style="margin-left:10px;">
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="action" value="$action" />
<input type="hidden" name="page" value="$page" />
<input type="hidden" name="save" value="save" />
<input type="submit" name="removeunused" value="{$lng['aps']['removeunused']}" />
</p>
</form>
</section>
<br />
<section class="midform bradiusodd">
<p style="margin-left:10px;"><strong>{$lng['aps']['statistics']}</strong></p>
<p style="margin-left:10px;">{$Statistics}</p>
</section>
</article>
<br />
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/aps.png" alt="" />&nbsp;
{$lng['aps']['managepackages']}
</h2>
</header>
<section>
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded">
<table class="bradiusodd aps">
<thead>
<tr>
<th style="width:30%;">{$lng['aps']['packagenameandversion']}</th>
<th>{$lng['ticket']['status']}</th>
<th>{$lng['aps']['installations']}</th>
<th style="width:7%;">{$lng['aps']['lock']}</th>
<th style="width:7%;">{$lng['aps']['unlock']}</th>
<th style="width:7%;">{$lng['aps']['remove']}</th>
</tr>
</thead>
<tfoot>
<tr>
<td colspan="3" style="border-top:1px solid #666;"><strong>{$lng['aps']['allpackages']}</strong></td>
<td style="width:7%;text-align:center;border-top:1px solid #666;"><input type="radio" name="all" value="lock"/></td>
<td style="width:7%;text-align:center;border-top:1px solid #666;"><input type="radio" name="all" value="unlock"/></td>
<td style="width:7%;text-align:center;border-top:1px solid #666;"><input type="radio" name="all" value="remove"/></td>
</tr>
</tfoot>
<tbody>
{$Packages}
</tbody>
</table>
<p class="submit">
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="action" value="$action" />
<input type="hidden" name="page" value="$page" />
<input type="reset" value="{$lng['panel']['reset']}"/>&nbsp;
<input type="submit" name="save" value="{$lng['panel']['save']}"/>
</p>
</form>
</section>
</article>

View File

@@ -0,0 +1,8 @@
<tr>
<td>{$Row2['Version']} (Release {$Row2['Release']})</td>
<td><if $Row2['Status'] == PACKAGE_LOCKED>{$lng['aps']['package_locked']}</if><if $Row2['Status'] == PACKAGE_ENABLED>{$lng['aps']['package_enabled']}</if></td>
<td>{$Installations}</td>
<td style="text-align:center;">$Lock</td>
<td style="text-align:center;">$Unlock</td>
<td style="text-align:center;"><if $Installations == 0>$Remove</if></td>
</tr>

View File

@@ -0,0 +1,30 @@
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/aps.png" alt="" />&nbsp;
{$lng['aps']['specialoptions']}
</h2>
</header>
<section class="midform midformaps_2 bradiusodd">
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded">
<fieldset>
<legend>Froxlor&nbsp;-&nbsp;{$lng['aps']['specialoptions']}</legend>
<p>
<strong>{$lng['admin']['phpsettings']['actions']}</strong>
</p>
<p class="submit">
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="action" value="$action" />
<input type="hidden" name="page" value="$page" />
<input type="hidden" name="save" value="save" />
<input type="submit" name="downloadallpackages" value="{$lng['aps']['downloadallpackages']}" />
</p>
</fieldset>
</form>
</section>
</article>

View File

@@ -0,0 +1,3 @@
<tr>
<td colspan="6" style="border-top: 1px solid #666;border-bottom:1px solid #666;"><strong>{$Row['Name']}</strong></td>
</tr>

29
templates/Sparkle/admin/aps/upload.tpl vendored Normal file
View File

@@ -0,0 +1,29 @@
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/aps_upload.png" alt="" />&nbsp;
{$lng['aps']['upload']}
</h2>
</header>
<section class="midform midformaps_1 bradiusodd">
<form action="$filename" method="post" enctype="multipart/form-data">
<fieldset>
<legend>Froxlor&nbsp;-&nbsp;{$lng['aps']['upload']}</legend>
<p>
<strong>{$lng['aps']['upload_description']}</strong><br />
<a href="http://www.apsstandard.org/" rel="external">http://www.apsstandard.org/</a>
</p>
{$Output}
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="page" value="$page" />
<input type="hidden" name="action" value="$action" />
<input type="submit" value="{$lng['aps']['upload']}" />
</fieldset>
</form>
</section>
</article>