Aller au contenu

« Modèle:Pays test » : différence entre les versions

De Wikiquestia
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
<div class="infobox">
<div class="infobox">
     <!-- Hidden radio buttons to control panels -->
     <!-- Panel 1 -->
     <input type="radio" id="panel1" name="panel" checked>
     <input type="radio" id="panel1" name="panel" checked>
    <div class="infobox-panel" id="content1">
        <h3>Panel 1</h3>
        <p>This is the content of Panel 1.</p>
    </div>
    <!-- Panel 2 -->
     <input type="radio" id="panel2" name="panel">
     <input type="radio" id="panel2" name="panel">
 
     <div class="infobox-panel" id="content2">
    <!-- Panels -->
         <h3>Panel 2</h3>
     <div class="content">
        <p>This is the content of Panel 2.</p>
        <div class="infobox-panel" id="content1">
            <h3>Panel 1</h3>
            <p>This is the content of Panel 1.</p>
        </div>
         <div class="infobox-panel" id="content2">
            <h3>Panel 2</h3>
            <p>This is the content of Panel 2.</p>
        </div>
     </div>
     </div>



Version du 2 avril 2025 à 11:05

   <input type="radio" id="panel1" name="panel" checked>

Panel 1

This is the content of Panel 1.

   <input type="radio" id="panel2" name="panel">

Panel 2

This is the content of Panel 2.

       <label for="panel1">Show Panel 1</label>
       <label for="panel2">Show Panel 2</label>