From 8823159a3032a2388ff682e0bdf08c75092b4208 Mon Sep 17 00:00:00 2001 From: naielv <109038805+naielv@users.noreply.github.com> Date: Wed, 13 Aug 2025 15:49:10 +0200 Subject: [PATCH] update --- assets/static/appico/App_Dropbox.svg | 83 ++++++++++++++++++++++++ assets/static/appico/File_Person.svg | 61 +++++++++++++++++ assets/static/appico/File_Plugin.svg | 65 +++++++++++++++++++ assets/static/euskaditech-css/simple.css | 22 +------ src/app_modules.js | 2 +- src/index.html | 4 -- src/page/materiales.js | 1 + src/page/personas.js | 1 + testing.html | 40 ++++++++++++ 9 files changed, 253 insertions(+), 26 deletions(-) create mode 100644 assets/static/appico/App_Dropbox.svg create mode 100644 assets/static/appico/File_Person.svg create mode 100644 assets/static/appico/File_Plugin.svg diff --git a/assets/static/appico/App_Dropbox.svg b/assets/static/appico/App_Dropbox.svg new file mode 100644 index 0000000..df971c3 --- /dev/null +++ b/assets/static/appico/App_Dropbox.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/static/appico/File_Person.svg b/assets/static/appico/File_Person.svg new file mode 100644 index 0000000..47cb99c --- /dev/null +++ b/assets/static/appico/File_Person.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/static/appico/File_Plugin.svg b/assets/static/appico/File_Plugin.svg new file mode 100644 index 0000000..de2f96b --- /dev/null +++ b/assets/static/appico/File_Plugin.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/static/euskaditech-css/simple.css b/assets/static/euskaditech-css/simple.css index 94f5050..7b03717 100644 --- a/assets/static/euskaditech-css/simple.css +++ b/assets/static/euskaditech-css/simple.css @@ -370,6 +370,7 @@ hr { cursor: pointer; background: none; border: none; + color: black; } .ribbon-button img { @@ -391,27 +392,6 @@ hr { box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2); } -.popup { - display: none; - position: fixed; - top: 40%; - left: 50%; - transform: translate(-50%, -50%); - background: #fff; - border: 2px solid #ccc; - padding: 20px; - z-index: 9999; - box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); -} - -.popup-content { - text-align: center; -} - -.popup button { - margin-top: 10px; - padding: 5px 15px; -} details { margin: 0; diff --git a/src/app_modules.js b/src/app_modules.js index e2a0048..fefa824 100644 --- a/src/app_modules.js +++ b/src/app_modules.js @@ -1012,7 +1012,7 @@ function SetPages() { a.href = "#" + key; label.innerText = PAGES[key].Title; label.className = "label" - img.src = PAGES[key].icon + img.src = PAGES[key].icon || "static/appico/File_Plugin.svg" a.append(img, label) document.getElementById("appendApps2").append(a); }); diff --git a/src/index.html b/src/index.html index a3ad267..3cc7864 100644 --- a/src/index.html +++ b/src/index.html @@ -70,10 +70,6 @@
-
diff --git a/src/page/materiales.js b/src/page/materiales.js index cf5e199..0ac8099 100644 --- a/src/page/materiales.js +++ b/src/page/materiales.js @@ -1,5 +1,6 @@ PAGES.materiales = { navcss: "btn2", + icon: "static/appico/App_Dropbox.svg", Title: "Materiales", edit: function (mid) { var nameh1 = safeuuid(); diff --git a/src/page/personas.js b/src/page/personas.js index c413e29..14e28d7 100644 --- a/src/page/personas.js +++ b/src/page/personas.js @@ -1,5 +1,6 @@ PAGES.personas = { navcss: "btn3", + icon: "static/appico/File_Person.svg", Title: "Personas", edit: function (mid) { var nameh1 = safeuuid(); diff --git a/testing.html b/testing.html index 277702d..c742794 100644 --- a/testing.html +++ b/testing.html @@ -131,7 +131,47 @@ +
+
+
+
+
Modulos
+
Admin
+
+ + +
+ +
+
+ +
Materiales
+
+ +
+
+ + +
+ +
+
+ +
Settings
+
+
+ +
Security
+
+
+
+ +
+