5 667
edições
Sem resumo de edição |
Sem resumo de edição |
||
Linha 13: | Linha 13: | ||
flex-direction: column; | flex-direction: column; | ||
margin-top: -15px; | margin-top: -15px; | ||
} | } | ||
Linha 33: | Linha 32: | ||
} | } | ||
.image-container img { | .image-container img { | ||
object-fit: cover; | |||
margin-bottom: 5px; | |||
} | } | ||
.image-info { | .image-info { | ||
Linha 51: | Linha 50: | ||
#searchButton { | #searchButton { | ||
background: none; | background: none; | ||
border: none; | border: none; | ||
padding: 0; | padding: 0; | ||
cursor: pointer; | cursor: pointer; | ||
margin-top: 5px; | margin-top: 5px; | ||
} | } | ||
Linha 66: | Linha 60: | ||
border-radius: 12px; | border-radius: 12px; | ||
width: auto; | width: auto; | ||
height: auto; | height: auto; | ||
} | } | ||
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; | ||
} | } | ||
Linha 94: | Linha 85: | ||
position: absolute; | position: absolute; | ||
top: -18px; | top: -18px; | ||
background: none; | background: none; | ||
padding: 0 5px; | padding: 0 5px; | ||
Linha 104: | Linha 94: | ||
.maps__select { | .maps__select { | ||
width: 100%; | width: 100%; | ||
padding: 10px; | padding: 10px; | ||
font-size: 16px; | font-size: 16px; | ||
Linha 111: | Linha 100: | ||
appearance: none; | appearance: none; | ||
background-color: #fff; | background-color: #fff; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
.input-group input[type="text"] { | .input-group input[type="text"] { | ||
width: 100%; | width: 100%; | ||
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; | ||
} | } | ||
Linha 131: | Linha 115: | ||
position: absolute; | position: absolute; | ||
top: -18px; | top: -18px; | ||
background: none; | background: none; | ||
padding: 0 5px; | padding: 0 5px; | ||
font-size: 14px; | font-size: 14px; | ||
font-weight: bold; | font-weight: bold; | ||
color: #0d0d0d; | color: #0d0d0d; | ||
} | } | ||
Linha 142: | Linha 124: | ||
.hover-minimize:hover { | .hover-minimize:hover { | ||
transform: scale(0.95); | transform: scale(0.95); | ||
} | } | ||
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; | ||
height: auto; | height: auto; | ||
vertical-align: middle; | vertical-align: middle; | ||
} | } | ||
Linha 164: | Linha 141: | ||
.filter-label { | .filter-label { | ||
margin-left: 10px; | margin-left: 10px; | ||
font-size: 14px; | font-size: 14px; | ||
font-weight: bold; | font-weight: bold; | ||
color: #0d0d0d; | color: #0d0d0d; | ||
line-height: 1.5; | line-height: 1.5; | ||
} | } | ||
</style> | </style> | ||
Linha 199: | Linha 174: | ||
<label class="maps__label" for="specificOption">Local do X</label> | <label class="maps__label" for="specificOption">Local do X</label> | ||
</div> | </div> | ||
<div class="filter-container"> | <div class="filter-container"> | ||
<input type="checkbox" id="enableFilter"> | <input type="checkbox" id="enableFilter"> | ||
Linha 205: | Linha 181: | ||
<div id="filterSection" class="hidden"> | <div id="filterSection" class="hidden"> | ||
<div id="filterOptions" class="hidden"> | |||
<label for="filterMode" class="maps__label">Modo de Filtro:</label> | |||
<select id="filterMode" class="maps__select"> | |||
<option value="number">Filtrar por Número</option> | |||
<option value="tag">Filtrar por Tag</option> | |||
</select> | |||
</div> | |||
<div id="filterById" class="input-group"> | <div id="filterById" class="input-group"> | ||
<label for="searchIds" class=" | <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" | <input type="text" id="searchIds" placeholder="Digite os números separados por vírgula" class="maps__select"> | ||
</div> | </div> | ||
<div class="d-flex justify-center align-center flex-column"> | <div class="d-flex justify-center align-center flex-column"> | ||
<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" | <img src="https://wiki.pokexgames.com/images/8/82/Botao_Filtrar_Mapas_Adv.png" alt="Imagem botão filtrar"> | ||
</button> | </button> | ||
</div> | </div> | ||
</div> | </div> | ||
<div id="imageContainer" class="image-container hidden"> | <div id="imageContainer" class="image-container hidden"> | ||
<!-- As imagens e suas informações serão exibidas aqui --> | <!-- As imagens e suas informações serão exibidas aqui --> | ||
Linha 225: | Linha 208: | ||
<script> | <script> | ||
const specificOptions = { | const specificOptions = { | ||
1: { | 1: { | ||
'Areia': [ | 'Areia': [ | ||
{ id: '101', local: 'Green Island', coordinates: '3780, 3326, 7', imageUrl: 'https://wiki.pokexgames.com/images/d/db/3780%2C_3326%2C_7.png' }, | { id: '101', local: 'Green Island', coordinates: '3780, 3326, 7', imageUrl: 'https://wiki.pokexgames.com/images/d/db/3780%2C_3326%2C_7.png' }, | ||
], | ], | ||
}, | }, | ||
2: { | |||
'Areia': [ | 'Areia': [ | ||
{ id: '1001', local: 'Outland Water', tag: 'agua', coordinates: '2847, 2827, 6', imageUrl: 'https://wiki.pokexgames.com/images/b/b9/Mapa_Verde_ADV_-_2847%2C_2827%2C_6.webp' }, | |||
{ id: '1002', local: 'Outland Water', coordinates: '2863, 2850, 6', imageUrl: 'https://wiki.pokexgames.com/images/c/c9/Mapa_Verde_ADV_-_2863%2C_2850%2C_6.webp' }, | |||
], | ], | ||
}, | }, | ||
3: { | 3: { | ||
// Adicionar dados para o Mapa Roxo aqui | // Adicionar dados para o Mapa Roxo aqui | ||
} | } | ||
Linha 308: | Linha 226: | ||
document.getElementById('enableFilter').addEventListener('change', function () { | document.getElementById('enableFilter').addEventListener('change', function () { | ||
const filterSection = document.getElementById('filterSection'); | const filterSection = document.getElementById('filterSection'); | ||
const filterOptions = document.getElementById('filterOptions'); | |||
if (this.checked) { | if (this.checked) { | ||
filterSection.classList.remove('hidden'); | filterSection.classList.remove('hidden'); | ||
filterOptions.classList.remove('hidden'); | |||
} else { | } else { | ||
filterSection.classList.add('hidden'); | filterSection.classList.add('hidden'); | ||
filterOptions.classList.add('hidden'); | |||
} | } | ||
}); | }); | ||
document.getElementById('filterMode').addEventListener('change', function () { | |||
document.getElementById(' | const filterMode = this.value; | ||
if ( | const searchIds = document.getElementById('searchIds'); | ||
if (filterMode === 'number') { | |||
searchIds.placeholder = "Digite os números separados por vírgula"; | |||
} else if (filterMode === 'tag') { | |||
searchIds.placeholder = "Digite as tags separadas por vírgula"; | |||
} | } | ||
}); | }); | ||
document.getElementById('mapType').addEventListener('change', function () { | document.getElementById('mapType').addEventListener('change', function () { | ||
const selectedMapType = this.value; | const selectedMapType = this.value; | ||
Linha 338: | Linha 262: | ||
}); | }); | ||
document.getElementById(' | document.getElementById('filterButton').addEventListener('click', function () { | ||
const filterMode = document.getElementById('filterMode').value; | |||
const searchIds = document.getElementById('searchIds').value.split(',').map(id => id.trim()); | |||
const selectedMapType = document.getElementById('mapType').value; | const selectedMapType = document.getElementById('mapType').value; | ||
const selectedOption = | const selectedOption = document.getElementById('specificOption').value; | ||
const imageContainer = document.getElementById('imageContainer'); | const imageContainer = document.getElementById('imageContainer'); | ||
if (selectedMapType | if (!selectedMapType || !selectedOption) { | ||
alert("Selecione pelo menos um tipo de mapa"); | |||
return; | |||
} | |||
if ( | if (filterMode === 'number') { | ||
// Filtrar por número | |||
if (searchIds.length > 0) { | |||
let imagesHtml = ''; | |||
let allImages = []; | |||
// Recolhe todas as imagens que correspondem aos IDs | |||
Object.keys(specificOptions).forEach(mapType => { | |||
const mapOptions = specificOptions[mapType]; | |||
Object.keys(mapOptions).forEach(option => { | |||
const images = mapOptions[option].filter(image => searchIds.includes(image.id)); | |||
allImages = allImages.concat(images); | |||
}); | |||
}); | |||
// Ordena as imagens pelo nome do local | |||
allImages.sort((a, b) => a.local.localeCompare(b.local)); | |||
// Gera o HTML para exibir as imagens ordenadas | |||
allImages.forEach(image => { | |||
imagesHtml += ` | imagesHtml += ` | ||
<div class="image-item"> | <div class="image-item"> | ||
<img src="${image.imageUrl}" alt="${ | <img src="${image.imageUrl}" alt="Imagem ID ${image.id}"> | ||
<div class="image-info"> | <div class="image-info"> | ||
<b>Número do Mapa</b>: ${image.id} <br> | <b>Número do Mapa</b>: ${image.id} <br> | ||
<b>Local</b>: ${image.local} <br> | |||
<b>Coordenada</b>: ${image.coordinates} | |||
<b>Tag</b>: ${image.tag} <br> | |||
</div> | </div> | ||
</div> | </div> | ||
`; | `; | ||
}); | }); | ||
imageContainer.innerHTML = imagesHtml || 'Nenhuma imagem encontrada com os números fornecidos.'; | |||
imageContainer.classList.remove('hidden'); | |||
} else { | } else { | ||
imageContainer.classList.add('hidden'); | |||
} | } | ||
} else if (filterMode === 'tag') { | |||
// Filtrar por tag | |||
if (searchIds.length > 0) { | |||
let imagesHtml = ''; | |||
let allImages = []; | |||
// Recolhe todas as imagens que correspondem às tags | |||
Object.keys(specificOptions).forEach(mapType => { | |||
const mapOptions = specificOptions[mapType]; | |||
Object.keys(mapOptions).forEach(option => { | |||
const images = mapOptions[option].filter(image => searchIds.includes(image.tag)); | |||
allImages = allImages.concat(images); | |||
}); | |||
}); | }); | ||
// Ordena as imagens pelo nome do local | |||
allImages.sort((a, b) => a.local.localeCompare(b.local)); | |||
// Gera o HTML para exibir as imagens ordenadas | |||
allImages.forEach(image => { | |||
imagesHtml += ` | |||
<div class="image-item"> | |||
<img src="${image.imageUrl}" alt="Imagem Tag ${image.tag}"> | |||
<div class="image-info"> | |||
<b>Número do Mapa</b>: ${image.id} <br> | |||
<b>Local</b>: ${image.local} <br> | |||
<b>Coordenada</b>: ${image.coordinates} | |||
<b>Tag</b>: ${image.tag} <br> | |||
</div> | |||
</div> | </div> | ||
`; | |||
}); | |||
imageContainer.innerHTML = imagesHtml || 'Nenhuma imagem encontrada com as tags fornecidas.'; | |||
imageContainer.classList.remove('hidden'); | |||
} else { | |||
imageContainer.classList.add('hidden'); | |||
} | |||
} | } | ||
}); | }); |