Upgrade LBCAlerte to version 3.3

Add upgrade script
This commit is contained in:
Jimmy Monin
2016-11-26 19:19:16 +01:00
parent a7c054b535
commit 58ffd500e6
89 changed files with 6436 additions and 758 deletions

View File

@@ -0,0 +1,17 @@
<h2>
<?php echo htmlspecialchars($ad->getTitle()); ?>
</h2>
<form action="" method="post">
<p><label for="comment">Votre note :</label></p>
<p>
<textarea name="comment" cols="75" rows="5"><?php
echo htmlspecialchars($ad->getComment()); ?></textarea>
<br />
<p>
<input type="submit" value="Enregistrer" />
| <a href="?mod=annonce&amp;a=view&amp;id=<?php
echo $ad->getId(); ?>">annuler</a>
</p>
</p>
</form>