master
Jeremy DUCOURTHIAL 3 years ago
parent bba05f7414
commit e55ad39059

@ -15,10 +15,6 @@ html{
text-align: center; text-align: center;
} }
#pageRight{
}
#refresh{ #refresh{
margin: 10px; margin: 10px;
background-color: white; background-color: white;

@ -1,12 +1,9 @@
<!doctype html> <!doctype html>
<link href="css/administration.css" rel="stylesheet" type="text/css"> <link href="css/administration.css" rel="stylesheet" type="text/css">
<html> <html>
<form action="index.php?action=ajoutSource" method="POST"> <div id="pageRight">
<input type="text" name="linkSource" placeholder="source" /> <div id="listSources">
<input type="submit" value="add source"> <div>
</form>
</html>
<?php <?php
foreach ($listeSources as $n){ foreach ($listeSources as $n){
echo "<div class=source>"; echo "<div class=source>";
@ -16,8 +13,19 @@
echo "</div>"; echo "</div>";
} }
?> ?>
</div>
<div id="listSourceBottom">
<form action="../index.php?action=ajoutSource" method="POST">
<input type="text" name="linkSource" placeholder="source" />
<input type="submit" value="add source">
</form>
</div>
</div>
<div id="refresh">
<form action="index.php"> <form action="index.php">
<input type="hidden" name="action" value="refreshData"> <input type="hidden" name="action" value="refreshData">
<input type="submit" value="refresh"> <input type="submit" id="buttonRefresh" value="refresh">
</form> </form>
</div>
</div>
</html>
Loading…
Cancel
Save