From 340e987ff69326fec6bb52e480540fc389d30e04 Mon Sep 17 00:00:00 2001
From: 65160377 <65160377@go.buu.ac.th>
Date: Fri, 28 Mar 2025 15:42:16 +0700
Subject: [PATCH] Initial commit

---
 includes/signup.php | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/includes/signup.php b/includes/signup.php
index 3b174b8..5fb1e4e 100644
--- a/includes/signup.php
+++ b/includes/signup.php
@@ -79,3 +79,37 @@ error:function (){}
         </div>
     </div>
 </div>
+
+<!-- <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
+				<div class="modal-dialog" role="document">
+					<div class="modal-content">
+						<div class="modal-header">
+							<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>						
+						</div>
+							<section>
+								<div class="modal-body modal-spa">
+									<div class="login-grids">
+										<div class="login">
+											
+											<div class="login-right">
+												<form name="signup" method="post">
+													<h3>Create your account </h3>
+					
+
+				<input type="text" value="" placeholder="Full Name" name="fname" autocomplete="off" required="">
+				<input type="text" value="" placeholder="Mobile number" maxlength="10" name="mobilenumber" autocomplete="off" required="">
+		<input type="text" value="" placeholder="Email id" name="email" id="email" onBlur="checkAvailability()" autocomplete="off"  required="">	
+		 <span id="user-availability-status" style="font-size:12px;"></span> 
+	<input type="password" value="" placeholder="Password" name="password" required="">	
+													<input type="submit" name="submit" id="submit" value="CREATE ACCOUNT">
+												</form>
+											</div>
+												<div class="clearfix"></div>								
+										</div>
+											<p>By logging in you agree to our <a href="page.php?type=terms">Terms and Conditions</a> and <a href="page.php?type=privacy">Privacy Policy</a></p>
+									</div>
+								</div>
+							</section>
+					</div>
+				</div>
+			</div> -->
\ No newline at end of file
-- 
GitLab