Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit ad20e455 authored by 65160394's avatar 65160394
Browse files

Project Round 9

parent 9029f4d5
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,8 @@
<li>
<strong><%= tour.name %></strong><br>
<%= tour.description %><br>
Price: <%= tour.price %> USD<br>
Duration: <%= tour.duration %> days<br>
ราคา: <%= tour.price %> บาท<br>
ระยะเวลา: <%= tour.duration %> วัน<br>
</li>
<% }); %>
</ul>
......@@ -27,9 +27,9 @@
<!-- ช่องกรอกข้อมูลจอง -->
<div class="booking-form">
<h2>Book a Tour</h2>
<h2>จอง Tour</h2>
<form action="/create-booking" method="POST">
<label for="tour-id">Select Tour</label>
<label for="tour-id">เลือก Tour</label>
<select id="tour-id" name="tour-id" required>
<option value="" disabled selected>Select a Tour</option>
<% tours.forEach(function(tour) { %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment