From 123ce1be047b89ece1e7e51cf6d0444004261736 Mon Sep 17 00:00:00 2001 From: Rayhan Date: Thu, 4 Jun 2026 09:55:17 +0000 Subject: [PATCH 1/5] Update package-lock.json --- package-lock.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package-lock.json b/package-lock.json index 43e70d0..a16578c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -917,6 +917,7 @@ "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", "dev": true, "license": "MIT", + "peer": true, "engines": { "node": ">=12" }, From 263ffd1924d170501f9f06daf7fc5b0bc306a501 Mon Sep 17 00:00:00 2001 From: z0rayy Date: Thu, 4 Jun 2026 17:15:03 +0700 Subject: [PATCH 2/5] feat: penyesuaian hamburger menu dan penyempurnaan navigasi responsif --- groups/RODA/index.html | 136 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 136 insertions(+) diff --git a/groups/RODA/index.html b/groups/RODA/index.html index 96aa64b..cb8ea85 100644 --- a/groups/RODA/index.html +++ b/groups/RODA/index.html @@ -430,6 +430,142 @@
+ + +
From fbdcbe6472741045f9a3dd539e4240f4ec914d90 Mon Sep 17 00:00:00 2001 From: z0rayy Date: Thu, 4 Jun 2026 17:29:18 +0700 Subject: [PATCH 3/5] feat: menghapus breadcrumb dan menambahkan timestamp last updated di section publikasi & penelitian terkini --- groups/RODA/index.html | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/groups/RODA/index.html b/groups/RODA/index.html index cb8ea85..d05912c 100644 --- a/groups/RODA/index.html +++ b/groups/RODA/index.html @@ -565,15 +565,7 @@
- - -
-
- BERANDA / RISET & KBK -
-
- +
@@ -927,6 +919,12 @@
+

This page was last updated on:

+ +
Menghitung data... From 6cb0ffc571adce167c4c1c6205fd64d084efb307 Mon Sep 17 00:00:00 2001 From: z0rayy Date: Thu, 4 Jun 2026 17:40:01 +0700 Subject: [PATCH 4/5] feat: menyesuaikan kembali untuk fitur bilingual --- groups/RODA/index.html | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/groups/RODA/index.html b/groups/RODA/index.html index d05912c..421a461 100644 --- a/groups/RODA/index.html +++ b/groups/RODA/index.html @@ -919,11 +919,7 @@
-

This page was last updated on:

- +

This page was last updated on:

@@ -972,7 +968,7 @@

Laboratorium Pendukung Riset

-

5 laboratorium modern dengan 93 unit PC All-in-One +

5 laboratorium modern dengan 93 unit PC All-in-One yang mendukung kegiatan riset strategis dan pengembangan teknologi dosen serta mahasiswa.

@@ -1384,7 +1380,10 @@ ctaBtn: 'Hubungi Kami', viewAll: 'Lihat Semua', facultyDirectory: 'Direktori Dosen', - expertise: 'Keahlian' + expertise: 'Keahlian', + lastUpdatedText: 'Halaman ini terakhir diperbarui pada: ', + showingPubs: 'Menampilkan {0} dari {1} publikasi', + labDesc: '5 laboratorium modern dengan 93 unit PC All-in-One yang mendukung kegiatan riset strategis dan pengembangan teknologi dosen serta mahasiswa.' }, en: { info: 'LATEST INFO', @@ -1440,7 +1439,10 @@ ctaBtn: 'Contact Us', viewAll: 'View All', facultyDirectory: 'Faculty Directory', - expertise: 'Expertise' + expertise: 'Expertise', + lastUpdatedText: 'This page was last updated on: ', + showingPubs: 'Showing {0} of {1} publications', + labDesc: '5 modern laboratories with 93 All-in-One PCs supporting strategic research and technological development for faculty and students.' } }; @@ -1702,7 +1704,8 @@ // Update info jumlah data yang ditampilkan const countInfo = document.getElementById('riset-count-info'); if (countInfo) { - countInfo.innerText = `Menampilkan ${itemsToShow.length} dari ${filteredItems.length} publikasi`; + const template = translations[currentLang].showingPubs || `Menampilkan {0} dari {1} publikasi`; + countInfo.innerText = template.replace('{0}', itemsToShow.length).replace('{1}', filteredItems.length); } // Tampilkan/Sembunyikan tombol "Lihat Semua" berdasarkan sisa data @@ -1926,6 +1929,11 @@ renderKbkInsight(); renderRisetCards(); renderDosenCards(); + + const lastUpdatedEl = document.getElementById("last-updated"); + if (lastUpdatedEl) { + lastUpdatedEl.innerHTML = new Date(document.lastModified).toLocaleString(lang === 'id' ? 'id-ID' : 'en-US'); + } }; window.addEventListener('error', (event) => { From d1a80838a5ea4ece59f9bd1d1dfd24a83947ec5e Mon Sep 17 00:00:00 2001 From: z0rayy Date: Thu, 4 Jun 2026 17:55:01 +0700 Subject: [PATCH 5/5] fix: memperbarui tautan kartu dosen KBK ke direktori resmi --- groups/RODA/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groups/RODA/index.html b/groups/RODA/index.html index 421a461..377afc9 100644 --- a/groups/RODA/index.html +++ b/groups/RODA/index.html @@ -1764,7 +1764,7 @@ const rank = currentLang === 'id' ? leader.badge_id : leader.badge_en; return ` - +