<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
    <channel>
        <title>Веселкова Крамниця - БлогWP</title>
        <link>http://veselkova-kramnicja.mozello.com/blogwp/</link>
        <description>Веселкова Крамниця - БлогWP</description>
                    <item>
                <title>жс11</title>
                <link>http://veselkova-kramnicja.mozello.com/blogwp/params/post/4884504/zhs11</link>
                <pubDate>Mon, 17 Mar 2025 11:55:00 +0000</pubDate>
                <description>нннннннннннннннннн&lt;hr class=&quot;moze-more-divider&quot;&gt;&lt;p&gt;ааааааааааааааааааа&lt;/p&gt;



    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;Живе Слово 2&lt;/title&gt;
    &lt;style&gt;
        body {
            margin: 0;
            padding: 0;
            font-family: Arial, sans-serif;
        }
        .container {
            display: flex;
            height: 100vh;
        }
        .column {
            flex: 1;
            border: 1px solid #ccc;
            padding: 10px;
            overflow-y: auto;
        }
        .hidden {
            display: none;
        }
        .buttons-container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 5px;
            padding: 10px;
        }
        .button {
            padding: 8px;
            border: none;
            background-color: #007bff;
            color: white;
            border-radius: 5px;
            cursor: pointer;
        }
        .button:hover {
            background-color: #0056b3;
        }
    &lt;/style&gt;


    &lt;div class=&quot;container&quot;&gt;
        &lt;div class=&quot;column&quot; id=&quot;col1&quot;&gt;
            &lt;h2&gt;Текст для читання&lt;/h2&gt;
            &lt;p id=&quot;reading-text&quot;&gt;Виберіть цифру або звукони у правій колонці.&lt;/p&gt;
        &lt;/div&gt;
        &lt;div class=&quot;column&quot; id=&quot;col2&quot;&gt;
            &lt;h2&gt;Універсальна Форма&lt;/h2&gt;
            &lt;select id=&quot;mode-selector&quot; onchange=&quot;toggleMode()&quot;&gt;
                &lt;option value=&quot;manual&quot;&gt;Ручний режим&lt;/option&gt;
                &lt;option value=&quot;auto&quot;&gt;Автоматичний режим&lt;/option&gt;
            &lt;/select&gt;
            &lt;div id=&quot;manual-mode&quot;&gt;
                &lt;h3&gt;Інструкція&lt;/h3&gt;
                &lt;p&gt;Оберіть цифри або звукони в третій колонці.&lt;/p&gt;
            &lt;/div&gt;
            &lt;div id=&quot;auto-mode&quot; class=&quot;hidden&quot;&gt;
                &lt;h3&gt;Інструкція&lt;/h3&gt;
                &lt;p&gt;Програма автоматично генерує матеріал для читання.&lt;/p&gt;
                &lt;button onclick=&quot;generateReadingMaterial()&quot;&gt;Показати матеріал&lt;/button&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;column&quot; id=&quot;col3&quot;&gt;
            &lt;h3&gt;Вибір цифронів та звуконів&lt;/h3&gt;
            &lt;div id=&quot;manual-buttons&quot; class=&quot;buttons-container&quot;&gt;
                &lt;script&gt;
                    for(let i = 1; i &lt;= 33; i++) {
                        document.write(`&lt;button class=&#039;button&#039; onclick=&#039;showText(${i})&#039;&gt;${i}&lt;/button&gt;`);
                    }
                    for(let i = 0; i &lt; 33; i++) {
                        document.write(`&lt;button class=&#039;button&#039; onclick=&#039;showText(&quot;${String.fromCharCode(1040 + i)}&quot;)&#039;&gt;${String.fromCharCode(1040 + i)}&lt;/button&gt;`);
                    }
                &lt;/script&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
    &lt;script&gt;
        function toggleMode() {
            let mode = document.getElementById(&quot;mode-selector&quot;).value;
            document.getElementById(&quot;manual-mode&quot;).classList.toggle(&quot;hidden&quot;, mode !== &quot;manual&quot;);
            document.getElementById(&quot;auto-mode&quot;).classList.toggle(&quot;hidden&quot;, mode !== &quot;auto&quot;);
            document.getElementById(&quot;manual-buttons&quot;).classList.toggle(&quot;hidden&quot;, mode !== &quot;manual&quot;);
        }

        function showText(value) {
            document.getElementById(&quot;reading-text&quot;).textContent = `Вибрано: ${value}`;
        }

        function generateReadingMaterial() {
            document.getElementById(&quot;reading-text&quot;).textContent = &quot;Програма згенерувала матеріал відповідно до інструкції.&quot;;
        }
    &lt;/script&gt;</description>
            </item>
                    <item>
                <title>жс10</title>
                <link>http://veselkova-kramnicja.mozello.com/blogwp/params/post/4884482/zhs10</link>
                <pubDate>Mon, 17 Mar 2025 11:48:00 +0000</pubDate>
                <description>рррррррррррррррррррр
&lt;hr class=&quot;moze-more-divider&quot;&gt;
&lt;p&gt;ллллллллллллллллллллл&lt;/p&gt;
&lt;p&gt;
  &lt;br&gt;
&lt;/p&gt;


    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;Живе Слово 2&lt;/title&gt;
    &lt;style&gt;
        body {
            margin: 0;
            padding: 0;
            font-family: Arial, sans-serif;
        }
        .container {
            display: flex;
            height: 100vh;
        }
        .column {
            flex: 1;
            border: 1px solid #ccc;
            padding: 10px;
            overflow-y: auto;
        }
        .full-table {
            width: 100%;
            text-align: center;
        }
        .full-table button {
            padding: 8px;
            margin: 2px;
            border: none;
            background-color: #007bff;
            color: white;
            cursor: pointer;
            border-radius: 5px;
        }
        .full-table button:hover {
            background-color: #0056b3;
        }
        .dropdown {
            width: 100%;
            padding: 5px;
            margin-bottom: 10px;
        }
        .hidden {
            display: none;
        }
    &lt;/style&gt;


    &lt;div class=&quot;container&quot;&gt;
        &lt;div class=&quot;column&quot;&gt;
            &lt;h2&gt;Універсальна Форма&lt;/h2&gt;
            &lt;select class=&quot;dropdown&quot; id=&quot;form-selector&quot; onchange=&quot;changeForm()&quot;&gt;
                &lt;option value=&quot;manual&quot;&gt;Ручний режим&lt;/option&gt;
                &lt;option value=&quot;auto&quot;&gt;Автоматичний режим&lt;/option&gt;
            &lt;/select&gt;
            &lt;div id=&quot;manual-mode&quot;&gt;
                &lt;h3&gt;Ручний режим&lt;/h3&gt;
                &lt;div class=&quot;full-table&quot; id=&quot;numbers&quot;&gt;
                    &lt;h3&gt;Цифрони&lt;/h3&gt;
                    &lt;script&gt;
                        for(let i = 1; i &lt;= 33; i++) {
                            document.write(`&lt;button onclick=&#039;showText(${i})&#039;&gt;${i}&lt;/button&gt;`);
                        }
                    &lt;/script&gt;
                &lt;/div&gt;
                &lt;div class=&quot;full-table&quot; id=&quot;letters&quot;&gt;
                    &lt;h3&gt;Звукони&lt;/h3&gt;
                    &lt;script&gt;
                        for(let i = 0; i &lt; 33; i++) {
                            document.write(`&lt;button&gt;${String.fromCharCode(1040 + i)}&lt;/button&gt;`);
                        }
                    &lt;/script&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div id=&quot;auto-mode&quot; class=&quot;hidden&quot;&gt;
                &lt;h3&gt;Автоматичний режим&lt;/h3&gt;
                &lt;div&gt;
                    &lt;h4&gt;Інструкція&lt;/h4&gt;
                    &lt;p id=&quot;instruction-text&quot;&gt;Тут буде інструкція...&lt;/p&gt;
                    &lt;button onclick=&quot;generateReadingMaterial()&quot;&gt;Показати матеріал&lt;/button&gt;
                &lt;/div&gt;
                &lt;div&gt;
                    &lt;h4&gt;Матеріал для читання&lt;/h4&gt;
                    &lt;p id=&quot;reading-material&quot;&gt;...&lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
    &lt;script&gt;
        function changeForm() {
            let selector = document.getElementById(&quot;form-selector&quot;).value;
            document.getElementById(&quot;manual-mode&quot;).classList.toggle(&quot;hidden&quot;, selector !== &quot;manual&quot;);
            document.getElementById(&quot;auto-mode&quot;).classList.toggle(&quot;hidden&quot;, selector !== &quot;auto&quot;);
        }
        function generateReadingMaterial() {
            document.getElementById(&quot;reading-material&quot;).textContent = &quot;Згенерований матеріал для читання відповідно до інструкції.&quot;;
        }
    &lt;/script&gt;</description>
            </item>
                    <item>
                <title>жс9</title>
                <link>http://veselkova-kramnicja.mozello.com/blogwp/params/post/4884414/zhs9</link>
                <pubDate>Mon, 17 Mar 2025 11:25:00 +0000</pubDate>
                <description>ввввввввввввввввввввв&lt;hr class=&quot;moze-more-divider&quot;&gt;&lt;p&gt;аааааааааааааааааааааа&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;



    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;Живе Слово 2&lt;/title&gt;
    &lt;style&gt;
        body {
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            height: 100vh;
            font-family: Arial, sans-serif;
        }
        .container {
            display: flex;
            flex: 1;
            overflow: hidden;
        }
        .column {
            overflow-y: auto;
            border: 1px solid #ccc;
            padding: 10px;
            height: 100%;
        }
        #col1 {
            flex: 2; /* 50% */
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(to bottom, #e6d4f0, #ffffff);
        }
        .text-box {
            background: linear-gradient(to bottom, #ffeb3b, #ffffff);
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            color: #d32f2f;
            width: 80%;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        #col2 {
            flex: 1; /* 25% */
            background-color: #ffffff;
            padding: 20px;
            font-size: 16px;
            line-height: 1.5;
        }
        #col3 {
            flex: 1; /* 25% */
            background-color: #4caf50;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 10px;
        }
        .dropdown {
            width: 100%;
            margin-bottom: 10px;
            padding: 5px;
        }
        .table-box {
            width: 90%;
            background: white;
            padding: 10px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            text-align: center;
        }
        .buttons-container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 5px;
            width: 100%;
            padding: 10px;
        }
        .button {
            padding: 10px;
            border: none;
            background-color: #007bff;
            color: white;
            border-radius: 5px;
            cursor: pointer;
            text-align: center;
            font-size: 14px;
        }
        .button:hover {
            background-color: #0056b3;
        }
    &lt;/style&gt;


    &lt;div class=&quot;container&quot;&gt;
        &lt;div class=&quot;column&quot; id=&quot;col1&quot;&gt; 
            &lt;div class=&quot;text-box&quot; id=&quot;dynamic-text&quot;&gt;
                &lt;h2 id=&quot;text-title&quot;&gt;Звукона&lt;/h2&gt;
                &lt;p id=&quot;text-content&quot;&gt;Виберіть цифру у правій колонці, щоб відобразити текст.&lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;column&quot; id=&quot;col2&quot;&gt; 
            &lt;select class=&quot;dropdown&quot; id=&quot;form-selector&quot; onchange=&quot;changeForm()&quot;&gt;
                &lt;option value=&quot;form1&quot;&gt;Універсальна Форма №1&lt;/option&gt;
                &lt;option value=&quot;form2&quot;&gt;Універсальна Форма №2&lt;/option&gt;
                &lt;option value=&quot;form3&quot;&gt;Універсальна Форма №3&lt;/option&gt;
            &lt;/select&gt;
            &lt;div id=&quot;instructions&quot;&gt;
                &lt;h2&gt;УНІВЕРСАЛЬНА ФОРМА №1&lt;/h2&gt;
                &lt;p&gt;&lt;b&gt;1. Освячення особистого Простору:&lt;/b&gt;&lt;/p&gt;
                &lt;p&gt;а) На Простір попереду мене розміщую цифрони (прочитати цифрони послідовно від 1 до 100-8).&lt;/p&gt;
                &lt;p&gt;б) На Простір позаду мене розміщую звукони (прочитати звукони послідовно від Аоль до Яоль).&lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;column&quot; id=&quot;col3&quot;&gt; 
            &lt;select class=&quot;dropdown&quot; id=&quot;table-selector&quot; onchange=&quot;changeTable()&quot;&gt;
                &lt;option value=&quot;numbers&quot;&gt;Цифрони&lt;/option&gt;
                &lt;option value=&quot;letters&quot;&gt;Звукони&lt;/option&gt;
            &lt;/select&gt;
            &lt;div class=&quot;table-box&quot; id=&quot;numbers&quot;&gt;
                &lt;h3&gt;Цифрони&lt;/h3&gt;
                &lt;div class=&quot;buttons-container&quot; id=&quot;numbers-buttons&quot;&gt;&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;table-box&quot; id=&quot;letters&quot; style=&quot;display:none;&quot;&gt;
                &lt;h3&gt;Звукони&lt;/h3&gt;
                &lt;div class=&quot;buttons-container&quot; id=&quot;letters-buttons&quot;&gt;&lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
    &lt;footer&gt;
        &lt;p&gt;Футер: тут може бути додаткова інформація&lt;/p&gt;
    &lt;/footer&gt;
    
    &lt;script&gt;
        function changeForm() {
            let selector = document.getElementById(&#039;form-selector&#039;).value;
            let instructions = document.getElementById(&#039;instructions&#039;);
            let forms = {
                &quot;form1&quot;: &quot;&lt;h2&gt;УНІВЕРСАЛЬНА ФОРМА №1&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;1. Освячення особистого Простору:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;а) На Простір попереду мене розміщую цифрони...&lt;/p&gt;&quot;,
                &quot;form2&quot;: &quot;&lt;h2&gt;УНІВЕРСАЛЬНА ФОРМА №2&lt;/h2&gt;&lt;p&gt;Інші інструкції...&lt;/p&gt;&quot;,
                &quot;form3&quot;: &quot;&lt;h2&gt;УНІВЕРСАЛЬНА ФОРМА №3&lt;/h2&gt;&lt;p&gt;Ще інші інструкції...&lt;/p&gt;&quot;
            };
            instructions.innerHTML = forms[selector];
        }

        function changeTable() {
            let selector = document.getElementById(&#039;table-selector&#039;).value;
            document.getElementById(&#039;numbers&#039;).style.display = selector === &#039;numbers&#039; ? &#039;block&#039; : &#039;none&#039;;
            document.getElementById(&#039;letters&#039;).style.display = selector === &#039;letters&#039; ? &#039;block&#039; : &#039;none&#039;;
        }

        function generateButtons() {
            let numbersContainer = document.getElementById(&#039;numbers-buttons&#039;);
            let lettersContainer = document.getElementById(&#039;letters-buttons&#039;);
            for(let i = 1; i &lt;= 33; i++) {
                let button = document.createElement(&#039;button&#039;);
                button.className = &#039;button&#039;;
                button.innerText = i;
                button.onclick = function() { showText(i); };
                numbersContainer.appendChild(button);
            }
            for(let i = 0; i &lt; 33; i++) {
                let button = document.createElement(&#039;button&#039;);
                button.className = &#039;button&#039;;
                button.innerText = String.fromCharCode(1040 + i);
                lettersContainer.appendChild(button);
            }
        }
        generateButtons();
    &lt;/script&gt;</description>
            </item>
                    <item>
                <title>жс8</title>
                <link>http://veselkova-kramnicja.mozello.com/blogwp/params/post/4884396/zhs8</link>
                <pubDate>Mon, 17 Mar 2025 11:20:00 +0000</pubDate>
                <description>44444444444444444444444444ккккккккккккккк&lt;hr class=&quot;moze-more-divider&quot;&gt;&lt;p&gt;ккккккккккккккккккккккккккккккк&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;


    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;Живе Слово 2&lt;/title&gt;
    &lt;style&gt;
        body {
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            height: 100vh;
            font-family: Arial, sans-serif;
        }
        .container {
            display: flex;
            flex: 1;
            overflow: hidden;
        }
        .column {
            overflow-y: auto;
            border: 1px solid #ccc;
            padding: 10px;
            height: 100%;
        }
        #col1 {
            flex: 2; /* 50% */
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(to bottom, #e6d4f0, #ffffff);
        }
        .text-box {
            background: linear-gradient(to bottom, #ffeb3b, #ffffff);
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            color: #d32f2f;
            width: 80%;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        #col2 {
            flex: 1; /* 25% */
            background-color: #ffffff;
            padding: 20px;
            font-size: 16px;
            line-height: 1.5;
        }
        #col3 {
            flex: 1; /* 25% */
            background-color: #4caf50;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 10px;
        }
        .dropdown {
            width: 100%;
            margin-bottom: 10px;
            padding: 5px;
        }
        .table-box {
            width: 90%;
            background: white;
            padding: 10px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            text-align: center;
        }
        .buttons-container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 5px;
            width: 100%;
            padding: 10px;
        }
        .button {
            padding: 10px;
            border: none;
            background-color: #007bff;
            color: white;
            border-radius: 5px;
            cursor: pointer;
            text-align: center;
            font-size: 14px;
        }
        .button:hover {
            background-color: #0056b3;
        }
    &lt;/style&gt;


    &lt;div class=&quot;container&quot;&gt;
        &lt;div class=&quot;column&quot; id=&quot;col1&quot;&gt; 
            &lt;div class=&quot;text-box&quot; id=&quot;dynamic-text&quot;&gt;
                &lt;h2 id=&quot;text-title&quot;&gt;Звукона&lt;/h2&gt;
                &lt;p id=&quot;text-content&quot;&gt;Виберіть цифру у правій колонці, щоб відобразити текст.&lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;column&quot; id=&quot;col2&quot;&gt; 
            &lt;h2&gt;УНІВЕРСАЛЬНА ФОРМА №1&lt;/h2&gt;
            &lt;p&gt;&lt;b&gt;1. Освячення особистого Простору:&lt;/b&gt;&lt;/p&gt;
            &lt;p&gt;а) На Простір попереду мене розміщую цифрони (прочитати цифрони послідовно від 1 до 100-8).&lt;/p&gt;
            &lt;p&gt;б) На Простір позаду мене розміщую звукони (прочитати звукони послідовно від Аоль до Яоль).&lt;/p&gt;
            &lt;p&gt;в) На Простір ліворуч мене розміщую цифрони (прочитати послідовно цифрони від 101 до 200).&lt;/p&gt;
            &lt;p&gt;г) На Простір праворуч мене розміщую звукони (прочитати послідовно звукони від Аоль до Яоль).&lt;/p&gt;
        &lt;/div&gt;
        &lt;div class=&quot;column&quot; id=&quot;col3&quot;&gt; 
            &lt;select class=&quot;dropdown&quot; id=&quot;table-selector&quot; onchange=&quot;changeTable()&quot;&gt;
                &lt;option value=&quot;numbers&quot;&gt;Цифрони&lt;/option&gt;
                &lt;option value=&quot;letters&quot;&gt;Звукони&lt;/option&gt;
            &lt;/select&gt;
            &lt;div class=&quot;table-box&quot; id=&quot;numbers&quot;&gt;
                &lt;h3&gt;Цифрони&lt;/h3&gt;
                &lt;div class=&quot;buttons-container&quot;&gt;
                    &lt;script&gt;
                        for(let i = 1; i &lt;= 33; i++) {
                            document.write(`&lt;button class=&#039;button&#039; onclick=&#039;showText(${i})&#039;&gt;${i}&lt;/button&gt;`);
                        }
                    &lt;/script&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;table-box&quot; id=&quot;letters&quot; style=&quot;display:none;&quot;&gt;
                &lt;h3&gt;Звукони&lt;/h3&gt;
                &lt;div class=&quot;buttons-container&quot;&gt;
                    &lt;script&gt;
                        for(let i = 0; i &lt; 33; i++) {
                            document.write(`&lt;button class=&#039;button&#039;&gt;${String.fromCharCode(1040 + i)}&lt;/button&gt;`);
                        }
                    &lt;/script&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
    &lt;footer&gt;
        &lt;p&gt;Футер: тут може бути додаткова інформація&lt;/p&gt;
    &lt;/footer&gt;
    
    &lt;script&gt;
        function changeTable() {
            let selector = document.getElementById(&#039;table-selector&#039;).value;
            document.getElementById(&#039;numbers&#039;).style.display = selector === &#039;numbers&#039; ? &#039;block&#039; : &#039;none&#039;;
            document.getElementById(&#039;letters&#039;).style.display = selector === &#039;letters&#039; ? &#039;block&#039; : &#039;none&#039;;
        }
    &lt;/script&gt;</description>
            </item>
                    <item>
                <title></title>
                <link>http://veselkova-kramnicja.mozello.com/blogwp/params/post/4884379/page</link>
                <pubDate>Mon, 17 Mar 2025 11:16:00 +0000</pubDate>
                <description>ааааааааааааааааааааааааа&lt;hr class=&quot;moze-more-divider&quot;&gt;&lt;p&gt;пппппппппппппппппп&lt;/p&gt;



    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;Живе Слово 2&lt;/title&gt;
    &lt;style&gt;
        body {
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            height: 100vh;
            font-family: Arial, sans-serif;
        }
        .container {
            display: flex;
            flex: 1;
            overflow: hidden;
        }
        .column {
            overflow-y: auto;
            border: 1px solid #ccc;
            padding: 10px;
            height: 100%;
        }
        #col1 {
            flex: 2; /* 50% */
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(to bottom, #e6d4f0, #ffffff);
        }
        .text-box {
            background: linear-gradient(to bottom, #ffeb3b, #ffffff);
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            color: #d32f2f;
            width: 80%;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        #col2 {
            flex: 1; /* 25% */
            background-color: #ffffff;
            padding: 20px;
            font-size: 16px;
            line-height: 1.5;
        }
        #col3 {
            flex: 1; /* 25% */
            background-color: #4caf50;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 10px;
        }
        .dropdown {
            width: 100%;
            margin-bottom: 10px;
            padding: 5px;
        }
        .table-box {
            width: 90%;
            background: white;
            padding: 10px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            text-align: center;
        }
        .buttons-container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 5px;
            width: 100%;
            padding: 10px;
        }
        .button {
            padding: 10px;
            border: none;
            background-color: #007bff;
            color: white;
            border-radius: 5px;
            cursor: pointer;
            text-align: center;
            font-size: 14px;
        }
        .button:hover {
            background-color: #0056b3;
        }
    &lt;/style&gt;


    &lt;div class=&quot;container&quot;&gt;
        &lt;div class=&quot;column&quot; id=&quot;col1&quot;&gt; 
            &lt;div class=&quot;text-box&quot; id=&quot;dynamic-text&quot;&gt;
                &lt;h2 id=&quot;text-title&quot;&gt;Звукона&lt;/h2&gt;
                &lt;p id=&quot;text-content&quot;&gt;Виберіть цифру у правій колонці, щоб відобразити текст.&lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;column&quot; id=&quot;col2&quot;&gt; 
            &lt;select class=&quot;dropdown&quot; id=&quot;form-selector&quot; onchange=&quot;changeForm()&quot;&gt;
                &lt;option value=&quot;form1&quot;&gt;Універсальна Форма №1&lt;/option&gt;
                &lt;option value=&quot;form2&quot;&gt;Універсальна Форма №2&lt;/option&gt;
                &lt;option value=&quot;form3&quot;&gt;Універсальна Форма №3&lt;/option&gt;
                &lt;option value=&quot;form4&quot;&gt;Універсальна Форма №4&lt;/option&gt;
            &lt;/select&gt;
            &lt;div id=&quot;instructions&quot;&gt;
                &lt;h2&gt;УНІВЕРСАЛЬНА ФОРМА №1&lt;/h2&gt;
                &lt;p&gt;1. Освячення особистого Простору:&lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;column&quot; id=&quot;col3&quot;&gt; 
            &lt;select class=&quot;dropdown&quot; id=&quot;table-selector&quot; onchange=&quot;changeTable()&quot;&gt;
                &lt;option value=&quot;numbers&quot;&gt;Цифрони&lt;/option&gt;
                &lt;option value=&quot;letters&quot;&gt;Звукони&lt;/option&gt;
            &lt;/select&gt;
            &lt;div class=&quot;table-box&quot; id=&quot;numbers&quot;&gt;
                &lt;h3&gt;Цифрони&lt;/h3&gt;
                &lt;div class=&quot;buttons-container&quot;&gt;
                    &lt;script&gt;
                        for(let i = 1; i &lt;= 33; i++) {
                            document.write(`&lt;button class=&#039;button&#039; onclick=&#039;showText(${i})&#039;&gt;${i}&lt;/button&gt;`);
                        }
                    &lt;/script&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;table-box&quot; id=&quot;letters&quot; style=&quot;display:none;&quot;&gt;
                &lt;h3&gt;Звукони&lt;/h3&gt;
                &lt;div class=&quot;buttons-container&quot;&gt;
                    &lt;script&gt;
                        for(let i = 0; i &lt; 33; i++) {
                            document.write(`&lt;button class=&#039;button&#039;&gt;${String.fromCharCode(1040 + i)}&lt;/button&gt;`);
                        }
                    &lt;/script&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
    &lt;footer&gt;
        &lt;p&gt;Футер: тут може бути додаткова інформація&lt;/p&gt;
    &lt;/footer&gt;
    
    &lt;script&gt;
        function changeTable() {
            let selector = document.getElementById(&#039;table-selector&#039;).value;
            document.getElementById(&#039;numbers&#039;).style.display = selector === &#039;numbers&#039; ? &#039;block&#039; : &#039;none&#039;;
            document.getElementById(&#039;letters&#039;).style.display = selector === &#039;letters&#039; ? &#039;block&#039; : &#039;none&#039;;
        }
    &lt;/script&gt;</description>
            </item>
                    <item>
                <title>жс5</title>
                <link>http://veselkova-kramnicja.mozello.com/blogwp/params/post/4884358/zhs5</link>
                <pubDate>Mon, 17 Mar 2025 11:10:00 +0000</pubDate>
                <description>кккккккккккккккккккк&lt;hr class=&quot;moze-more-divider&quot;&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;ааааааааааааааааааа&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;



    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;Живе Слово 2&lt;/title&gt;
    &lt;style&gt;
        body {
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            height: 100vh;
            font-family: Arial, sans-serif;
        }
        .container {
            display: flex;
            flex: 1;
            overflow: hidden;
        }
        .column {
            overflow-y: auto;
            border: 1px solid #ccc;
            padding: 10px;
            height: 100%;
        }
        #col1 {
            flex: 2; /* 50% */
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(to bottom, #e6d4f0, #ffffff);
        }
        .text-box {
            background: linear-gradient(to bottom, #ffeb3b, #ffffff);
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            color: #d32f2f;
            width: 80%;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        #col2 {
            flex: 1; /* 25% */
            background-color: #ffffff;
            padding: 20px;
            font-size: 16px;
            line-height: 1.5;
        }
        #col3 {
            flex: 1; /* 25% */
            background-color: #4caf50;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 10px;
        }
        .dropdown {
            width: 100%;
            margin-bottom: 10px;
        }
        .table-box {
            width: 90%;
            background: white;
            padding: 10px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            text-align: center;
        }
        .buttons-container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 5px;
            width: 100%;
            padding: 10px;
        }
        .button {
            padding: 5px;
            border: none;
            background-color: #007bff;
            color: white;
            border-radius: 5px;
            cursor: pointer;
            text-align: center;
            font-size: 14px;
        }
        .button:hover {
            background-color: #0056b3;
        }
    &lt;/style&gt;


    &lt;div class=&quot;container&quot;&gt;
        &lt;div class=&quot;column&quot; id=&quot;col1&quot;&gt; 
            &lt;div class=&quot;text-box&quot; id=&quot;dynamic-text&quot;&gt;
                &lt;h2 id=&quot;text-title&quot;&gt;Звукона&lt;/h2&gt;
                &lt;p id=&quot;text-content&quot;&gt;Виберіть цифру у правій колонці, щоб відобразити текст.&lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;column&quot; id=&quot;col2&quot;&gt; 
            &lt;select class=&quot;dropdown&quot; id=&quot;form-selector&quot; onchange=&quot;changeForm()&quot;&gt;
                &lt;option value=&quot;form1&quot;&gt;Універсальна Форма №1&lt;/option&gt;
                &lt;option value=&quot;form2&quot;&gt;Універсальна Форма №2&lt;/option&gt;
                &lt;option value=&quot;form3&quot;&gt;Універсальна Форма №3&lt;/option&gt;
                &lt;option value=&quot;form4&quot;&gt;Універсальна Форма №4&lt;/option&gt;
            &lt;/select&gt;
            &lt;div id=&quot;instructions&quot;&gt;
                &lt;h2&gt;УНІВЕРСАЛЬНА ФОРМА №1&lt;/h2&gt;
                &lt;p&gt;1. Освячення особистого Простору:&lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;column&quot; id=&quot;col3&quot;&gt; 
            &lt;select class=&quot;dropdown&quot; id=&quot;table-selector&quot; onchange=&quot;changeTable()&quot;&gt;
                &lt;option value=&quot;numbers&quot;&gt;Цифрони&lt;/option&gt;
                &lt;option value=&quot;letters&quot;&gt;Звукони&lt;/option&gt;
            &lt;/select&gt;
            &lt;div class=&quot;table-box&quot; id=&quot;numbers&quot;&gt;
                &lt;h3&gt;Цифрони 0 - 111&lt;/h3&gt;
                &lt;div class=&quot;buttons-container&quot;&gt;
                    &quot; + &quot;&quot;.join([f&#039;&lt;button class=&quot;button&quot; onclick=&quot;showText({i})&quot;&gt;{i}&lt;/button&gt;&#039; for i in range(1, 34)]) + &quot;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;table-box&quot; id=&quot;letters&quot; style=&quot;display:none;&quot;&gt;
                &lt;h3&gt;Звукони&lt;/h3&gt;
                &lt;div class=&quot;buttons-container&quot;&gt;
                    &quot; + &quot;&quot;.join([f&#039;&lt;button class=&quot;button&quot;&gt;{chr(1040 + i)}&lt;/button&gt;&#039; for i in range(33)]) + &quot;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
    &lt;footer&gt;
        &lt;p&gt;Футер: тут може бути додаткова інформація&lt;/p&gt;
    &lt;/footer&gt;
    
    &lt;script&gt;
        function changeTable() {
            let selector = document.getElementById(&#039;table-selector&#039;).value;
            document.getElementById(&#039;numbers&#039;).style.display = selector === &#039;numbers&#039; ? &#039;block&#039; : &#039;none&#039;;
            document.getElementById(&#039;letters&#039;).style.display = selector === &#039;letters&#039; ? &#039;block&#039; : &#039;none&#039;;
        }
    &lt;/script&gt;</description>
            </item>
                    <item>
                <title>жс6</title>
                <link>http://veselkova-kramnicja.mozello.com/blogwp/params/post/4884314/zhs6</link>
                <pubDate>Mon, 17 Mar 2025 10:55:00 +0000</pubDate>
                <description>рррррррррррррррррррррррр&lt;hr class=&quot;moze-more-divider&quot;&gt;&lt;p&gt;ррррррррррррррррррррррр&lt;/p&gt;



    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;Живе Слово 2&lt;/title&gt;
    &lt;style&gt;
        body {
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            height: 100vh;
            font-family: Arial, sans-serif;
        }
        .container {
            display: flex;
            flex: 1;
            overflow: hidden;
        }
        .column {
            overflow-y: auto;
            border: 1px solid #ccc;
            padding: 10px;
            height: 100%;
        }
        #col1 {
            flex: 2; /* 50% */
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(to bottom, #e6d4f0, #ffffff);
        }
        .text-box {
            background: linear-gradient(to bottom, #ffeb3b, #ffffff);
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            color: #d32f2f;
            width: 80%;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        #col2 {
            flex: 1; /* 25% */
            background-color: #ffffff;
            padding: 20px;
            font-size: 16px;
            line-height: 1.5;
        }
        #col3 {
            flex: 1; /* 25% */
            background-color: #4caf50;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 10px;
        }
        .dropdown {
            width: 100%;
            margin-bottom: 10px;
        }
        .table-box {
            width: 90%;
            background: white;
            padding: 10px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            text-align: center;
        }
        table {
            width: 100%;
            border-collapse: collapse;
        }
        td {
            border: 1px solid #000;
            padding: 10px;
            text-align: center;
            font-size: 18px;
            color: #000;
            cursor: pointer;
        }
        td:hover {
            background-color: #ddd;
        }
    &lt;/style&gt;


    &lt;div class=&quot;container&quot;&gt;
        &lt;div class=&quot;column&quot; id=&quot;col1&quot;&gt; 
            &lt;div class=&quot;text-box&quot; id=&quot;dynamic-text&quot;&gt;
                &lt;h2 id=&quot;text-title&quot;&gt;Звукона&lt;/h2&gt;
                &lt;p id=&quot;text-content&quot;&gt;Виберіть цифру у правій колонці, щоб відобразити текст.&lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;column&quot; id=&quot;col2&quot;&gt; 
            &lt;select class=&quot;dropdown&quot; id=&quot;form-selector&quot; onchange=&quot;changeForm()&quot;&gt;
                &lt;option value=&quot;form1&quot;&gt;Універсальна Форма №1&lt;/option&gt;
                &lt;option value=&quot;form2&quot;&gt;Універсальна Форма №2&lt;/option&gt;
                &lt;option value=&quot;form3&quot;&gt;Універсальна Форма №3&lt;/option&gt;
                &lt;option value=&quot;form4&quot;&gt;Універсальна Форма №4&lt;/option&gt;
            &lt;/select&gt;
            &lt;div id=&quot;instructions&quot;&gt;
                &lt;h2&gt;УНІВЕРСАЛЬНА ФОРМА №1&lt;/h2&gt;
                &lt;p&gt;1. Освячення особистого Простору:&lt;/p&gt;
                &lt;p&gt;а) На Простір попереду мене розміщую цифрони...&lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;column&quot; id=&quot;col3&quot;&gt; 
            &lt;div class=&quot;table-box&quot;&gt;
                &lt;h3&gt;Цифрони 0 - 111&lt;/h3&gt;
                &lt;table&gt;
                    &lt;tbody&gt;
                        &lt;tr&gt;&lt;td onclick=&quot;showText(1)&quot;&gt;1&lt;/td&gt;&lt;td onclick=&quot;showText(2)&quot;&gt;2&lt;/td&gt;&lt;td onclick=&quot;showText(3)&quot;&gt;3&lt;/td&gt;&lt;td onclick=&quot;showText(4)&quot;&gt;4&lt;/td&gt;&lt;td onclick=&quot;showText(5)&quot;&gt;5&lt;/td&gt;&lt;/tr&gt;
                        &lt;tr&gt;&lt;td onclick=&quot;showText(6)&quot;&gt;6&lt;/td&gt;&lt;td onclick=&quot;showText(7)&quot;&gt;7&lt;/td&gt;&lt;td onclick=&quot;showText(8)&quot;&gt;8&lt;/td&gt;&lt;td onclick=&quot;showText(9)&quot;&gt;9&lt;/td&gt;&lt;td onclick=&quot;showText(10)&quot;&gt;10&lt;/td&gt;&lt;/tr&gt;
                    &lt;/tbody&gt;
                &lt;/table&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
    &lt;footer&gt;
        &lt;p&gt;Футер: тут може бути додаткова інформація&lt;/p&gt;
    &lt;/footer&gt;
    
    &lt;script&gt;
        function showText(number) {
            const textBox = document.getElementById(&#039;dynamic-text&#039;);
            const title = document.getElementById(&#039;text-title&#039;);
            const content = document.getElementById(&#039;text-content&#039;);
            
            const texts = {
                1: { title: &quot;Звукона 1&quot;, content: &quot;Авангард авіації, Арена, Активно анулює...&quot; },
                2: { title: &quot;Звукона 2&quot;, content: &quot;Акордний акцент, Адаптує, Актуальність...&quot; },
                3: { title: &quot;Звукона 3&quot;, content: &quot;Абетки, Апофеоз! Аль - Аоль - Аль&quot; }
            };
            
            if (texts[number]) {
                title.textContent = texts[number].title;
                content.textContent = texts[number].content;
                textBox.style.display = &#039;block&#039;;
            }
        }

        function changeForm() {
            const selector = document.getElementById(&#039;form-selector&#039;);
            const instructions = document.getElementById(&#039;instructions&#039;);
            
            const forms = {
                &quot;form1&quot;: &quot;&lt;h2&gt;УНІВЕРСАЛЬНА ФОРМА №1&lt;/h2&gt;&lt;p&gt;1. Освячення особистого Простору:...&lt;/p&gt;&quot;,
                &quot;form2&quot;: &quot;&lt;h2&gt;УНІВЕРСАЛЬНА ФОРМА №2&lt;/h2&gt;&lt;p&gt;Прізвище, ім’я, по батькові прочитати через звукони...&lt;/p&gt;&quot;,
                &quot;form3&quot;: &quot;&lt;h2&gt;УНІВЕРСАЛЬНА ФОРМА №3&lt;/h2&gt;&lt;p&gt;Страва для мозку, Прочитати цифрони...&lt;/p&gt;&quot;,
                &quot;form4&quot;: &quot;&lt;h2&gt;УНІВЕРСАЛЬНА ФОРМА №4&lt;/h2&gt;&lt;p&gt;Прочитати через звукони...&lt;/p&gt;&quot;
            };
            
            instructions.innerHTML = forms[selector.value];
        }
    &lt;/script&gt;</description>
            </item>
                    <item>
                <title>жс4</title>
                <link>http://veselkova-kramnicja.mozello.com/blogwp/params/post/4884291/zhs4</link>
                <pubDate>Mon, 17 Mar 2025 10:48:00 +0000</pubDate>
                <description>ррррррррррррррррррррр&lt;hr class=&quot;moze-more-divider&quot;&gt;&lt;p&gt;ооооооооооооооо&lt;/p&gt;



    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;Живе Слово 2&lt;/title&gt;
    &lt;style&gt;
        body {
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            height: 100vh;
            font-family: Arial, sans-serif;
        }
        .container {
            display: flex;
            flex: 1;
            overflow: hidden;
        }
        .column {
            overflow-y: auto;
            border: 1px solid #ccc;
            padding: 10px;
            height: 100%;
        }
        #col1 {
            flex: 2; /* 50% */
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(to bottom, #e6d4f0, #ffffff);
        }
        .text-box {
            background: linear-gradient(to bottom, #ffeb3b, #ffffff);
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            color: #d32f2f;
            width: 80%;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        #dynamic-text {
            display: none;
        }
        #col2 {
            flex: 1; /* 25% */
            background-color: #ffffff;
            padding: 20px;
            font-size: 16px;
            line-height: 1.5;
        }
        #col3 {
            flex: 1; /* 25% */
            background-color: #4caf50;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 10px;
        }
        .table-box {
            width: 90%;
            background: white;
            padding: 10px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            text-align: center;
        }
        table {
            width: 100%;
            border-collapse: collapse;
        }
        td {
            border: 1px solid #000;
            padding: 10px;
            text-align: center;
            font-size: 18px;
            color: #000;
            cursor: pointer;
        }
        td:hover {
            background-color: #ddd;
        }
    &lt;/style&gt;


    &lt;div class=&quot;container&quot;&gt;
        &lt;div class=&quot;column&quot; id=&quot;col1&quot;&gt; 
            &lt;div class=&quot;text-box&quot; id=&quot;dynamic-text&quot;&gt;
                &lt;h2 id=&quot;text-title&quot;&gt;Звукона&lt;/h2&gt;
                &lt;p id=&quot;text-content&quot;&gt;Виберіть цифру у правій колонці, щоб відобразити текст.&lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;column&quot; id=&quot;col2&quot;&gt; 
            &lt;h2&gt;УНІВЕРСАЛЬНА ФОРМА №1&lt;/h2&gt;
            &lt;p&gt;1. Освячення особистого Простору:&lt;/p&gt;
            &lt;p&gt;а) На Простір попереду мене розміщую цифрони...&lt;/p&gt;
        &lt;/div&gt;
        &lt;div class=&quot;column&quot; id=&quot;col3&quot;&gt; 
            &lt;div class=&quot;table-box&quot;&gt;
                &lt;h3&gt;Цифрони 0 - 111&lt;/h3&gt;
                &lt;table&gt;
                    &lt;tbody&gt;
                        &lt;tr&gt;&lt;td onclick=&quot;showText(1)&quot;&gt;1&lt;/td&gt;&lt;td onclick=&quot;showText(2)&quot;&gt;2&lt;/td&gt;&lt;td onclick=&quot;showText(3)&quot;&gt;3&lt;/td&gt;&lt;td onclick=&quot;showText(4)&quot;&gt;4&lt;/td&gt;&lt;td onclick=&quot;showText(5)&quot;&gt;5&lt;/td&gt;&lt;/tr&gt;
                        &lt;tr&gt;&lt;td onclick=&quot;showText(6)&quot;&gt;6&lt;/td&gt;&lt;td onclick=&quot;showText(7)&quot;&gt;7&lt;/td&gt;&lt;td onclick=&quot;showText(8)&quot;&gt;8&lt;/td&gt;&lt;td onclick=&quot;showText(9)&quot;&gt;9&lt;/td&gt;&lt;td onclick=&quot;showText(10)&quot;&gt;10&lt;/td&gt;&lt;/tr&gt;
                    &lt;/tbody&gt;
                &lt;/table&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
    &lt;footer&gt;
        &lt;p&gt;Футер: тут може бути додаткова інформація&lt;/p&gt;
    &lt;/footer&gt;
    
    &lt;script&gt;
        function showText(number) {
            const textBox = document.getElementById(&#039;dynamic-text&#039;);
            const title = document.getElementById(&#039;text-title&#039;);
            const content = document.getElementById(&#039;text-content&#039;);
            
            const texts = {
                1: { title: &quot;Звукона 1&quot;, content: &quot;Авангард авіації, Арена, Активно анулює...&quot; },
                2: { title: &quot;Звукона 2&quot;, content: &quot;Акордний акцент, Адаптує, Актуальність...&quot; },
                3: { title: &quot;Звукона 3&quot;, content: &quot;Абетки, Апофеоз! Аль - Аоль - Аль&quot; },
                4: { title: &quot;Звукона 4&quot;, content: &quot;Додатковий текст для цифри 4...&quot; },
                5: { title: &quot;Звукона 5&quot;, content: &quot;Додатковий текст для цифри 5...&quot; }
            };
            
            if (texts[number]) {
                title.textContent = texts[number].title;
                content.textContent = texts[number].content;
                textBox.style.display = &#039;block&#039;;
            }
        }
    &lt;/script&gt;</description>
            </item>
                    <item>
                <title>жс3</title>
                <link>http://veselkova-kramnicja.mozello.com/blogwp/params/post/4884250/zhs3</link>
                <pubDate>Mon, 17 Mar 2025 10:32:00 +0000</pubDate>
                <description>&lt;div&gt;оооооооооооооооооооо&lt;hr class=&quot;moze-more-divider&quot;&gt;&lt;p&gt;сссссссссссссссссссс&lt;/p&gt;&lt;/div&gt;



    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;Живе Слово 2&lt;/title&gt;
    &lt;style&gt;
        body {
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            height: 100vh;
            font-family: Arial, sans-serif;
        }
        .container {
            display: flex;
            flex: 1;
            overflow: hidden;
        }
        .column {
            overflow-y: auto;
            border: 1px solid #ccc;
            padding: 10px;
            height: 100%;
        }
        #col1 {
            flex: 2; /* 50% */
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(to bottom, #e6d4f0, #ffffff);
        }
        .text-box {
            background: linear-gradient(to bottom, #ffeb3b, #ffffff);
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            color: #d32f2f;
            width: 80%;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        #col2 {
            flex: 1; /* 25% */
            background-color: #ffffff;
            padding: 20px;
            font-size: 16px;
            line-height: 1.5;
        }
        #col3 {
            flex: 1; /* 25% */
            background-color: #4caf50;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 10px;
        }
        .image-container {
            width: 100%;
            text-align: center;
            margin-bottom: 10px;
        }
        .image-container img {
            width: 80%;
            border-radius: 10px;
        }
        .table-box {
            width: 90%;
            background: white;
            padding: 10px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            text-align: center;
        }
        table {
            width: 100%;
            border-collapse: collapse;
        }
        td {
            border: 1px solid #000;
            padding: 10px;
            text-align: center;
            font-size: 18px;
            color: #000;
        }
    &lt;/style&gt;


    &lt;div class=&quot;container&quot;&gt;
        &lt;div class=&quot;column&quot; id=&quot;col1&quot;&gt; 
            &lt;div class=&quot;text-box&quot;&gt;
                &lt;h2&gt;Звукона Аоль&lt;/h2&gt;
                &lt;h3&gt;(Ц-1)&lt;/h3&gt;
                &lt;p&gt;Авангард авіації :&lt;br&gt;Арена&lt;br&gt;Активно анулює,&lt;br&gt;Акордний акцент&lt;br&gt;Адаптує&lt;br&gt;Актуальність&lt;br&gt;Абетки.&lt;br&gt;Апофеоз !&lt;/p&gt;
                &lt;p&gt;Аль - Аоль - Аль&lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;column&quot; id=&quot;col2&quot;&gt; 
            &lt;h2&gt;УНІВЕРСАЛЬНА ФОРМА №1&lt;/h2&gt;
            &lt;p&gt;1. Освячення особистого Простору:&lt;/p&gt;
            &lt;p&gt;а) На Простір попереду мене розміщую цифрони (прочитати цифрони послідовно від 1 до 100-8)&lt;/p&gt;
            &lt;p&gt;б) На Простір позаду мене розміщую звукони (прочитати звукони послідовно від Аоль до Яоль)&lt;/p&gt;
            &lt;p&gt;в) На Простір ліворуч мене розміщую цифрони (прочитати послідовно цифрони від ...)&lt;/p&gt;
        &lt;/div&gt;
        &lt;div class=&quot;column&quot; id=&quot;col3&quot;&gt; 
            &lt;div class=&quot;image-container&quot;&gt;
                &lt;img src=&quot;person.png&quot; alt=&quot;Людина із книгою&quot;&gt;
            &lt;/div&gt;
            &lt;div class=&quot;table-box&quot;&gt;
                &lt;h3&gt;Цифрони 0 - 111&lt;/h3&gt;
                &lt;table&gt;
                    &lt;tbody&gt;
                        &lt;tr&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;3&lt;/td&gt;&lt;td&gt;4&lt;/td&gt;&lt;td&gt;5&lt;/td&gt;&lt;/tr&gt;
                        &lt;tr&gt;&lt;td&gt;6&lt;/td&gt;&lt;td&gt;7&lt;/td&gt;&lt;td&gt;8&lt;/td&gt;&lt;td&gt;9&lt;/td&gt;&lt;td&gt;10&lt;/td&gt;&lt;/tr&gt;
                        &lt;tr&gt;&lt;td&gt;11&lt;/td&gt;&lt;td&gt;12&lt;/td&gt;&lt;td&gt;13&lt;/td&gt;&lt;td&gt;14&lt;/td&gt;&lt;td&gt;15&lt;/td&gt;&lt;/tr&gt;
                        &lt;tr&gt;&lt;td&gt;16&lt;/td&gt;&lt;td&gt;17&lt;/td&gt;&lt;td&gt;18&lt;/td&gt;&lt;td&gt;19&lt;/td&gt;&lt;td&gt;20&lt;/td&gt;&lt;/tr&gt;
                        &lt;tr&gt;&lt;td&gt;21&lt;/td&gt;&lt;td&gt;22&lt;/td&gt;&lt;td&gt;23&lt;/td&gt;&lt;td&gt;24&lt;/td&gt;&lt;td&gt;25&lt;/td&gt;&lt;/tr&gt;
                        &lt;tr&gt;&lt;td&gt;101&lt;/td&gt;&lt;td&gt;102&lt;/td&gt;&lt;td&gt;103&lt;/td&gt;&lt;td&gt;104&lt;/td&gt;&lt;td&gt;105&lt;/td&gt;&lt;/tr&gt;
                        &lt;tr&gt;&lt;td&gt;106&lt;/td&gt;&lt;td&gt;107&lt;/td&gt;&lt;td&gt;108&lt;/td&gt;&lt;td&gt;109&lt;/td&gt;&lt;td&gt;110&lt;/td&gt;&lt;/tr&gt;
                    &lt;/tbody&gt;
                &lt;/table&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
    &lt;footer&gt;
        &lt;p&gt;Футер: тут може бути додаткова інформація&lt;/p&gt;
    &lt;/footer&gt;</description>
            </item>
                    <item>
                <title>жс1</title>
                <link>http://veselkova-kramnicja.mozello.com/blogwp/params/post/4884081/zhs1</link>
                <pubDate>Mon, 17 Mar 2025 09:37:00 +0000</pubDate>
                <description>ннннннннннннннн
&lt;hr class=&quot;moze-more-divider&quot;&gt;&lt;p&gt;яяяяяяяяяяяяяяя&lt;/p&gt;


    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;Живе Слово 2&lt;/title&gt;
    &lt;style&gt;
        body {
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            height: 100vh;
            font-family: Arial, sans-serif;
        }
        .container {
            display: flex;
            flex: 1;
            overflow: hidden;
        }
        .column {
            overflow-y: auto;
            border: 1px solid #ccc;
            padding: 10px;
            height: 100%;
        }
        #col1 {
            flex: 2; /* 50% */
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #f0f0f0;
        }
        #col2 {
            flex: 1; /* 25% */
            background-color: #e0e0e0;
        }
        #col3 {
            flex: 1; /* 25% */
            background-color: #d0d0d0;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .box {
            width: 90%;
            border: 2px solid #007bff;
            border-radius: 10px;
            padding: 15px;
            margin: 10px 0;
            background-color: #ffffff;
            text-align: center;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
        }
        .buttons-container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 5px;
            width: 100%;
            padding: 10px;
        }
        .button {
            padding: 10px;
            border: none;
            background-color: #007bff;
            color: white;
            border-radius: 5px;
            cursor: pointer;
            text-align: center;
        }
        .button:hover {
            background-color: #0056b3;
        }
        #image-container {
            text-align: center;
            width: 100%;
        }
        #image-container img {
            max-width: 100%;
            height: auto;
            display: none;
        }
        footer {
            text-align: center;
            padding: 10px;
            background: #b0b0b0;
            flex-shrink: 0;
        }
    &lt;/style&gt;


    &lt;div class=&quot;container&quot;&gt;
        &lt;div class=&quot;column&quot; id=&quot;col1&quot;&gt; 
            &lt;div id=&quot;image-container&quot;&gt;
                &lt;img id=&quot;displayed-image&quot; src=&quot;&quot; alt=&quot;Зображення&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;column&quot; id=&quot;col2&quot;&gt; 
            &lt;h2&gt;Колонка 2&lt;/h2&gt;
            &lt;p&gt;Тут додатковий текст або контент...&lt;/p&gt;
        &lt;/div&gt;
        &lt;div class=&quot;column&quot; id=&quot;col3&quot;&gt; 
            &lt;div class=&quot;box&quot;&gt;
                &lt;h3&gt;Всі кнопки&lt;/h3&gt;
                &lt;div class=&quot;buttons-container&quot;&gt;
                    &quot; + &quot;&quot;.join([f&#039;&lt;button class=&quot;button&quot; onclick=&quot;showImage(&#039;image{i}.jpg&#039;)&quot;&gt;Кнопка {i}&lt;/button&gt;&#039; for i in range(1, 34)]) + &quot;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
    &lt;footer&gt;
        &lt;p&gt;Футер: тут може бути додаткова інформація&lt;/p&gt;
    &lt;/footer&gt;
    
    &lt;script&gt;
        function showImage(imageSrc) {
            const img = document.getElementById(&#039;displayed-image&#039;);
            img.src = imageSrc;
            img.style.display = &#039;block&#039;;
        }
    &lt;/script&gt;</description>
            </item>
            </channel>
</rss>