diff options
Diffstat (limited to 'view/template-formulaires.php')
-rw-r--r-- | view/template-formulaires.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/template-formulaires.php b/view/template-formulaires.php index 0ffbba3..fc73a27 100644 --- a/view/template-formulaires.php +++ b/view/template-formulaires.php | |||
@@ -33,6 +33,7 @@ ob_start(); | |||
33 | <label for="annee" >Année</label> | 33 | <label for="annee" >Année</label> |
34 | <input type="text" name="annee" value="<?= $vignette[1] ?>" ><br /> | 34 | <input type="text" name="annee" value="<?= $vignette[1] ?>" ><br /> |
35 | <label for="pochette" >Pochette du disque (jpg ou png) : <?= $vignette[2] ?></label><br/> | 35 | <label for="pochette" >Pochette du disque (jpg ou png) : <?= $vignette[2] ?></label><br/> |
36 | <!-- <input type="file" id="upload" name="upload" > --> | ||
36 | <input type="file" name="upload" ><br /><br /><br /> | 37 | <input type="file" name="upload" ><br /><br /><br /> |
37 | <?php | 38 | <?php |
38 | $inputsAlbum = ob_get_clean(); | 39 | $inputsAlbum = ob_get_clean(); |
@@ -52,6 +53,7 @@ if($page === 'discographie' || $page === 'album') | |||
52 | ?> | 53 | ?> |
53 | 54 | ||
54 | <textarea id="editor" name="contenu" ></textarea> | 55 | <textarea id="editor" name="contenu" ></textarea> |
56 | <!-- <input class="boutonSubmitEditeur" type="submit" value="Valider" onclick="filtrerAntislash();"/> --> | ||
55 | <input class="boutonSubmitEditeur" type="submit" value="Valider" /> | 57 | <input class="boutonSubmitEditeur" type="submit" value="Valider" /> |
56 | <a class="boutonAnnuler" href="index.php?page=<?= $lienBoutonAnnuler ?>" > | 58 | <a class="boutonAnnuler" href="index.php?page=<?= $lienBoutonAnnuler ?>" > |
57 | <input type="button" value="Annuler" /></a> | 59 | <input type="button" value="Annuler" /></a> |