master
Jeremy DUCOURTHIAL 3 years ago
parent bba05f7414
commit e55ad39059

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

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