Vaihda brändäys: Noxus Intra → Noxus HUB © Empor Oy 2026
Kaikki viittaukset "Noxus Intra" vaihdettu muotoon "Noxus HUB" koko koodikannassa. Footer ja login-sivu näyttävät nyt "Noxus HUB © Empor Oy 2026". Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
28
index.html
28
index.html
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Noxus Intra</title>
|
||||
<title>Noxus HUB</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
@@ -11,7 +11,7 @@
|
||||
<div id="login-screen" class="login-screen" style="display:none">
|
||||
<div class="login-box">
|
||||
<img id="login-logo" src="" alt="Logo" style="height:48px;margin-bottom:0.75rem;display:none;">
|
||||
<h1 id="login-title">Noxus Intra</h1>
|
||||
<h1 id="login-title">Noxus HUB</h1>
|
||||
<p id="login-subtitle">Kirjaudu sisään</p>
|
||||
<form id="login-form">
|
||||
<input type="text" id="login-username" placeholder="Käyttäjätunnus" required autofocus>
|
||||
@@ -27,7 +27,7 @@
|
||||
</div>
|
||||
<!-- Salasanan palautuspyyntö -->
|
||||
<div class="login-box" id="forgot-box" style="display:none">
|
||||
<h1 class="login-brand-title">Noxus Intra</h1>
|
||||
<h1 class="login-brand-title">Noxus HUB</h1>
|
||||
<p>Salasanan palautus</p>
|
||||
<form id="forgot-form">
|
||||
<input type="text" id="forgot-username" placeholder="Käyttäjätunnus" required autofocus>
|
||||
@@ -39,7 +39,7 @@
|
||||
</div>
|
||||
<!-- Uusi salasana (reset token) -->
|
||||
<div class="login-box" id="reset-box" style="display:none">
|
||||
<h1 class="login-brand-title">Noxus Intra</h1>
|
||||
<h1 class="login-brand-title">Noxus HUB</h1>
|
||||
<p>Aseta uusi salasana</p>
|
||||
<form id="reset-form">
|
||||
<input type="password" id="reset-password" placeholder="Uusi salasana" required>
|
||||
@@ -49,6 +49,7 @@
|
||||
<div id="reset-msg" class="success-msg" style="display:none"></div>
|
||||
<div id="reset-error" class="error" style="display:none"></div>
|
||||
</div>
|
||||
<p class="login-footer">Noxus HUB © Empor Oy 2026</p>
|
||||
</div>
|
||||
|
||||
<!-- Dashboard -->
|
||||
@@ -59,7 +60,7 @@
|
||||
<img id="header-logo" src="" alt="Logo" style="height:32px;display:none;">
|
||||
<span class="brand-icon" id="header-brand-icon">⚡</span>
|
||||
<div>
|
||||
<h1 id="header-title">Noxus Intra</h1>
|
||||
<h1 id="header-title">Noxus HUB</h1>
|
||||
<span class="subtitle" id="header-subtitle">Hallintapaneeli</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1142,9 +1143,18 @@
|
||||
<p class="empty-hint">Klikkaa "Hae postit" hakeaksesi sähköpostit.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="summary-bar">
|
||||
<span id="ticket-count">0 tikettiä</span>
|
||||
<span id="ticket-status-summary"></span>
|
||||
<div class="summary-bar" style="display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:0.5rem;">
|
||||
<span><span id="ticket-count">0 tikettiä</span> <span id="ticket-status-summary" style="margin-left:0.5rem;"></span></span>
|
||||
<span style="display:flex;align-items:center;gap:0.3rem;font-size:0.85rem;color:#666;">
|
||||
Näytä
|
||||
<select id="ticket-page-size" style="padding:0.2rem 0.4rem;border:1px solid #ccc;border-radius:4px;font-size:0.85rem;">
|
||||
<option value="25">25</option>
|
||||
<option value="50">50</option>
|
||||
<option value="100" selected>100</option>
|
||||
<option value="250">250</option>
|
||||
</select>
|
||||
/sivu
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1792,7 +1802,7 @@
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p id="footer-text">Noxus Intra © 2026</p>
|
||||
<p id="footer-text">Noxus HUB © Empor Oy 2026</p>
|
||||
<button class="footer-idea-btn" onclick="openFeatureSuggestion()" title="Ehdota kehitysideaa">💡 Kehitysehdotus?</button>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user