mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-12 22:16:16 +00:00
html for entries
This commit is contained in:
parent
3bd1c8a023
commit
a063e38028
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
@ -19,11 +20,13 @@
|
|||||||
</main>
|
</main>
|
||||||
<form id="new-food-entry">
|
<form id="new-food-entry">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
/* will need to modify to add upload/take image fuction */
|
|
||||||
<legend>Image:</legend>
|
<legend>Image:</legend>
|
||||||
<label for="image-src">
|
<label for="image-src">
|
||||||
|
<!-- Add Food Entries Here
|
||||||
Source:
|
Source:
|
||||||
<input type="text" id="imgSrc" name="imgSrc" required>
|
<input type="text" id="imgSrc" name="imgSrc" required>
|
||||||
|
Add Food Entries Here -->
|
||||||
</label>
|
</label>
|
||||||
<label for="image-alt">
|
<label for="image-alt">
|
||||||
Alt Text:
|
Alt Text:
|
||||||
@ -72,6 +75,10 @@
|
|||||||
Comments:
|
Comments:
|
||||||
<input type="text" id="comments" name="comments" required>
|
<input type="text" id="comments" name="comments" required>
|
||||||
</label>
|
</label>
|
||||||
|
<label for="comments">
|
||||||
|
Tags:
|
||||||
|
<input type="text" id="comments" name="comments" required>
|
||||||
|
</label>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<button type="submit">Add Review</button>
|
<button type="submit">Add Review</button>
|
||||||
<button type="button" class="danger">Clear Local Storage</button>
|
<button type="button" class="danger">Clear Local Storage</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user