Commit 970c911d by Bojan Borovcanin

Activities changed

parent 0d860cc9
Showing with 5 additions and 7 deletions
......@@ -119,13 +119,12 @@
<br> price: ".$activity['price']." euro
</div><br>";
echo "<div> on: </div>";
echo '<img src="data:image/jpeg;base64,'.base64_encode($activity['image']).'" width = "100px" alt = "image"> ';
echo "
<div>
<input type='datetime' disabled name='datetime' value='".$activity['datetime']."' >
</div>
";
</div> ";
}
?>
......@@ -151,7 +150,7 @@
<br> price: ".$activity['price']." euro
</div><br>";
echo "<div> on: </div>";
echo '<img src="data:image/jpeg;base64,'.base64_encode($activity['image']).'" width = "100px" alt = "image"> ';
echo "<input type='hidden' name='id' value=".$activity['id_activity'].">";
echo "
<div>
......@@ -163,8 +162,6 @@
}
?>
</form>
<?php
}
......@@ -186,6 +183,7 @@
<br> price: ".$activity['price']." euro
</div><br>";
echo "<div> on: </div>";
echo '<img src="data:image/jpeg;base64,'.base64_encode($activity['image']).'" width = "100px" alt = "image"> ';
echo "<input type='hidden' name='id' value=".$activity['id_activity'].">";
echo "
<div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment