ajouts fichiers oubliés ; suppression fichiers inutiles
FossilOrigin-Name: 28fb218f925df004a6471dfeb2df98aac1da5c505559adf051425ac76cc1dead
This commit is contained in:
parent
0554b6fda0
commit
26c113349a
6 changed files with 43 additions and 16 deletions
18
templates/upload.tpl
Normal file
18
templates/upload.tpl
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{include file="admin/_head.tpl" title="Envoi de fichier"}
|
||||
|
||||
{form_errors}
|
||||
|
||||
<form method="post" action="{$self_url}" enctype="multipart/form-data" data-focus="1">
|
||||
<fieldset>
|
||||
<legend>Téléverser des fichiers</legend>
|
||||
<dl>
|
||||
{input type="file" name="file[]" multiple=true label="Fichiers à envoyer" data-enhanced=1}
|
||||
</dl>
|
||||
<p class="submit">
|
||||
{csrf_field key=$csrf_key}
|
||||
{button type="submit" name="upload" label="Envoyer" shape="upload" class="main"}
|
||||
</p>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
{include file="admin/_foot.tpl"}
|
||||
Loading…
Add table
Add a link
Reference in a new issue