From 2db964592ce5e3b0ba633aeaa945814c8f8030ed Mon Sep 17 00:00:00 2001 From: devdatt Date: Sun, 14 Dec 2025 12:18:32 +0530 Subject: [PATCH] green-btn --- encoder/firmware.php | 26 ++++++++++++++++++++++++++ encoder/header.php | 13 ++++++++++++- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/encoder/firmware.php b/encoder/firmware.php index 62c5614..27fccc7 100755 --- a/encoder/firmware.php +++ b/encoder/firmware.php @@ -23,12 +23,18 @@ switch ($_POST['action']) { function confirmReboot() { return confirm("Are you sure you want to reboot?"); } + function confirmReset() { return confirm("All settings will be gone . Are you sure you want to reset ?"); } + function confirmUpdate() { return confirm("Newer version will be downloaded and installed Do not turn off power , this is irreversible are you sure to continue ? "); } + + function confirmbackup() { + return confirm("Newer version will be downloaded and installed Do not turn off power , this is irreversible are you sure to continue ? "); + } @@ -37,6 +43,26 @@ switch ($_POST['action']) {
Currunt Firmware Version :- 1.0
+
+
+ +

+ +

+ + + +
+
+
+
+ +
+
diff --git a/encoder/header.php b/encoder/header.php index 38d5277..a3a5aa5 100755 --- a/encoder/header.php +++ b/encoder/header.php @@ -377,6 +377,17 @@ cursor: pointer; } + .green-btn { + background-color: greenyellow; + color: white; + font-weight: bold; + padding: 10px 20px; + border: none; + width: 33%; + border-radius: 7px; + cursor: pointer; + } + .blueviolet-btn { background-color: blueviolet; color: white; @@ -430,7 +441,7 @@ -
URMI Universal Encoder / Decoder
+
URMI Universal Digital Encoder / Decoder