Admin part: home and teams part done

This commit is contained in:
Némunaire 2013-11-08 19:15:17 +01:00
commit 166be860c8
11 changed files with 249 additions and 54 deletions

View file

@ -1,16 +1,13 @@
{extends file="layout-nav.tpl"}
{block name=head}
<link href="/css/common.css" rel="stylesheet">
{/block}
{extends file="admin/layout.tpl"}
{block name=content}
<h1>
Import d'utilisateurs
</h1>
<form action="/users/import" method="post" enctype="multipart/form-data">
<form action="?" method="post" enctype="multipart/form-data">
<div class="form-group">
<label for="inputFile">File to import:</label>
<label for="inputFile">Fichier à importer :</label>
<input type="file" id="inputFile" name="inputFile">
</div>
<button type="submit" class="btn btn-default">Submit</button>
<button type="submit" class="btn btn-primary">Importer</button>
</form>
{/block}