top of page
ÖĞRETMEN DOSYASI
Öğretmen Dosyası Klasöründe Olması Gereken Belgeleri İndir

17- Haftalık Ders Çizelgesi
Güncellendi:

12- Mem İş Takvimi 2025-26
Güncellendi:

18- Nöbet Çizelgesi
Güncellendi:
// public/downloadTracker.js import { insert } from 'wix-data'; import { getCurrentGeolocation } from 'wix-window'; // IP yerine konum da alınabilir export function trackDownload(filename) { const log = { filename: filename, timestamp: new Date() }; insert("DownloadLogs", log) .then(() => { console.log("İndirme kaydedildi:", filename); }) .catch((err) => { console.error("İndirme kaydı başarısız:", err); }); }
17- Haftalık Ders Çizelgesi
Güncellendi:
12- Mem İş Takvimi 2025-26
Güncellendi:
18- Nöbet Çizelgesi
Güncellendi: