add new images and templates for re-design

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2011-02-08 10:30:03 +01:00
parent c28f70d885
commit d6b4bd8d36
551 changed files with 7895 additions and 1755 deletions

View File

@@ -0,0 +1,19 @@
<form method="post" action="$filename" enctype="multipart/form-data">
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="page" value="$page" />
<input type="hidden" name="action" value="$action" />
<table cellpadding="5" cellspacing="4" border="0" align="center" class="maintable">
<tr>
<td class="maintitle"><b><img src="images/Classic/title.gif" alt="" />&nbsp;{$lng['aps']['upload']}</b></td>
</tr>
<tr>
<td class="main_field_name" nowrap="nowrap">{$lng['aps']['upload_description']} <a href="http://www.apsstandard.org/" target="_blank">http://www.apsstandard.org/</a></td>
</tr>
<tr>
<td class="main_field_display" nowrap="nowrap"><br/>$Output</td>
</tr>
<tr>
<td class="main_field_confirm"><input class="bottom" type="submit" value="{$lng['aps']['upload']}" /></td>
</tr>
</table>
</form>