You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
666 B
16 lines
666 B
<div class="creation">
|
|
<form class="add" method="post" action="{{racine}}/add">
|
|
{% if src == true %}
|
|
<h1>Source</h1>
|
|
<label for="titre">Titre de la source *</label>
|
|
<input type="text" class="champ" id="titre" name="titre" placeholder="Titre de la source" required/>
|
|
<label for="quantity">Année de sortie *</label>
|
|
<input type="number" id="quantity" name="quantity" min="1850" max="{{ "now"|date("Y") }}" required>
|
|
{% endif %}
|
|
{% if char == true %}
|
|
|
|
{% endif %}
|
|
<input type="submit" class="btn" name="action" value="Soumettre"/>
|
|
</form>
|
|
<body>
|
|
<html> |