Comparison: Difference between revisions

From Illustrations in German Translations of Mark Twain's Works

Created page with " <html> <div id="galleryContainer" class="gallery-container" style="display: flex; flex-wrap: wrap; justify-content: center; margin-top: 20px;"></div> <!-- Button zum Aktualisieren der Galerie --> <button onclick="updateGalleryFromTable()">Load Gallery in New Tab</button> <!-- Navigation für die Galerie --> <div id="carouselControls" style="display: none; text-align: center;"> <button onclick="previousImage()">Previous</button> <button onclick="nextImage()">Ne..."
 
No edit summary
Line 1: Line 1:


<html>
<html>
<div id="galleryContainer" class="gallery-container" style="display: flex; flex-wrap: wrap; justify-content: center; margin-top: 20px;"></div>
<div id="slideshowA" class="slideshow-box">
    <h3>Slideshow A</h3>
    <div class="gallery"></div>
</div>


<!-- Button zum Aktualisieren der Galerie -->
<div id="slideshowB" class="slideshow-box">
<button onclick="updateGalleryFromTable()">Load Gallery in New Tab</button>
    <h3>Slideshow B</h3>
    <div class="gallery"></div>
</div>


<!-- Navigation für die Galerie -->
<button onclick="populateSlideshow('A')">Bilder in Slideshow A übernehmen</button>
<div id="carouselControls" style="display: none; text-align: center;">
<button onclick="populateSlideshow('B')">Bilder in Slideshow B übernehmen</button>
    <button onclick="previousImage()">Previous</button>
    <button onclick="nextImage()">Next</button>
</div>




<table id="catalog" class="wikitable" style="width:100%">
<table id="catalog" style="display: none;">
<thead>
<thead>
<tr>
<tr>

Revision as of 18:51, 22 July 2025

Slideshow A

Slideshow B