Page 339 - MDP2022-2
P. 339
Format(new Date())}&last_date=${dateFormat(new Date(result))}`
});
location.href = '/mdp/choice.html';
}
}
}
</script>
[ 재료 추가 페이지 ]
<!DOCTYPE html>
<html>
<meta charset="UTF-8">
.
.
.
<body>
.
.
.
<section data-bs-version="5.1" class="form7 cid-thuacO9VOt" id="form7-h">
<div class="container">
<div class="mbr-section-head">
<h3 class="mbr-section-title mbr-fonts-style align-center mb-0
display-2"><strong>Add Material</strong>
</h3>
</div>
<div class="row justify-content-center mt-4">
<div class="col-lg-8 mx-auto mbr-form" data-form-type="formoid">
<p class="mbr-text mbr-fonts-style align-center mb-4 display-7">
재료 정보를 입력해주세요.
</p>
<form action="/mdp/material_add.php" method="post">
<div class="col-lg-12 col-md-12 col-sm-12 form-group mb-3"
data-for="name">
<input type="text" name="food_name" id="food_name"
class="form-control" placeholder="이름">
<input type="text" name="food_type" id="food_type"
class="form-control" placeholder="종류">
<input type="date" name="date" id="date" class="form-control"
placeholder="현재 날짜">
<input type="date" name="last_date" id="last_date"
class="form-control" placeholder="유통기한">
</div>
<div class="col-auto mbr-section-btn align-center">