30 lines
816 B
Smarty
30 lines
816 B
Smarty
<article>
|
|
<header>
|
|
<h2>
|
|
<img src="templates/{$theme}/assets/img/icons/aps_upload_big.png" alt="" />
|
|
{$lng['aps']['upload']}
|
|
</h2>
|
|
</header>
|
|
|
|
<section class="midform midformaps_1 bradius">
|
|
|
|
<form action="$filename" method="post" enctype="multipart/form-data">
|
|
<fieldset>
|
|
<legend>Froxlor - {$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>
|
|
|