Widget:Test: mudanças entre as edições

Ir para navegação Ir para pesquisar
sem sumário de edição
Sem resumo de edição
Etiqueta: Revertido
Sem resumo de edição
Etiqueta: Revertido
Linha 13: Linha 13:
             flex-direction: column;
             flex-direction: column;
             margin-top: -15px;
             margin-top: -15px;
            /* Ajuste este valor conforme necessário para subir o botão */
         }
         }


Linha 33: Linha 32:
         }
         }


.image-container img {
        .image-container img {
    object-fit: cover; /* Mantém a proporção da imagem, cortando se necessário */
            object-fit: cover;
    margin-bottom: 5px;
            margin-bottom: 5px;
}
        }


         .image-info {
         .image-info {
Linha 51: Linha 50:
         #searchButton {
         #searchButton {
             background: none;
             background: none;
            /* Remove o fundo do botão */
             border: none;
             border: none;
            /* Remove a borda do botão */
             padding: 0;
             padding: 0;
            /* Remove o padding do botão */
             cursor: pointer;
             cursor: pointer;
            /* Mostra o cursor de ponteiro ao passar sobre o botão */
             margin-top: 5px;
             margin-top: 5px;
            /* Ajuste a margem superior para subir o botão */
         }
         }


Linha 66: Linha 60:
             border-radius: 12px;
             border-radius: 12px;
             width: auto;
             width: auto;
            /* Garante que a largura se ajuste ao tamanho original da imagem */
             height: auto;
             height: auto;
            /* Garante que a altura se ajuste ao tamanho original da imagem */
         }
         }


Linha 83: Linha 75:
             min-width: 340px;
             min-width: 340px;
             min-height: 270px;
             min-height: 270px;
          }
        }


         .input-group {
         .input-group {
             position: relative;
             position: relative;
             margin: 20px 0;
             margin: 20px 0;
            /* Ajuste a margem para mover o campo para cima */
         }
         }


Linha 94: Linha 85:
             position: absolute;
             position: absolute;
             top: -18px;
             top: -18px;
            /* Eleva o texto para cima */
             background: none;
             background: none;
             padding: 0 5px;
             padding: 0 5px;
Linha 104: Linha 94:
         .maps__select {
         .maps__select {
             width: 100%;
             width: 100%;
            /* Mantém a largura total disponível */
             padding: 10px;
             padding: 10px;
             font-size: 16px;
             font-size: 16px;
Linha 111: Linha 100:
             appearance: none;
             appearance: none;
             background-color: #fff;
             background-color: #fff;
            /* Adiciona um fundo branco */
             box-sizing: border-box;
             box-sizing: border-box;
            /* Inclui o padding e a borda na largura total */
         }
         }


         .input-group input[type="text"] {
         .input-group input[type="text"] {
             width: 100%;
             width: 100%;
            /* Mantém a largura total disponível */
             padding: 10px;
             padding: 10px;
             font-size: 16px;
             font-size: 16px;
Linha 125: Linha 110:
             border: 1px solid #ccc;
             border: 1px solid #ccc;
             box-sizing: border-box;
             box-sizing: border-box;
            /* Inclui o padding e a borda na largura total */
         }
         }


Linha 131: Linha 115:
             position: absolute;
             position: absolute;
             top: -18px;
             top: -18px;
            /* Eleva o texto um pouco mais para cima */
             background: none;
             background: none;
             padding: 0 5px;
             padding: 0 5px;
             font-size: 14px;
             font-size: 14px;
             font-weight: bold;
             font-weight: bold;
            /* Deixa o texto em negrito */
             color: #0d0d0d;
             color: #0d0d0d;
         }
         }
Linha 142: Linha 124:
         .hover-minimize:hover {
         .hover-minimize:hover {
             transform: scale(0.95);
             transform: scale(0.95);
            /* Adiciona um efeito de minimizar ao passar o mouse */
         }
         }


Linha 148: Linha 129:
             display: flex;
             display: flex;
             align-items: center;
             align-items: center;
         }
         }


Linha 155: Linha 135:
             padding: 0;
             padding: 0;
             width: auto;
             width: auto;
            /* Ajusta o tamanho da checkbox conforme necessário */
             height: auto;
             height: auto;
            /* Ajusta o tamanho da checkbox conforme necessário */
            /* Alinha verticalmente a checkbox com o texto */
             vertical-align: middle;
             vertical-align: middle;
         }
         }
Linha 164: Linha 141:
         .filter-label {
         .filter-label {
             margin-left: 10px;
             margin-left: 10px;
            /* Espaço entre a checkbox e o texto */
             font-size: 14px;
             font-size: 14px;
             font-weight: bold;
             font-weight: bold;
             color: #0d0d0d;
             color: #0d0d0d;
             line-height: 1.5;
             line-height: 1.5;
            /* Ajusta a altura da linha para um alinhamento adequado */
         }
         }
     </style>
     </style>
Linha 207: Linha 182:
         <div id="filterSection" class="hidden">
         <div id="filterSection" class="hidden">
             <div id="filterById" class="input-group">
             <div id="filterById" class="input-group">
                 <label for="searchIds" class="mapsCalc__label">Buscar por Nº do Mapa:</label>
                 <label for="searchIds" class="maps__label">Buscar por Nº do Mapa:</label>
                 <input type="text" id="searchIds" placeholder="Digite os números separados por vírgula" class="mapsCalc__select">
                 <input type="text" id="searchIds" placeholder="Digite os números separados por vírgula" class="maps__select">
             </div>
             </div>


             <div id="filterByTag" class="hidden input-group">
             <div id="filterByTag" class="hidden input-group">
                 <label for="searchTag" class="mapsCalc__label">Buscar por Tag:</label>
                 <label for="searchTag" class="maps__label">Buscar por Tag:</label>
                 <input type="text" id="searchTag" placeholder="Digite a tag">
                 <input type="text" id="searchTag" placeholder="Digite a tag">
             </div>
             </div>


             <div class="d-flex justify-center align-center flex-column">
             <div class="d-flex">
                 <button type="button" id="filterButton" class="hover-minimize">
                 <button type="button" id="filterButton" class="hover-minimize">
                     <img src="https://wiki.pokexgames.com/images/8/82/Botao_Filtrar_Mapas_Adv.png" alt="Imagem botão filtrar">
                     <img src="https://wiki.pokexgames.com/images/8/82/Botao_Filtrar_Mapas_Adv.png" alt="Imagem botão filtrar">
Linha 225: Linha 200:
             <!-- As imagens e suas informações serão exibidas aqui -->
             <!-- As imagens e suas informações serão exibidas aqui -->
         </div>
         </div>
<div id="error-message" class="hidden" style="color: red; font-weight: bold; text-align: center;">
        <div id="error-message" class="hidden" style="color: red; font-weight: bold; text-align: center;">
    Por favor, selecione "Tipo de Mapa" e "Local do X" antes de buscar por tag.
            Por favor, selecione "Tipo de Mapa" e "Local do X" antes de buscar por tag.
</div>
        </div>
     </form>
     </form>
     <script>
     <script>
         const specificOptions = {
         const specificOptions = {
Linha 312: Linha 286:
             }
             }
         };
         };
document.getElementById('mapType').addEventListener('change', updateOptions);
        document.getElementById('specificOption').addEventListener('change', updateOptions);
        document.getElementById('enableFilter').addEventListener('change', toggleFilter);
        document.getElementById('filterButton').addEventListener('click', applyFilters);
        document.getElementById('searchTag').addEventListener('input', toggleFilter);


         document.getElementById('enableFilter').addEventListener('change', function () {
         function updateOptions() {
             const filterSection = document.getElementById('filterSection');
            const mapType = document.getElementById('mapType').value;
             if (this.checked) {
            const specificOption = document.getElementById('specificOption').value;
                 filterSection.classList.remove('hidden');
            const specificOptionsDiv = document.getElementById('specificOptions');
             const filterSectionDiv = document.getElementById('filterSection');
            const filterByTagDiv = document.getElementById('filterByTag');
           
             if (mapType) {
                 specificOptionsDiv.classList.remove('hidden');
             } else {
             } else {
                 filterSection.classList.add('hidden');
                 specificOptionsDiv.classList.add('hidden');
                filterSectionDiv.classList.add('hidden');
                document.getElementById('searchTag').value = '';
             }
             }
        });


 
            if (mapType && specificOption) {
        document.getElementById('searchIds').addEventListener('keypress', function (event) {
                filterSectionDiv.classList.remove('hidden');
             if (event.key === 'Enter') {
             } else {
                 event.preventDefault();
                 filterSectionDiv.classList.add('hidden');
                document.getElementById('filterButton').click();
             }
             }
         });
         }
        document.getElementById('mapType').addEventListener('change', function () {
            const selectedMapType = this.value;
            const specificOptionSelect = document.getElementById('specificOption');


            if (selectedMapType) {
        function toggleFilter() {
                specificOptionSelect.innerHTML = '<option value="">Selecione uma opção</option>';
            const isFilterEnabled = document.getElementById('enableFilter').checked;
                const options = Object.keys(specificOptions[selectedMapType]);
            const filterByTagDiv = document.getElementById('filterByTag');
                options.forEach(option => {
            const searchTagInput = document.getElementById('searchTag');
                    specificOptionSelect.innerHTML += `<option value="${option}">${option}</option>`;
           
                });
            if (isFilterEnabled) {
                document.getElementById('specificOptions').classList.remove('hidden');
                filterByTagDiv.classList.remove('hidden');
             } else {
             } else {
                 document.getElementById('specificOptions').classList.add('hidden');
                 filterByTagDiv.classList.add('hidden');
                searchTagInput.value = '';
             }
             }
         });
         }


document.addEventListener('DOMContentLoaded', () => {
        function applyFilters() {
    const filterButton = document.getElementById('filterButton');
            const mapType = document.getElementById('mapType').value;
    const mapTypeSelect = document.getElementById('mapType');
            const specificOption = document.getElementById('specificOption').value;
    const specificOptionSelect = document.getElementById('specificOption');
            const searchIds = document.getElementById('searchIds').value.trim().split(',').map(id => id.trim());
    const errorMessage = document.getElementById('error-message');
            const searchTag = document.getElementById('searchTag').value.trim().toLowerCase();
            const imageContainer = document.getElementById('imageContainer');
            const errorMessage = document.getElementById('error-message');


    filterButton.addEventListener('click', () => {
            imageContainer.innerHTML = '';
        // Limpa a mensagem de erro
            errorMessage.classList.add('hidden');
        errorMessage.classList.add('hidden');


        // Obtém os valores selecionados
            if (searchTag && (!mapType || !specificOption)) {
        const mapType = mapTypeSelect.value;
        const specificOption = specificOptionSelect.value;
 
        // Verifica se a tag foi preenchida e as opções foram selecionadas
        if (!mapType || !specificOption) {
            if (document.getElementById('searchIds').value.trim() !== '') {
                // Exibe a mensagem de erro se tentar filtrar por tag sem selecionar as opções
                 errorMessage.classList.remove('hidden');
                 errorMessage.classList.remove('hidden');
                 return;
                 return;
             }
             }
        }


        // Seu código para filtrar e mostrar as imagens aqui
             let images = [];
        // Exemplo: console.log('Filtrando com', { mapType, specificOption });
             if (mapType && specificOption) {
    });
                 images = specificOptions[mapType][specificOption] || [];
});
                 if (searchIds.length) {
 
                     images = images.filter(item => searchIds.includes(item.id));
        document.getElementById('specificOption').addEventListener('change', function () {
             const selectedMapType = document.getElementById('mapType').value;
            const selectedOption = this.value;
            const imageContainer = document.getElementById('imageContainer');
 
             if (selectedMapType && selectedOption) {
                 const images = specificOptions[selectedMapType][selectedOption];
                let imagesHtml = '';
 
                 if (Array.isArray(images)) {
                     images.forEach(image => {
                        imagesHtml += `
                            <div class="image-item">
                                <img src="${image.imageUrl}" alt="${selectedOption}">
                                <div class="image-info">
                                    <b>Número do Mapa</b>: ${image.id} <br>
                                    <b>Local</b>: ${image.local} <br>
                                    <b>Coordenada</b>: ${image.coordinates}
                                </div>
                            </div>
                        `;
                    });
                } else {
                    imagesHtml = `
                        <div class="image-item">
                            <img src="${images.imageUrl}" alt="${selectedOption}">
                            <div class="image-info">
                                <b>Número do Mapa</b>: ${images.id} <br>
                                <b>Local</b>: ${images.local} <br>
                                <b>Coordenada</b>: ${images.coordinates}
                            </div>
                        </div>
                    `;
                 }
                 }
                 imageContainer.innerHTML = imagesHtml;
                 if (searchTag) {
                imageContainer.classList.remove('hidden');
                    images = images.filter(item => item.tag && item.tag.toLowerCase().includes(searchTag));
            } else {
                imageContainer.classList.add('hidden');
            }
        });
        const enableFilterCheckbox = document.getElementById('enableFilter');
        const filterSection = document.getElementById('filterSection');
        const filterByTag = document.getElementById('filterByTag');
        const searchTagInput = document.getElementById('searchTag');
        const mapTypeSelect = document.getElementById('mapType');
        const specificOptionSelect = document.getElementById('specificOption');
        const imageContainer = document.getElementById('imageContainer');
 
        enableFilterCheckbox.addEventListener('change', () => {
            const isChecked = enableFilterCheckbox.checked;
            filterSection.classList.toggle('hidden', !isChecked);
            filterByTag.classList.toggle('hidden', !isChecked);
        });
 
        document.getElementById('filterButton').addEventListener('click', () => {
            const selectedMapType = mapTypeSelect.value;
            const selectedSpecificOption = specificOptionSelect.value;
            const searchTag = searchTagInput.value.toLowerCase();
 
            const imagesToShow = [];
 
            for (const [mapType, options] of Object.entries(specificOptions)) {
                for (const [option, images] of Object.entries(options)) {
                    if ((selectedMapType === mapType || !selectedMapType) &&
                        (selectedSpecificOption === option || !selectedSpecificOption)) {
                        imagesToShow.push(...images.filter(img => searchTag ? img.tag.toLowerCase() === searchTag : true));
                    }
                 }
                 }
             }
             }


            displayImages(imagesToShow);
             if (images.length) {
        });
                 images.forEach(item => {
 
                     const imageElement = document.createElement('div');
        function displayImages(images) {
                     imageElement.classList.add('image-item');
            imageContainer.innerHTML = '';
                     imageElement.innerHTML = `
 
                         <img src="${item.imageUrl}" alt="Mapa">
             if (images.length === 0) {
                imageContainer.innerHTML = '<p>Nenhuma imagem encontrada.</p>';
            } else {
                 images.forEach(img => {
                     const imgElement = document.createElement('div');
                     imgElement.className = 'image-item';
                     imgElement.innerHTML = `
                         <img src="${img.imageUrl}" alt="Mapa">
                         <div class="image-info">
                         <div class="image-info">
                             <p>ID: ${img.id}</p>
                             <p>ID: ${item.id}</p>
                             <p>Local: ${img.local}</p>
                             <p>Local: ${item.local}</p>
                             <p>Coordenadas: ${img.coordinates}</p>
                             <p>Coordenadas: ${item.coordinates}</p>
                         </div>
                         </div>
                     `;
                     `;
                     imageContainer.appendChild(imgElement);
                     imageContainer.appendChild(imageElement);
                 });
                 });
                 imageContainer.classList.remove('hidden');
                 imageContainer.classList.remove('hidden');
            } else {
                imageContainer.classList.add('hidden');
                errorMessage.classList.remove('hidden');
             }
             }
         }
         }
     </script>
     </script>
</body>
</body>
</html>
</html>
5 667

edições

Menu de navegação