location: Diff for "Gruppe_Wagner"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 6 and 8 (spanning 2 versions)
Revision 6 as of 2025-02-15 16:25:48
Size: 1032
Editor: ooezsu
Comment:
Revision 8 as of 2025-02-16 22:58:29
Size: 416
Editor: ooezsu
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Line 6: Line 5:
== 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>
If you have technical issues, you can either write me an e-mail or drop by during my office hours:
Line 12: Line 7:
<script>
    function updateAvailability() {
        let availabilityDiv = document.getElementById("availability");
        let now = new Date();
        let currentHour = now.getHours(); // Get current hour (0-23)
== Office Hours ==
  * Monday: 15:00 - 16:00
  * Tuesday: 13:00 - 15:00
  * Wednesday: -
  * Thursday: 14:00 - 17:00
  * Friday: 12:00 - 15:00
Line 18: Line 14:

        if ( true ) {
            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.
== Important ==
If your computer or the server room is on fire, don't e-mail me, call 118!

IT Admin Office Hours

If you have technical issues, you can either write me an e-mail or drop by during my office hours:

Office Hours

  • Monday: 15:00 - 16:00
  • Tuesday: 13:00 - 15:00
  • Wednesday: -
  • Thursday: 14:00 - 17:00
  • Friday: 12:00 - 15:00

Important

If your computer or the server room is on fire, don't e-mail me, call 118!

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