Test: Unterschied zwischen den Versionen

Aus wiki.kometin.at
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(368 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
__NICHT_INDEXIEREN__
{| class="wikitable"
|+<big>Unsere Treffen in 2025 (jeweils ab 18:50 Uhr)</big>
!Jänner
!Februar
!März
!April
!Mai
!Juni
!Juli
!August
!September
!Oktober
!November
!Dezember
|-
|<s>7.1.</s>
|<s>4.2.</s>
|4.3.
|1.4.
|13.5.
|10.6.
|-
|<s>23.1.</s>
|20.2.
|20.3.
|17.4.
|29.5.
|26.6.
|-
|<br />
|<br />
|<br />
|29.4.
|<br />
|<br />
|}
<html>
<html>
<h1></h1>
<style>
.button-link {
color: rgb(255, 255, 255) !important;
}
.button-link:link, .button-link:visited, .button-link:hover {
color: rgb(255, 255, 255) !important;
text-decoration: none; }
.button-style {
 
                   
                    display: inline-block;
                    outline: 0;
                    appearance: none;
                    padding: 0px 12px;
                    border: 0px solid transparent;
                    border-radius: 4px;
                    text-decoration: none;
                    cursor: pointer;
                    background-color: blue;
                    box-shadow: rgb(19 170 82 / 40%) 0px 2px 3px;
                    color: rgb(255, 255, 255) !important;
                    font-size: 14px;
                    font-weight: 400;
                    height: 36px;
                    transition: all 150ms ease-in-out 0s;
                 
               
               
               
}
.button-style:hover {
color: rgb(255, 255, 255) !important;
background-color: rgb(17, 97, 73);
box-shadow: rgb(19 170 82 / 40%) 0px 2px 3px, rgb(195 231 202) 0px 0px 0px 3px;
}


<form action="/action_page.php">
</style>
  <input type="checkbox" id="room" name="room" value="room">
  <label for="vehicle1">Alle Räumlichkeiten zeigen: Garten, Küche, Wohnzimmer, Atelier, Badezimmer</label><br>
  <input type="checkbox" id="vehicle2" name="vehicle2" value="Car">
  <label for="vehicle2"> I have a car</label><br>
  <input type="checkbox" id="vehicle3" name="vehicle3" value="Boat">
  <label for="vehicle3"> I have a boat</label><br><br>
  <input type="submit" value="Submit">
</form>
<script>
var room = document.getElementById("room").checked;
let checkbox = document.querySelector("input[id=room]");


checkbox.addEventListener('change', function() {
<button class="button-style">
  if (this.checked) {
<a class="button-link" href="https://wiki.kometin.at/Weiqi-turnier-2025">
    console.log("room is checked..");
Weiqi-turnier-2025
  } else {
</a>
    console.log("room is not checked..");
</button>
  }
});
</script>
</html>
</html>

Aktuelle Version vom 5. April 2025, 18:34 Uhr



Unsere Treffen in 2025 (jeweils ab 18:50 Uhr)
Jänner Februar März April Mai Juni Juli August September Oktober November Dezember
7.1. 4.2. 4.3. 1.4. 13.5. 10.6.
23.1. 20.2. 20.3. 17.4. 29.5. 26.6.



29.4.