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:
43
templates/Sparkle/webftp/webftp_main.tpl
vendored
Normal file
43
templates/Sparkle/webftp/webftp_main.tpl
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
<form name="putmForm" method="POST" action="webftp.php">
|
||||
<input type="hidden" name="op" value="delete"/>
|
||||
<input type="hidden" name="action" value="multiple" />
|
||||
<input type="hidden" name="currentDir" value="{$currentDir}" />
|
||||
<input type="hidden" name="mode" value="{$mode}" />
|
||||
<table class="bradiusodd">
|
||||
<thead>
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th> </th>
|
||||
<th>{t}Filename{/t}</th>
|
||||
<th>{t}Size{/t}</th>
|
||||
<th>{t}Date{/t}</th>
|
||||
<th>{t}Permissions{/t}</th>
|
||||
<th>{t}User{/t}</th>
|
||||
<th>{t}Group{/t}</th>
|
||||
<th colspan="4">{t}Options{/t}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td>
|
||||
<a href="webftp.php?action=cd&file=..&currentDir={$currentDir}"><img src="{$image_folder}/icons/parent.gif" height="20" width="20" align="top" border="0"></a>
|
||||
</td>
|
||||
<td align="left" colspan="10">
|
||||
<a href="webftp.php?action=cd&file=..&currentDir={$currentDir}">..</a>
|
||||
</td>
|
||||
</tr>
|
||||
{$output_dir}
|
||||
{$output_link}
|
||||
{$output_file}
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="12">
|
||||
{t}Files{/t}: <strong>{$countArray.file}</strong>; {t}Complete filesize{/t}: <strong>{$countArray.filesize}</strong>; {t}Symlinks{/t}: <strong>{$countArray.link}</strong>; {t}Directories{/t}: <strong>{$countArray.dir}</strong>; {t}Complete directorysize{/t}: <strong>{$countArray.dirsize}</strong>
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
<br />
|
||||
<hr />
|
||||
Reference in New Issue
Block a user