location: Diff for "Gruppe_Wagner"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2025-01-16 20:58:54
Size: 565
Editor: ooezsu
Comment:
Revision 4 as of 2025-02-15 16:22:00
Size: 1093
Editor: ooezsu
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
Currently Not Available     Checking Availability...
Line 11: Line 11:

<script>
    function updateAvailability() {
        let availabilityDiv = document.getElementById("availability");
        let now = new Date();
        let currentHour = now.getHours(); // Get current hour (0-23)
        alert("Hello, World!");

        if (currentHour >= 9 && currentHour < 18) {
            availabilityDiv.textContent = "Currently Available";
            availabilityDiv.style.backgroundColor = "green";
        } else {
            availabilityDiv.textContent = "Currently Not Available";
            availabilityDiv.style.backgroundColor = "red";
        }
    }

    updateAvailability(); // Run on page load
</script>
Line 13: Line 32:
== Office Hours ==
Feel free to drop by during the following hours:
  * **Tuesday:** 12:00 PM - 4:00 PM
  * **Thursday:** 12:00 PM - 4:00 PM

IT Admin Office Hours

Current Status

Checking Availability...

Contact Information

For urgent issues or to schedule a meeting outside office hours, please email me.

PublicMathWiki: Gruppe_Wagner (last edited 2025-06-11 19:32:39 by ooezsu)