update 4page

This commit is contained in:
2026-07-02 18:15:06 +08:00
parent 4d30803b60
commit 296db4a164
53 changed files with 5271 additions and 60 deletions
+83
View File
@@ -0,0 +1,83 @@
<!-- ADL register form fragment — from section-adl-register.php (static) -->
<section class="adl-register adl-register-top" id="register-now" data-adl-register-module>
<div class="container">
<div class="adl-register-box">
<h2>Start Your Registration</h2>
<p>Create your account now and begin your funded trading journey with AIFO.</p>
<form id="adl-register-form" class="adl-register-form" novalidate>
<div class="adl-form-grid">
<div class="adl-field">
<label for="adl-username">Username</label>
<input type="text" id="adl-username" name="username" required placeholder="Enter your name">
</div>
<div class="adl-field">
<label for="adl-email">Email Address</label>
<input type="email" id="adl-email" name="email" required placeholder="Enter your email">
</div>
<div class="adl-field">
<label for="adl-phone">Phone Number</label>
<div class="adl-phone-row">
<div class="adl-phone-wrapper">
<button type="button" class="adl-country-select" id="adl-country-select" aria-expanded="false" aria-haspopup="listbox">
<span class="adl-country-flag" id="adl-country-flag">🇦🇺</span>
<span class="adl-country-code" id="adl-country-code">+61</span>
<span class="adl-country-arrow" aria-hidden="true"></span>
</button>
<div class="adl-country-menu" id="adl-country-menu" role="listbox" aria-label="Country code">
<input type="text" id="adl-country-search" class="adl-country-search" placeholder="Search country..." aria-label="Search country">
<div id="adl-country-list" class="adl-country-list"></div>
</div>
<input type="hidden" id="adl-country-code-input" name="country_code" value="+61">
<input type="tel" id="adl-phone" name="phone" class="adl-phone-input" required placeholder="Enter your phone number">
</div>
</div>
</div>
<div class="adl-field">
<label for="adl-password">Password</label>
<div class="adl-pass-wrap">
<input type="password" id="adl-password" name="password" required placeholder="Enter your password">
<button type="button" class="adl-eye-toggle" data-target="#adl-password" aria-label="Show password">
<svg class="adl-eye-icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13.875 18.825A10.05 10.05 0 0112 19c-4.478 0-8.268-2.943-9.543-7a9.97 9.97 0 011.563-3.029m5.858.908a3 3 0 114.243 4.243M9.878 9.878l4.242 4.242M9.88 9.88l-3.29-3.29m7.532 7.532l3.29 3.29M3 3l3.59 3.59m0 0A9.953 9.953 0 0112 5c4.478 0 8.268 2.943 9.543 7a10.025 10.025 0 01-4.132 5.411m0 0L21 21"/></svg>
</button>
</div>
</div>
<div class="adl-field">
<label for="adl-confirm-password">Confirm Password</label>
<div class="adl-pass-wrap">
<input type="password" id="adl-confirm-password" name="confirm_password" required placeholder="Confirm password">
<button type="button" class="adl-eye-toggle" data-target="#adl-confirm-password" aria-label="Show password">
<svg class="adl-eye-icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13.875 18.825A10.05 10.05 0 0112 19c-4.478 0-8.268-2.943-9.543-7a9.97 9.97 0 011.563-3.029m5.858.908a3 3 0 114.243 4.243M9.878 9.878l4.242 4.242M9.88 9.88l-3.29-3.29m7.532 7.532l3.29 3.29M3 3l3.59 3.59m0 0A9.953 9.953 0 0112 5c4.478 0 8.268 2.943 9.543 7a10.025 10.025 0 01-4.132 5.411m0 0L21 21"/></svg>
</button>
</div>
</div>
<div class="adl-field">
<label for="adl-email-code">Email Verification Code</label>
<div class="adl-code-row">
<input type="text" id="adl-email-code" name="email_code" required placeholder="Enter code">
<button type="button" id="adl-send-code" class="adl-btn adl-btn-primary">Get Code</button>
</div>
</div>
</div>
<label class="adl-check">
<input type="checkbox" id="adl-agree-privacy" name="agree_privacy" required>
I confirm that I am not located in a country where AIFO's services are unavailable, and that the information I've provided is accurate and matches my government-issued ID.
</label>
<label class="adl-check">
<input type="checkbox" id="adl-agree-subscribe" name="agree_subscribe">
Would you like to receive updates about our project? Join our newsletter and receive the latest news delivered to your inbox.
</label>
<div id="adl-register-error" class="adl-register-error" role="alert"></div>
<button type="submit" id="adl-register-submit" class="adl-btn adl-btn-primary adl-submit">Sign up</button>
<p class="adl-login-hint">Already have an account? <a href="/pages/user_login.html">Log in</a></p>
</form>
<div class="adl-register-actions">
<a href="#" class="adl-btn adl-btn-ghost">View Trading Platforms</a>
</div>
<p class="adl-disclaimer">By registering, you agree to AIFO terms and challenge rules. Trading involves risk.</p>
</div>
</div>
</section>