mirror of
https://github.com/ZeJMaN/LBCAlerte_ynh.git
synced 2026-03-28 03:00:22 +01:00
Upgrade LBCAlerte to version 3.3
Add upgrade script
This commit is contained in:
28
sources/app/annonce/views/form.phtml
Normal file
28
sources/app/annonce/views/form.phtml
Normal file
@@ -0,0 +1,28 @@
|
||||
<form action="" method="post">
|
||||
<h2>Sauvegarder une annonce</h2>
|
||||
<dl>
|
||||
<dt>
|
||||
<label for="url">URL de l'annonce</label>
|
||||
</dt>
|
||||
<dd>
|
||||
<input type="text" id="link" name="link" value="<?php
|
||||
echo htmlspecialchars($link);
|
||||
?>" size="75" />
|
||||
<?php if (isset($errors["link"])) : ?>
|
||||
<p class="error"><?php echo $errors["link"]; ?></p>
|
||||
<?php endif; ?>
|
||||
</dd>
|
||||
</dl>
|
||||
<p><input type="submit" value="Enregistrer" />
|
||||
| <a href="?mod=annonce">annuler</a></p>
|
||||
</form>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user