mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2025-09-09 08:07:22 +00:00
reviewDetails+Update+Delete
This commit is contained in:
15
index.html
15
index.html
@@ -22,12 +22,13 @@
|
||||
<main>
|
||||
<!-- Add Food Entries Here -->
|
||||
</main>
|
||||
<form id="new-food-entry">
|
||||
<button type="button" id="create">CREATE</button>
|
||||
<!----> <form id="new-food-entry">
|
||||
<fieldset>
|
||||
<legend>Photo:</legend>
|
||||
<label for="image-src">
|
||||
<legend>Pic:</legend>
|
||||
<label for="mealImage">
|
||||
Source:
|
||||
<input type="text" id="imgSrc" name="imgSrc">
|
||||
<input type="text" id="mealImg" name="mealImg">
|
||||
</label>
|
||||
<label for="image-alt">
|
||||
Alt Text:
|
||||
@@ -40,7 +41,7 @@
|
||||
<label for="Meal: ">Meal:
|
||||
<input type="text" id="mealName" name="mealName" required>
|
||||
</label>
|
||||
<label for="comments">Description:
|
||||
<label for="comments">Comments:
|
||||
<br>
|
||||
<textarea name="comments" id="comments"></textarea>
|
||||
</label>
|
||||
@@ -83,8 +84,8 @@
|
||||
</label>
|
||||
|
||||
</fieldset>
|
||||
<button type="submit">Add Review</button>
|
||||
<button type="submit" value="Submit">Add Review</button>
|
||||
<button type="button" class="danger">Clear Review Journal</button>
|
||||
</form>
|
||||
</form> <!---->
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user