parent
c7df3cfa91
commit
4c2424ef31
@ -0,0 +1,23 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>All Flux</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
{% for value in dVue.data %}
|
||||||
|
<div>
|
||||||
|
{{ value.getFlux() }}
|
||||||
|
<form method="post" action="deleteFlux">
|
||||||
|
<input type="hidden" name="flux" value="{{ value.getFlux() }}">
|
||||||
|
<button type="submit">Delete Flux</button>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
{% endfor %}
|
||||||
|
<form method="POST" action="ajoutFlux">
|
||||||
|
<input name="fluxAdd" type="text">
|
||||||
|
<button type="submit">Ajouter Flux</button>
|
||||||
|
</form>
|
||||||
|
<a href="/~mapoint2/SAE/Php_RSS/fluxRSS/admin/">Vue article</a>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in new issue