81 lines
3.7 KiB
HTML
81 lines
3.7 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
|
|
<title>Join Agency</title>
|
|
<link rel="stylesheet" href="../host-center/style.css?v=20260429-0300" />
|
|
<link rel="stylesheet" href="./style.css?v=20260429-0300" />
|
|
</head>
|
|
<body>
|
|
<div class="host-center join-agency-page" aria-label="Join Agency" data-i18n-aria="page_label">
|
|
<div class="hero-bg" aria-hidden="true"></div>
|
|
<nav class="title-bar">
|
|
<button class="back-button" type="button" aria-label="Back" data-i18n-aria="back">
|
|
<svg viewBox="0 0 32 32" aria-hidden="true">
|
|
<path d="M20 8 12 16l8 8" />
|
|
</svg>
|
|
</button>
|
|
<h1 data-i18n="title">Join Agency</h1>
|
|
<div class="language-switcher">
|
|
<button class="language-button" type="button" aria-label="Change language" data-i18n-aria="language_button_aria" aria-expanded="false">EN</button>
|
|
<div class="language-menu" hidden>
|
|
<button type="button" data-lang="en">EN</button>
|
|
<button type="button" data-lang="ar">AR</button>
|
|
<button type="button" data-lang="tr">TR</button>
|
|
<button type="button" data-lang="id">ID</button>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<main class="content join-content">
|
|
<section class="card join-search-card">
|
|
<label class="field-label" for="agencyAccount" data-i18n="agency_id">Agency ID</label>
|
|
<form class="search-form" id="searchForm">
|
|
<input id="agencyAccount" name="agencyAccount" type="text" inputmode="numeric" autocomplete="off" placeholder="Enter agency ID" data-i18n-placeholder="enter_agent_id" />
|
|
<button class="search-button" id="searchButton" type="submit" data-i18n="search">Search</button>
|
|
</form>
|
|
</section>
|
|
|
|
<div class="status-message" id="statusMessage" role="status" hidden></div>
|
|
|
|
<section class="card agency-result-card" id="resultCard" hidden>
|
|
<div class="section-title" data-i18n="agency">Agency</div>
|
|
<div class="agency-profile-row">
|
|
<div class="agency-avatar">
|
|
<img id="agencyAvatar" alt="" hidden />
|
|
<span id="agencyAvatarFallback">A</span>
|
|
</div>
|
|
<div class="agency-copy">
|
|
<div class="agency-name" id="agencyName">-</div>
|
|
<div class="agency-account" id="agencyAccountText">UID: -</div>
|
|
</div>
|
|
</div>
|
|
<button class="primary-action" id="applyButton" type="button" data-i18n="apply">Apply</button>
|
|
</section>
|
|
|
|
<section class="card pending-card" id="pendingCard" hidden>
|
|
<div class="pending-head">
|
|
<div class="section-title" data-i18n="application_records">Application Records</div>
|
|
<span class="pending-status" data-i18n="pending">Pending</span>
|
|
</div>
|
|
<div class="agency-profile-row">
|
|
<div class="agency-avatar">
|
|
<img id="pendingAvatar" alt="" hidden />
|
|
<span id="pendingAvatarFallback">A</span>
|
|
</div>
|
|
<div class="agency-copy">
|
|
<div class="agency-name" id="pendingName">-</div>
|
|
<div class="agency-account" id="pendingAccount">UID: -</div>
|
|
</div>
|
|
</div>
|
|
<button class="secondary-action" id="cancelButton" type="button" data-i18n="cancel">Cancel</button>
|
|
</section>
|
|
</main>
|
|
|
|
<div class="home-indicator" aria-hidden="true"></div>
|
|
</div>
|
|
<script src="./script.js?v=20260428-2080" defer></script>
|
|
</body>
|
|
</html>
|