Files
boc/aamos-admin-upgrade/web/landvex.html
T
Bernt 6de2455917 v1.2.0: Add Global Markets footer, translated to 9 languages
- Added GLOBAL_MARKETS_TITLE to all translation files
- Updated footer with 12 markets (4 active + 8 upcoming)
- Translated market section to: zh-cn, zh-tw, ja, ko, th, vi, id, ms, hi
- Built and deployed to production
- CloudFront invalidation: I3RTMXVFDJXWLG3SYX208OP1CC
2026-07-08 19:56:03 +00:00

239 lines
7.5 KiB
HTML

<!DOCTYPE html>
<html lang="sv" data-theme="light">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AAMOS Admin — LandveX</title>
<link rel="stylesheet" href="assets/admin.css">
<style>
.lv-header {
display: flex;
align-items: center;
gap: 16px;
margin-bottom: 24px;
}
.lv-icon {
width: 56px; height: 56px;
border-radius: 16px;
background: linear-gradient(135deg, #AF52DE, #BF5AF2);
display: flex; align-items: center; justify-content: center;
font-size: 28px;
}
.lv-title h1 { font-size: 24px; font-weight: 700; }
.lv-title p { color: var(--text-tertiary); }
.stats-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
margin-bottom: 24px;
}
@media (max-width: 768px) { .stats-grid { grid-template-columns: 1fr; } }
.stat-card {
background: var(--bg-card);
border-radius: var(--radius);
padding: 20px;
box-shadow: var(--shadow);
}
.stat-label { font-size: 13px; color: var(--text-tertiary); margin-bottom: 8px; }
.stat-value { font-size: 32px; font-weight: 700; }
.vision-box {
background: linear-gradient(135deg, #1a1a2e, #16213e);
color: white;
border-radius: var(--radius);
padding: 24px;
margin-bottom: 24px;
}
.vision-box h3 { font-size: 18px; margin-bottom: 12px; }
.vision-box p { font-size: 14px; line-height: 1.6; opacity: 0.9; }
.vision-box .highlight { color: #BF5AF2; font-weight: 600; }
.customer-card {
background: var(--bg-card);
border-radius: var(--radius);
padding: 20px;
box-shadow: var(--shadow);
margin-bottom: 16px;
}
.customer-header {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 12px;
}
.customer-logo {
width: 48px; height: 48px;
border-radius: 12px;
background: var(--bg-input);
display: flex; align-items: center; justify-content: center;
font-size: 24px;
}
.customer-name { font-size: 17px; font-weight: 700; }
.customer-type { font-size: 13px; color: var(--text-tertiary); }
.customer-metrics {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 12px;
margin-top: 12px;
}
.customer-metric {
text-align: center;
padding: 10px;
background: var(--bg-input);
border-radius: var(--radius-sm);
}
.customer-metric-value { font-size: 20px; font-weight: 700; }
.customer-metric-label { font-size: 11px; color: var(--text-tertiary); }
</style>
</head>
<body>
<aside class="sidebar">
<div class="sidebar-brand">
<div class="brand-icon">
<svg viewBox="0 0 24 24"><path d="M12 2L2 7v10l10 5 10-5V7L12 2zm0 2.18L20 8.5v7L12 19.82 4 15.5v-7l8-4.32z"/></svg>
</div>
<div class="brand-text">
<div class="brand-name">AAMOS Admin</div>
<div class="brand-sub">Unified v2.0</div>
</div>
</div>
<nav class="sidebar-nav">
<div class="nav-section-label">Overview</div>
<a class="nav-item" href="unified-dashboard.html">
<span class="nav-icon">📊</span>
Dashboard
</a>
<a class="nav-item" href="users.html">
<span class="nav-icon">👥</span>
Users
</a>
<a class="nav-item" href="modules.html">
<span class="nav-icon">🔧</span>
Modules
</a>
<div class="nav-section-label">Systems</div>
<a class="nav-item" href="quixzoom.html">
<span class="nav-icon">📸</span>
quiXzoom
</a>
<a class="nav-item active" href="landvex.html">
<span class="nav-icon">🌍</span>
LandveX
</a>
<a class="nav-item" href="economy.html">
<span class="nav-icon">💰</span>
Economy
</a>
<a class="nav-item" href="crm.html">
<span class="nav-icon">🤝</span>
CRM
</a>
<div class="nav-section-label">System</div>
<a class="nav-item" href="audit.html">
<span class="nav-icon">📋</span>
Audit Log
</a>
<a class="nav-item" href="settings.html">
<span class="nav-icon">⚙️</span>
Settings
</a>
</nav>
</aside>
<div class="main">
<header class="topbar">
<div class="topbar-title">LandveX</div>
</header>
<section class="page-content active">
<div class="lv-header">
<div class="lv-icon">🌍</div>
<div class="lv-title">
<h1>LandveX Intelligence</h1>
<p>Decision infrastructure for civilization</p>
</div>
</div>
<div class="vision-box">
<h3>🎯 Core Position</h3>
<p>LandveX builds the global infrastructure for societal insight. By collecting, standardizing and making accessible data about health, economy, demographics, infrastructure and societal friction, we create a shared fact base for journalists, researchers, companies, investors and decision-makers.</p>
<p style="margin-top:8px">Our goal is simple: <span class="highlight">better data, clearer accountability, more informed decisions.</span></p>
</div>
<div class="stats-grid">
<div class="stat-card">
<div class="stat-label">Intelligence Reports</div>
<div class="stat-value" id="lv-reports"></div>
</div>
<div class="stat-card">
<div class="stat-label">Urban Data Points</div>
<div class="stat-value" id="lv-data"></div>
</div>
<div class="stat-card">
<div class="stat-label">Active Customers</div>
<div class="stat-value" id="lv-customers"></div>
</div>
</div>
<div class="card">
<div class="section-header">
<span class="section-title">Customers</span>
</div>
<div class="customer-card">
<div class="customer-header">
<div class="customer-logo">🚗</div>
<div>
<div class="customer-name">Trygg Bil</div>
<div class="customer-type">Vehicle Safety · Municipality Partner</div>
</div>
</div>
<div class="customer-metrics">
<div class="customer-metric">
<div class="customer-metric-value">222k</div>
<div class="customer-metric-label">SEK/month</div>
</div>
<div class="customer-metric">
<div class="customer-metric-value">Active</div>
<div class="customer-metric-label">Status</div>
</div>
<div class="customer-metric">
<div class="customer-metric-value">2026</div>
<div class="customer-metric-label">Since</div>
</div>
</div>
</div>
</div>
</section>
</div>
<script src="assets/api.js"></script>
<script>
'use strict';
const api = createAdminAPI(window.location.origin);
async function loadLandvex() {
try {
const data = await api._get('/api/v1/unified-dashboard');
const lv = data.landvex || {};
document.getElementById('lv-reports').textContent = lv.intelligence_reports?.toLocaleString() || '—';
document.getElementById('lv-data').textContent = lv.urban_data_points?.toLocaleString() || '—';
document.getElementById('lv-customers').textContent = lv.active_customers?.toLocaleString() || '—';
} catch (err) {
console.error('LandveX load error:', err);
}
}
loadLandvex();
</script>
</body>
</html>