Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • myuw/my-root
  • andrew-petro/my-root
  • dwitter2/my-root
  • PNOGAL/my-root
4 results
Show changes
Commits on Source (98)
# Root context and error valve change log
## 1.3.2 - 2024-02-26
+ Normalize on font-weight 630 for headings
+ Adjust font-size and line-height
## 1.3.1
(This version partially published due to a transient artifactorydoit error.)
## 1.3.0 - 2024-01-17
+ Link to Applications and Resources KB page
+ Use Red Hat fonts
+ Add text attributing the 500 error page.
## 1.2.1 - 2022-03-14
+ Update root 500 service error page. Refreshes link labels and URLs and organization of page.
## 1.2.0 - 2021-10-22
+ Label the root 403 error page with error code MYUW-002.
+ Label the root 404 error page with error code MYUW-003.
+ Use root-relative link to feedback so that feedback remains in correct hostname
(so, in my.wisc.edu the feedback link will be to my.wisc.edu,
but in my.wisconsin.edu the feedback link will be to my.wisconsin.edu)
## 1.1.15 and earlier
Prior versions exist, but they predate this change log.
### I am [g]ROOT?
# MyUW root webapp and Tomcat error valve
[![build status](https://git.doit.wisc.edu/ci/projects/15/status.png?ref=master)](https://git.doit.wisc.edu/ci/projects/15?ref=master)
There are two modules here: a webapp to serve as the root web application
context and plugin to customize Tomcat's error handling.
This is the root context of myuw. It is just here to serve up some static html pages for 500 and 400 level errors.
## Maven repository usage
### Development
✅ Publishes artifacts to artifactorydoit.jfrog.io.
## MyUW root webapp
This is a small webapp to serve as the root, default servlet application in MyUW
Tomcat. It contains the error pages to fall back upon when another servlet
context does not handle the request.
### Development of the root webapp
From the root directory, run `npm start`. The web app will run at
<http://localhost:8080> and will show the 404 page by
default.
## MyUW Tomcat error valve
Customizes Tomcat to use the error pages in the custom root webapp.
## Releasing
The root webapp and the valve are versioned and released together.
Release using the [myuw-root-RELEASE][] Jenkins job.
This will publish a release for whatever snapshot version the pom.xml indicates.
(So, if the root pom.xml indicates 1.4.2-SNAPSHOT, the Jenkins job will release 1.4.2).
After releasing, manually update the `pom.xml` files (plural) to build the new SNAPSHOT version.
(So, if you release 1.4.2, update to now build 1.4.3-SNAPSHOT or 1.5.0-SNAPSHOT or 2.0.0-SNAPASHOT depending upon what kinds of changes you expect to make next.)
When you release a new version of this project, you'll publish both a root
webapp .war and a Tomcat error valve .jar.
For these to be actually used in MyUW, update the tier-specific ears to
[reference the new root webapp version][MyUW ear use of root webapp],
and update the Tomcat container to
[use the new valve version][MyUW Tomcat use of valve].
[myuw-root-RELEASE]: https://tools.my.wisc.edu/jenkins/job/myuw-root-RELEASE
[MyUW ear use of root webapp]: https://git.doit.wisc.edu/myuw-overlay/myuw-ear/-/blob/qa/pom.xml#L54
[MyUW Tomcat use of valve]: https://git.doit.wisc.edu/myuw/tomcat7-java8/-/blob/master/Dockerfile#L8
From the root directory, run `npm start`. The web app will run at [http://localhost:8080](http://localhost:8080) and will
show the 404 page by default.
\ No newline at end of file
......@@ -3,7 +3,7 @@
<parent>
<groupId>edu.wisc.my.app.root</groupId>
<artifactId>root-parent</artifactId>
<version>1.1.11</version>
<version>1.3.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>edu.wisc.my.app.root</groupId>
<artifactId>root-parent</artifactId>
<version>1.1.11</version>
<version>1.3.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -5,6 +5,8 @@
<!-- MATERIAL DESIGN LITE STYLES -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.1.3/material.indigo-pink.min.css">
<link rel="preload" href="https://cdn.wisc.cloud/fonts/uw-rh/0.0.1/redhat-display-latin.v14.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://cdn.wisc.cloud/fonts/uw-rh/0.0.1/redhat-text-latin.v13.woff2" as="font" type="font/woff2" crossorigin>
<!-- LOCAL STYLES -->
<link rel="stylesheet" href="webapp.css">
</head>
......@@ -13,11 +15,8 @@
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<header class="mdl-layout__header">
<div class="mdl-layout__header-row">
<div class="photo-div">
<img src="/main_logo_w_all.png" alt="University of Wisconsin System Logo" class="uw-logo">
</div>
<!-- Title -->
<h1 class="mdl-layout-title outage-title">Access Denied</h1>
<h1 class="outage-title">MYUW-002 Access Denied</h1>
</div>
</header>
<main class="mdl-layout__content content-centered">
......@@ -26,8 +25,12 @@
<div class="mdl-cell mdl-cell--8-col mdl-cell--10-col-phone">
<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, you're not authorized to access this page.</h2>
<p>If you're here by accident, head back to your MyUW <a href='/web'>homepage</a>.</p>
<p>For help with authorization, contact the DoIT <a href="https://kb.wisc.edu/helpdesk/">Help Desk</a>.</p>
<p>MyUW determined you're not authorized to access the requested page.</p>
<p>This could be because you're really not authorized. If that's the case, trying again will not help.</p>
<p>Or it could be because your session timed out or MyUW otherwise got confused. If so, sorry! And trying again may well work for you.</p>
<p>Next, you can head back to your MyUW <a href='/web'>homepage</a>.</p>
<p>For help with authorization, contact the DoIT <a href="https://kb.wisc.edu/helpdesk/">Help Desk</a>. When contacting the Help Desk, please mention <em>MyUW error code MYUW-002</em>.</p>
<p>(Technical detail: MyUW error code MYUW-002: HTTP status code 403 FORBIDDEN issued by the root servlet context.)</p>
</div>
<div class="mdl-cell mdl-cell--2-col mdl-cell--1-col-phone"></div>
</div>
......
......@@ -7,6 +7,8 @@
<!-- MATERIAL DESIGN LITE STYLES -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.1.3/material.indigo-pink.min.css">
<link rel="preload" href="https://cdn.wisc.cloud/fonts/uw-rh/0.0.1/redhat-display-latin.v14.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://cdn.wisc.cloud/fonts/uw-rh/0.0.1/redhat-text-latin.v13.woff2" as="font" type="font/woff2" crossorigin>
<!-- LOCAL STYLES -->
<link rel="stylesheet" href="webapp.css">
</head>
......@@ -15,11 +17,8 @@
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<header class="mdl-layout__header">
<div class="mdl-layout__header-row">
<div class="photo-div">
<img src="/main_logo_w_all.png" alt="University of Wisconsin System Logo" class="uw-logo">
</div>
<!-- Title -->
<h1 class="mdl-layout-title outage-title">Page Not Found</h1>
<h1 class="outage-title">MYUW-003: Page Not Found</h1>
</div>
</header>
<main class="mdl-layout__content content-centered">
......@@ -29,8 +28,8 @@
<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='https://my.wisc.edu/portal/p/feedback'>feedback form</a>.</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>
</div>
......@@ -38,3 +37,4 @@
</div>
</body>
</html>
......@@ -5,6 +5,8 @@
<!-- MATERIAL DESIGN LITE STYLES -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.1.3/material.indigo-pink.min.css">
<link rel="preload" href="https://cdn.wisc.cloud/fonts/uw-rh/0.0.1/redhat-display-latin.v14.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://cdn.wisc.cloud/fonts/uw-rh/0.0.1/redhat-text-latin.v13.woff2" as="font" type="font/woff2" crossorigin>
<!-- LOCAL STYLES -->
<link rel="stylesheet" href="webapp.css">
</head>
......@@ -13,11 +15,8 @@
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<header class="mdl-layout__header mr-header">
<div class="mdl-layout__header-row">
<div class="photo-div">
<img src="/main_logo_w_all.png" alt="University of Wisconsin System Logo" class="uw-logo">
</div>
<!-- Title -->
<h1 class="mdl-layout-title outage-title">Server Error</h1>
<h1 class="outage-title">Server Error</h1>
</div>
</header>
<main class="mdl-layout__content mr-main__content">
......@@ -26,47 +25,114 @@
<div class="mdl-cell mdl-cell--8-col mdl-cell--10-col-phone">
<h2 class="mr-title">Sorry, MyUW seems to be experiencing difficulties.</h2>
<h3>We apologize for the inconvenience.</h3>
<ul>
<li>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>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>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>
<h3>We apologize for the inconvenience. Below, find links to University applications and resources.</h3>
<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>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 -->
<div class="service-links">
<!-- UW SYSTEM ALTERNATE LINKS -->
<div id="service-links__uw-system">
<h4>UW System Resources</h4>
<ul aria-labelledby="service-links__uw-system">
<li><a href="https://www.hrs.wisconsin.edu/">Human Resource System (HRS)</a></li>
<li><a href="https://www.hrs.wisconsin.edu/psp/hrs-fd/EMPLOYEE/HRMS/c/ROLE_EMPLOYEE.TL_MSS_EE_SRCH_PRD.GBL">Timesheet</a></li>
<li><a href="https://www.hrs.wisconsin.edu/psp/hrs-fd/EMPLOYEE/HRMS/c/ROLE_EMPLOYEE.GP_ABS_EESS_REQ.GBL">Enter Absence Request</a></li>
<li><a href="https://www.hrs.wisconsin.edu/psp/hrs-fd/EMPLOYEE/HRMS/c/NUI_FRAMEWORK.PT_AGSTARTPAGE_NUI.GBL?CONTEXTIDPARAMS=TEMPLATE_ID%3aPTPPNAVCOL&scname=HC_TEAM_TIME&PTPPB_GROUPLET_ID=TL_TIME_MSS&CRefName=HC_NAVCOLL_1">Time/Absence Dashboard</a></li>
<li><a href="https://www.hrs.wisconsin.edu/psp/hrs-fd/EMPLOYEE/HRMS/c/NUI_FRAMEWORK.PT_AGSTARTPAGE_NUI.GBL?CONTEXTIDPARAMS=TEMPLATE_ID:PTPPNAVCOL&scname=HC_TIME&PTPPB_GROUPLET_ID=TL_TIME_ESS&ptgpid=ADMN_S201810090754179312417981">Absence Balance</a></li>
<li><a href="https://uws.instructure.com/">Canvas Courses (non-Madison)</a></li>
<!-- UW MADISON LINKS -->
<div id="service-links__uw-madison">
<h4>UW-Madison Top Resources</h4>
<h5>Apps</h5>
<ul role="menu" aria-labelledby="service-links__uw-madison">
<li role="menuitem"><a href="https://uwmadison.box.com/">Box</a></li>
<li role="menuitem"><a href="https://outlook.office.com/calendar/view/month?realm=wisc.edu">Calendar (Outlook)</a></li>
<li role="menuitem"><a href="https://canvas.wisc.edu/">Canvas</a></li>
<li role="menuitem"><a href="https://doodle.com/en/">Doodle</a></li>
<li role="menuitem"><a href="https://outlook.office365.com/owa?realm=wisc.edu">Email (Outlook)</a></li>
<li role="menuitem"><a href="https://drive.google.com/a/wisc.edu/">Google Drive </a></li>
<li role="menuitem"><a href="https://docs.google.com/a/wisc.edu/">Google Docs</a></li>
<li role="menuitem"><a href="https://app.joinhandshake.com/configure_auth">Handshake</a></li>
<li role="menuitem"><a href="https://shopuwplus.wisc.edu/">ShopUW+</a></li>
<li role="menuitem"><a href="https://wisc.starfishsolutions.com/starfish-ops">Starfish</a></li>
<li role="menuitem"><a href="https://uwmadison.co1.qualtrics.com/">Qualtrics</a></li>
<li role="menuitem"><a href="https://uwmadison.zoom.us/">Zoom</a></li>
</ul>
<h5>Students</h5>
<ul role="menu" aria-labelledby="service-links__uw-madison">
<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>
<li role="menuitem"><a href="https://madison.sis.wisc.edu/psc/sissso/EMPLOYEE/SA/c/NUI_FRAMEWORK.PT_LANDINGPAGE.GBL">Student Center</a></li>
<li role="menuitem"><a href="https://studentjobs.wisc.edu/">Student Jobs</a></li>
<li role="menuitem"><a href="https://soar.wisc.edu/">Student Orientation and Registration (SOAR)</a></li>
<li role="menuitem"><a href="https://terradotta.wisc.edu/">Terra Dotta</a></li>
<li role="menuitem"><a href="https://online.wiscard.wisc.edu/login.php?cid=120">Wiscard</a></li>
<li role="menuitem"><a href="https://wisc.academicworks.com/users/shibboleth/init">Wisconsin Scholarship Hub</a></li>
</ul>
<h5>Employee Resources</h5>
<ul role="menu" aria-labelledby="service-links__uw-madison">
<li role="menuitem"><a href="https://www.hrs.wisconsin.edu/psp/hrs-fd/EMPLOYEE/HRMS/c/UW_PT_RDR.UW_PT_RDR.GBL?G=Approvals">Approve things in HRS (for example, approve absences)</a></li>
<li role="menuitem"><a href="https://www.hrs.wisconsin.edu/psp/hrs-fd/EMPLOYEE/HRMS/c/UW_PT_RDR.UW_PT_RDR.GBL?G=BenefitsSummary">Benefits Information</a></li>
<li role="menuitem"><a href="https://ct.wisc.edu/">Cost Transfer Tool</a></li>
<li role="menuitem"><a href="https://www.hrs.wisconsin.edu/psp/hrs-fd/EMPLOYEE/HRMS/c/UW_PT_RDR.UW_PT_RDR.GBL?G=EarningStatement">Earnings statements</a></li>
<li role="menuitem"><a href="https://working.wisc.edu/">Employee Resources</a></li>
<li role="menuitem"><a href="https://madison.sis.wisc.edu/psp/sissso/EMPLOYEE/SA/c/SA_LEARNING_MANAGEMENT.SS_FACULTY.GBL">Faculty Center</a></li>
<li role="menuitem"><a href="https://www.hrs.wisconsin.edu/psc/hrs-fd/EMPLOYEE/HRMS/c/EOAWMA_MAIN_FL.EOAWMA_MAIN_FL.GBL">Human Resources Approvals</a></li>
<li role="menuitem"><a href="https://www.hrs.wisconsin.edu/psp/hrs-fd/EMPLOYEE/HRMS/c/UW_PT_RDR.UW_PT_RDR.GBL?G=TimeAbsenceDashboard">Manager Time and Absence Dashboard</a></li>
<li role="menuitem"><a href="https://www.hrs.wisconsin.edu/psc/hrs-fd/EMPLOYEE/HRMS/c/NUI_FRAMEWORK.PT_AGSTARTPAGE_NUI.GBL?CONTEXTIDPARAMS=TEMPLATE_ID:PTPPNAVCOL&scname=HC_SELF_SERVICE_PAYROLL&PTPPB_GROUPLET_ID=PAYROLL&CRefName=HC_PY_SS_NAVCOLL_FL">Payroll Information (earnings, tax statements, W4, direct deposit, etc.)</a></li>
<li role="menuitem"><a href="http://performance-managment-development-program">Performance Management (PMPD)</a></li>
<li role="menuitem"><a href="https://www.hrs.wisconsin.edu/psp/hrs-fd/EMPLOYEE/HRMS/c/UW_PT_RDR.UW_PT_RDR.GBL?G=PersonalInformation">Personal Information</a></li>
<li role="menuitem"><a href="https://www.hrs.wisconsin.edu/psp/hrs-fd/EMPLOYEE/HRMS/c/UW_PT_RDR.UW_PT_RDR.GBL?G=RequestAbsence">Request absence</a></li>
<li role="menuitem"><a href="https://www.hrs.wisconsin.edu/psp/hrs-fd/EMPLOYEE/HRMS/c/UW_PT_RDR.UW_PT_RDR.GBL?G=Timesheet">Timesheet (in HRS)</a></li>
<li role="menuitem"><a href="https://portal.sfs.wisconsin.edu/psc/sfs/EMPLOYEE/ERP/c/NUI_FRAMEWORK.PT_LANDINGPAGE.GBL">Travel Reimbursement</a></li>
<li role="menuitem"><a href="http://www.foxworldtravel.com/UW/">UW TravelWIse/Concur</a></li>
</ul>
</div>
<!-- UW MADISON ALTERNATE LINKS -->
<div id="service-links__uw-madison">
<h4>UW Madison Resources</h4>
<ul aria-labelledby="service-links__uw-madison">
<li><a href="https://my.wisc.edu/academic-navigator">Academic Navigator</a></li>
<li><a href="https://my.wisc.edu/AdvisingGateway">Advising Gateway</a></li>
<li><a href="https://uwmadison.app.box.com/">Box</a></li>
<li><a href="https://canvas.wisc.edu/">Canvas (UW Madison)</a></li>
<li><a href="https://enroll.wisc.edu/">Course Search & Enroll</a></li>
<li><a href="https://covid19.wisc.edu/">COVID-19 Information</a></li>
<li><a href="https://outlook.office365.com/owa?realm=wisc.edu">Email/Calendar/Teams (Office 365)</a></li>
<li><a href="https://drive.google.com/a/wisc.edu/">Google Drive</a></li>
<li><a href="https://todo.newstudent.wisc.edu/">New Student To-Do List</a></li>
<li><a href="https://wisc.starfishsolutions.com/starfish-ops">Starfish</a></li>
<li><a href="https://soar.wisc.edu/">Student Orientation and Registration (SOAR)</a></li>
<li><a href="https://madison.sis.wisc.edu/psc/sissso/EMPLOYEE/SA/c/NUI_FRAMEWORK.PT_LANDINGPAGE.GBL">Student Center</a></li>
<li><a href="https://kb.wisc.edu/98878">Technology for working remotely</a></li>
<li><a href="https://kb.wisc.edu/helpdesk/98876">Technology for learning remotely</a></li>
<li><a href="https://online.wiscard.wisc.edu/login.php?cid=120">Wiscard</a></li>
<!-- UW SYSTEM LINKS -->
<div id="service-links__uw-system">
<h4>UW System Top Resources (non-Madison schools)</h4>
<h5>Apps</h5>
<ul role="menu" aria-labelledby="service-links__uw-system">
<li role="menuitem"><a href="https://uws.instructure.com/">Canvas</a></li>
<li role="menuitem"><a href="https://shopuwplus.wisc.edu/">ShopUW+</a></li>
<li role="menuitem"><a href="https://madison.sis.wisc.edu/psc/sissso/EMPLOYEE/SA/c/NUI_FRAMEWORK.PT_LANDINGPAGE.GBL">Student Center</a></li>
<li role="menuitem"><a href="https://wisconsin.webex.com">Webex</a></li>
<li role="menuitem"><a href="https://wiser.wisc.edu/">Wiser</a></li>
<li role="menuitem"><a href="https://wisconsin-edu.zoom.us/">Zoom</a></li>
</ul>
<h5>UW River Falls</h5>
<ul role="menu" aria-labelledby="service-links__uw-system">
<li role="menuitem"><a href="https://uwrvf.instructure.com/">Canvas</a></li>
<li role="menuitem"><a href="https://www.outlook.com/my.uwrf.edu">Email (Outlook)</a></li>
<li role="menuitem"><a href="https://esis.uwrf.edu/">ESIS</a></li>
</ul>
<h5>Employee Resources</h5>
<ul role="menu" aria-labelledby="service-links__uw-system">
<li role="menuitem"><a href="https://www.hrs.wisconsin.edu/psp/hrs-fd/EMPLOYEE/HRMS/c/UW_PT_RDR.UW_PT_RDR.GBL?G=Approvals">Approve things in HRS (for example, approve absences)</a></li>
<li role="menuitem"><a href="https://www.hrs.wisconsin.edu/psp/hrs-fd/EMPLOYEE/HRMS/c/UW_PT_RDR.UW_PT_RDR.GBL?G=BenefitsSummary">Benefits Information</a></li>
<li role="menuitem"><a href="https://www.hrs.wisconsin.edu/psp/hrs-fd/EMPLOYEE/HRMS/c/UW_PT_RDR.UW_PT_RDR.GBL?G=EarningStatement">Earnings statements</a></li>
<li role="menuitem"><a href="https://www.wisconsin.edu/ohrwd/benefits/formspubs/">Employee Benefits Forms and Resources</a></li>
<li role="menuitem"><a href="https://www.hrs.wisconsin.edu/psp/hrs-fd/EMPLOYEE/HRMS/c/UW_PT_RDR.UW_PT_RDR.GBL?G=TimeAbsenceDashboard">Manager Time and Absence Dashboard</a></li>
<li role="menuitem"><a href="https://uwservice.wisconsin.edu/calendars-schedules/">Payroll Calendars</a></li>
<li role="menuitem"><a href="https://www.hrs.wisconsin.edu/psc/hrs-fd/EMPLOYEE/HRMS/c/NUI_FRAMEWORK.PT_AGSTARTPAGE_NUI.GBL?CONTEXTIDPARAMS=TEMPLATE_ID:PTPPNAVCOL&scname=HC_SELF_SERVICE_PAYROLL&PTPPB_GROUPLET_ID=PAYROLL&CRefName=HC_PY_SS_NAVCOLL_FL">Payroll Information (earnings, tax statements, W4, direct deposit, etc.)</a></li>
<li role="menuitem"><a href="https://www.hrs.wisconsin.edu/psp/hrs-fd/EMPLOYEE/HRMS/c/UW_PT_RDR.UW_PT_RDR.GBL?G=PersonalInformation">Personal Information</a></li>
<li role="menuitem"><a href="https://www.hrs.wisconsin.edu/psc/hrs-fd/EMPLOYEE/HRMS/c/EOAWMA_MAIN_FL.EOAWMA_MAIN_FL.GBL">Human Resources Approvals</a></li>
<li role="menuitem"><a href="https://www.hrs.wisconsin.edu/psp/hrs-fd/EMPLOYEE/HRMS/c/UW_PT_RDR.UW_PT_RDR.GBL?G=RequestAbsence">Request absence</a></li>
<li role="menuitem"><a href="https://www.hrs.wisconsin.edu/psp/hrs-fd/EMPLOYEE/HRMS/c/UW_PT_RDR.UW_PT_RDR.GBL?G=Timesheet">Timesheet (in HRS)</a></li>
<li role="menuitem"><a href="https://go.wisc.edu/5uzz8h">UW System Information Security Training</a></li>
<li role="menuitem"><a href="https://go.wisc.edu/0l32io">UW System Sexual Harassment Training</a></li>
<li role="menuitem"><a href="https://www.wisconsin.edu/ohrwd/benefits/">UW System Employee Benefits Website</a></li>
</ul>
</div>
<div>
<p>Troubleshooting notes: (root) /500.html</p>
</div>
</div>
</div>
......
myuw-root-webapp/src/main/webapp/bucky-sad.png

6.59 KiB

myuw-root-webapp/src/main/webapp/main_logo_w_all.png

8.38 KiB

@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700);
body, html{
font-family: Roboto, sans-serif;
font-family: Red Hat Text, sans-serif;
margin: 0;
}
......@@ -25,6 +25,11 @@ a:hover{
font-size: 32px;
}
h1, h2, h3, h4, h5, h6 {
font-family: Red Hat Display, sans-serif;
font-weight: 630;
}
h3 {
font-size: 22px;
line-height: 1.2;
......@@ -37,6 +42,15 @@ h4 {
margin-bottom: 0px;
}
h5 {
font-size: 18px;
}
p, ul {
font-size: 18px;
line-height: 1.6;
}
.mr-main__content {
padding: 0 15px;
}
......
......@@ -4,15 +4,15 @@
<groupId>edu.wisc.my.app.root</groupId>
<artifactId>root-parent</artifactId>
<packaging>pom</packaging>
<version>1.1.11</version>
<version>1.3.3-SNAPSHOT</version>
<name>MyUW ROOT parent</name>
<url>https://git.doit.wisc.edu/myuw/my-root</url>
<scm>
<connection>scm:git:git@git.doit.wisc.edu:myuw/my-root.git</connection>
<developerConnection>scm:git:git@git.doit.wisc.edu:myuw/my-root.git</developerConnection>
<connection>scm:git:https://git.doit.wisc.edu/myuw/my-root.git</connection>
<developerConnection>scm:git:https://git.doit.wisc.edu/myuw/my-root.git</developerConnection>
<url>https://git.doit.wisc.edu/myuw/my-root</url>
<tag>root-parent-1.1.11</tag>
<tag>HEAD</tag>
</scm>
<modules>
......@@ -22,12 +22,12 @@
<distributionManagement>
<repository>
<id>myuw-public-releases</id>
<url>https://artifacts.doit.wisc.edu/artifactory/myuw-public-releases/</url>
<id>myuw-releases-artifactorydoit</id>
<url>https://artifactorydoit.jfrog.io/artifactory/myuw-maven-local-release-cloud/</url>
</repository>
<snapshotRepository>
<id>myuw-public-snapshots</id>
<url>https://artifacts.doit.wisc.edu/artifactory/myuw-public-snapshots/</url>
<id>myuw-snapshots-artifactorydoit</id>
<url>https://artifactorydoit.jfrog.io/artifactory/myuw-maven-local-snapshot-cloud/</url>
</snapshotRepository>
</distributionManagement>
......@@ -45,16 +45,11 @@
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.4.2</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.8.1</version>
</dependency>
</dependencies>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<pushChanges>false</pushChanges>
<autoVersionSubmodules>true</autoVersionSubmodules>
<localCheckout>true</localCheckout>
<tagNameFormat>release-@{project.version}</tagNameFormat>
<pushChanges>false</pushChanges>
</configuration>
</plugin>
</plugins>
......