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 @@ ...@@ -18,8 +18,8 @@
<li> <li>
<strong><%= tour.name %></strong><br> <strong><%= tour.name %></strong><br>
<%= tour.description %><br> <%= tour.description %><br>
Price: <%= tour.price %> USD<br> ราคา: <%= tour.price %> บาท<br>
Duration: <%= tour.duration %> days<br> ระยะเวลา: <%= tour.duration %> วัน<br>
</li> </li>
<% }); %> <% }); %>
</ul> </ul>
...@@ -27,9 +27,9 @@ ...@@ -27,9 +27,9 @@
<!-- ช่องกรอกข้อมูลจอง --> <!-- ช่องกรอกข้อมูลจอง -->
<div class="booking-form"> <div class="booking-form">
<h2>Book a Tour</h2> <h2>จอง Tour</h2>
<form action="/create-booking" method="POST"> <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> <select id="tour-id" name="tour-id" required>
<option value="" disabled selected>Select a Tour</option> <option value="" disabled selected>Select a Tour</option>
<% tours.forEach(function(tour) { %> <% 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