From 4548cace686b7a40e02afb76d2fc6ec6c87d7a33 Mon Sep 17 00:00:00 2001 From: Dauren777 Date: Fri, 5 Jun 2026 08:47:26 +0000 Subject: [PATCH] =?UTF-8?q?v35:=20=D1=83=D0=B4=D0=B0=D0=BB=D1=91=D0=BD=20?= =?UTF-8?q?=D0=B4=D1=83=D0=B1=D0=BB=D0=B8=D0=BA=D0=B0=D1=82=20=D0=BA=D0=BE?= =?UTF-8?q?=D0=B4=D0=B0,=20=D1=84=D0=B8=D0=BA=D1=81=20=D1=81=D0=B8=D0=BD?= =?UTF-8?q?=D1=82=D0=B0=D0=BA=D1=81=D0=B8=D1=81=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 53 ----------------------------------------------------- 1 file changed, 53 deletions(-) diff --git a/index.html b/index.html index 35883e6..1c0653d 100644 --- a/index.html +++ b/index.html @@ -466,59 +466,6 @@ function openEdit(id, mi, ri, si){ document.getElementById("editModalContent").innerHTML=html; document.getElementById("editModalOverlay").classList.add("open"); } - html+='
'; - html+='
'+e.p+'%
'; - html+='
'; - - // Month tabs (shared) - var mh='
';months.forEach(function(m,i){mh+=''+M(i)+''});mh+='
'; - - // Sub-items with file sections (shown first for clarity) - var sh=''; - if(hasSub){ - sh+='
📋 Подпункты мероприятия

Нажмите 📎 на подпункте для управления его файлами

'; - sh+=mh; - e.sub.forEach(function(s,i){ - var ch=sc.indexOf(i)>=0; - var sd=getMD(e.id,i), scd=sd[cm]||{report:"",files:[]}, scfs=scd.files||[]; - var isActive = editSubIdx === i; - sh+='
'; - sh+=''+s.l+')'+esc(s.t)+''; - sh+='Файлов: '+(scfs.length)+''; - sh+=''; - sh+='
'; - - if(isActive){ - sh+='
'; - sh+='
'+s.l+') '+esc(s.t)+'
'; - sh+='
Файлы этого подпункта за '+M(curMonth)+'
'; - sh+='
'; - if(scfs.length){sh+='
Прикреплённые файлы ('+scfs.length+'):
'} - scfs.forEach(function(f,fi){sh+='
📄 '+esc(f.name)+''+(f.desc?''+esc(f.desc)+'':'')+''+(f.size/1024).toFixed(0)+' КБ · '+f.date+'
'}); - sh+='
'; - sh+='
'; - } - }); - sh+='
'; - } - - // Main event files section - html+=sh; - html+='
📎 Общие материалы мероприятия

Файлы, не привязанные к конкретному подпункту

'; - html+=mh; - html+='
'; - cfs.forEach(function(f,i){html+='
📄 '+esc(f.name)+''+(f.desc?''+esc(f.desc)+'':'')+''+(f.size/1024).toFixed(0)+' КБ · '+f.date+'
'}); - html+='
'; - html+='

Формы завершения: '+esc(e.dname)+'

'; - - html+='

🤖 Вывод ИИ-агента

'+esc(e.ai)+'
'; - html+='
История:
';e.h.forEach(function(h){html+='
'+esc(h)+'
'});html+='
'; - html+='
'; - - document.getElementById("editModalContent").innerHTML=html; - document.getElementById("editModalOverlay").classList.add("open"); -} - function saveEdit(id, mk){ mk=months[mk]; // convert index to month key var e=null;for(var i=0;i