location: Diff for "Gruppe_Wagner"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 6 and 11 (spanning 5 versions)
Revision 6 as of 2025-02-15 16:25:48
Size: 1032
Editor: ooezsu
Comment:
Revision 11 as of 2025-06-11 19:32:39
Size: 297
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)


        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.
== Office Hours ==
  * Monday: -
  * Tuesday: 13:00 - 17:00
  * Wednesday: -
  * Thursday: 13:00 - 17:00
  * Friday: -

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: -
  • Tuesday: 13:00 - 17:00
  • Wednesday: -
  • Thursday: 13:00 - 17:00
  • Friday: -

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