Skip to content

Commit a12ad96

Browse files
authored
Add files via upload
shifiting removed and add quick remark
1 parent 316caee commit a12ad96

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

index.html

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -295,14 +295,14 @@ <h3>Nokia Router
295295
rows="2"
296296
class="input-field"></textarea>
297297

298-
<input type="text" id="ttNumber" placeholder="Enter Ticket ID for Location Shifting..." onkeypress="if(event.key === 'Enter' && this.value.trim() !== '') { window.open('https://tt.wlink.com.np/log_data/showLogDetails/' + this.value, '_blank'); }" class="input-field">
298+
<!-- <input type="text" id="ttNumber" placeholder="Enter Ticket ID for Location Shifting..." onkeypress="if(event.key === 'Enter' && this.value.trim() !== '') { window.open('https://tt.wlink.com.np/log_data/showLogDetails/' + this.value, '_blank'); }" class="input-field"> -->
299299
</div>
300300
</div>
301301

302302

303303

304304
<hr>
305-
<h4>ONU Status</h4>
305+
<h4>Quick remarks</h4>
306306

307307
<div class="text-block" onclick="copyText('text1', this)">
308308
<p id="text1">No light on auth and link. Please do the needful.</p>
@@ -325,7 +325,7 @@ <h4>ONU Status</h4>
325325

326326

327327
<div class="text-block" onclick="copyText('text50', this)">
328-
<p id="text50">Verified WAN, checked ping, reconnected; now working.</p>
328+
<p id="text50">Provided the required information.</p>
329329
</div>
330330

331331
<div class="text-block" onclick="copyText('text60', this)">
@@ -665,12 +665,12 @@ <h6>&copy; <a href="http://www.rammijar.com.np" target="_blank">Ram Mijar</a>. A
665665
</div>
666666

667667
<div id="theme-toggle" class="theme-toggle">
668-
<button style="background:#000;color:#0f0;border:1px solid #0f0;padding:2px 8px;cursor:pointer;font-family:monospace;font-size:9px;border-radius:4px;margin-left:5px;"
668+
<!-- <button style="background:#000;color:#0f0;border:1px solid #0f0;padding:2px 8px;cursor:pointer;font-family:monospace;font-size:9px;border-radius:4px;margin-left:5px;"
669669
onmouseover="this.style.background='#0f0';this.style.color='#000';"
670670
onmouseout="this.style.background='#000';this.style.color='#0f0';"
671671
onclick="if(confirm('Switch to Remark Terminal v1.0?'))location.href='http://rammijar.github.io/NokiaRouter/v1.0.html'">
672672
v1.0
673-
</button>
673+
</button> -->
674674
<svg id="theme-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
675675
<circle cx="12" cy="12" r="5"></circle>
676676
<line x1="12" y1="1" x2="12" y2="3"></line>
@@ -1333,24 +1333,24 @@ <h3 style="font-size:1.05rem;color:#1e293b;margin:0 0 0.5rem 0;">${error.message
13331333
}
13341334
});
13351335
</script>
1336-
1337-
1338-
<script>
1339-
const correctPassword = "password"; // change this
1340-
1341-
function askPassword() {
1342-
const input = prompt("Enter password:");
1343-
1344-
if (input === correctPassword) {
1345-
return; // allow page to load
1346-
} else {
1347-
alert("Incorrect password ❌ Please re-enter.");
1348-
setTimeout(askPassword, 0); // ask again without blocking
1349-
}
1350-
}
1351-
1352-
askPassword();
1353-
</script>
1336+
1337+
1338+
<script>
1339+
const correctPassword = "password"; // change this
1340+
1341+
function askPassword() {
1342+
const input = prompt("Enter password:");
1343+
1344+
if (input === correctPassword) {
1345+
return; // allow page to load
1346+
} else {
1347+
alert("Incorrect password ❌ Please re-enter.");
1348+
setTimeout(askPassword, 0); // ask again without blocking
1349+
}
1350+
}
1351+
1352+
askPassword();
1353+
</script>
13541354

13551355

13561356

0 commit comments

Comments
 (0)