From 0b937978dce9fd99864d19314062107fe99371cc Mon Sep 17 00:00:00 2001 From: Paulina Nogal <pnogal@wisc.edu> Date: Wed, 8 Nov 2023 14:52:57 -0600 Subject: [PATCH] Update 500 error page to include Applications and Resources kb link --- myuw-root-webapp/src/main/webapp/404.html | 4 ++-- myuw-root-webapp/src/main/webapp/500.html | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/myuw-root-webapp/src/main/webapp/404.html b/myuw-root-webapp/src/main/webapp/404.html index 9596ada..0f63a83 100644 --- a/myuw-root-webapp/src/main/webapp/404.html +++ b/myuw-root-webapp/src/main/webapp/404.html @@ -29,8 +29,7 @@ <img src="/alert-icon.png" alt="Line art image of an exclamation mark inside of a triangle" class="alert-icon"> <h2 class="mr-title">Sorry, the page you are looking for does not exist or you don't have access to it.</h2> <p>Please go to the <a href='/'>MyUW home page</a>.</p> - <p class="apologize">We apologize for the inconvenience. If you feel as though this URL should exist, please drop - us a line on our <a href='/portal/p/feedback'>feedback form</a>. When offering feedback or contacting the Help Desk, please mention <strong>MyUW error code MYUW-003</strong>.</p> + <p class="apologize">It looks like you're trying to launch an application or navigate to a website. You might find a link to the service or application you're looking for on our <a href="https://kb.wisc.edu/myuw/132200" target="_blank">backup webpage</a>. We apologize for the inconvenience. We welcome your <a href='/portal/p/feedback'>feedback</a> about what's missing in MyUW. When offering feedback or contacting the Help Desk, please mention <strong>MyUW error code MYUW-003</strong>.</p> <p>(Technical detail: HTTP status code 404 NOT FOUND presented by root servlet context.)</p> </div> <div class="mdl-cell mdl-cell--2-col mdl-cell--1-col-phone"></div> @@ -39,3 +38,4 @@ </div> </body> </html> + diff --git a/myuw-root-webapp/src/main/webapp/500.html b/myuw-root-webapp/src/main/webapp/500.html index 7493ed8..593648f 100644 --- a/myuw-root-webapp/src/main/webapp/500.html +++ b/myuw-root-webapp/src/main/webapp/500.html @@ -30,7 +30,8 @@ <ul role="menu"> <li role="menuitem">If you are trying to access the Local & Emergency Contact admin interface for an emergency situation, please call the <a href="https://kb.wisc.edu/helpdesk/">Help Desk</a> at 608-264-4357 immediately.</li> <li role="menuitem">More information about this outage may be available at the <a href="http://outages.wisconsin.edu/">UW System Outages Page</a> or <a href="http://outages.doit.wisc.edu/">UW Madison Outages Page</a>.</li> - <li role="menuitem">If the resource you need is not listed below, the <a href="https://kb.wisc.edu/helpdesk/">Help Desk</a> may be able to assist you during this outage.</li> + <li>Launch many applications and resources from our <a href="https://kb.wisc.edu/myuw/132200">backup webpage in the KnowledgeBase</a>. That backup page may be available even when MyUW is not available.</li> + <li>If the application resource you need is not listed below, the <a href="https://kb.wisc.edu/helpdesk/">Help Desk</a> may be able to assist you during this outage.</li> </ul> <!-- SERVICE LINKS --> @@ -60,6 +61,7 @@ <li role="menuitem"><a href="https://secfac.wisc.edu/academic-calendar/">Academic Calendar</a></li> <li role="menuitem"><a href="https://advising.wisc.edu/">Advising Resources</a></li> <li role="menuitem"><a href="https://enroll.wisc.edu/">Course Search & Enroll</a></li> + <li role="menuitem"><a href="https://dars.services.wisc.edu/dars/">Degree Audit Reporting System (DARS)</a></li> <li role="menuitem"><a href="https://apply.grad.wisc.edu/Account/Login?ReturnUrl=%2f">Grad Application Status</a></li> <li role="menuitem"><a href="https://myuhs.uhs.wisc.edu/login_dualauthentication.aspx">MyUHS</a></li> <li role="menuitem"><a href="https://todo.newstudent.wisc.edu/">New Student To-Do List</a></li> -- GitLab