location: Diff for "Gruppe_Wagner"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2025-01-16 12:58:19
Size: 64
Editor: ooezsu
Comment:
Revision 3 as of 2025-02-15 16:21:02
Size: 1060
Editor: ooezsu
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Office hours:
Tuesday, 12:00 - 16:00
Thursday, 12:00 - 16:00
##page MoinMoin
= IT Admin Office Hours =

<<TableOfContents(2)>>

== Current Status ==
{{{#!html
<div id="availability" style="text-align: center; padding: 1rem; font-weight: bold; font-size: 1.2rem; color: white; background-color: red; border-radius: 5px;">
    Checking Availability...
</div>

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

        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>
}}}




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

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)