Skip to content

Commit

Permalink
Update error message to be more user-friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams committed Oct 19, 2024
1 parent 4f6a477 commit ac20cbd
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/pds/viewBundle.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
%>
<TR>
<td bgcolor="#F0EFEF" width=200 valign=top>
<b>No Search Service found: <%=searchUrl%></b> to retrieve the Bundle Information.
<b>The PDS Database is temporarily down for maintenance. Check back later or please contact the <a href="mailto:[email protected]">PDS Help Desk</a> for assistance.</b>
</td>
</TR>
<%
Expand Down Expand Up @@ -713,7 +713,7 @@
%>
<TR>
<td bgcolor="#F0EFEF" width=200 valign=top>
<b>No Search Service found: <%=searchUrl%></b> to retrieve the Bundle Information.
<b>The PDS Database is temporarily down for maintenance. Check back later or please contact the <a href="mailto:[email protected]">PDS Help Desk</a> for assistance.</b>
</td>
</TR>
<%
Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/pds/viewCollection.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
%>
<TR>
<td bgcolor="#F0EFEF" width=200 valign=top>
<b>No Search Service found: <%=searchUrl%></b> to retrieve the Collection Information.
<b>The PDS Database is temporarily down for maintenance. Check back later or please contact the <a href="mailto:[email protected]">PDS Help Desk</a> for assistance.</b>
</td>
</TR>
<%
Expand Down Expand Up @@ -414,7 +414,7 @@
%>
<TR>
<td bgcolor="#F0EFEF" width=200 valign=top>
<b>No Search Service found: <%=searchUrl%></b> to retrieve the Collection Information.
<b>The PDS Database is temporarily down for maintenance. Check back later or please contact the <a href="mailto:[email protected]">PDS Help Desk</a> for assistance.</b>
</td>
</TR>
<%
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/pds/viewDataset.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ else {
</tr>
<tr valign="TOP">
<td bgcolor="#F0EFEF" width=200 valign=top>
<b>No Search Service found: <%=searchUrl%></b> to retrieve the Data Set Information.
<b>The PDS Database is temporarily down for maintenance. Check back later or please contact the <a href="mailto:[email protected]">PDS Help Desk</a> for assistance.</b>
</td>
</tr>
</table>
Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/pds/viewDocument.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
%>
<TR>
<td bgcolor="#F0EFEF" width=200 valign=top>
<b>No Search Service found: <%=searchUrl%></b> to retrieve the Document Information.
<b>The PDS Database is temporarily down for maintenance. Check back later or please contact the <a href="mailto:[email protected]">PDS Help Desk</a> for assistance.</b>
</td>
</TR>
<%
Expand Down Expand Up @@ -404,7 +404,7 @@
%>
<TR>
<td bgcolor="#F0EFEF" width=200 valign=top>
<b>No Search Service found: <%=searchUrl%></b> to retrieve the Document Information.
<b>The PDS Database is temporarily down for maintenance. Check back later or please contact the <a href="mailto:[email protected]">PDS Help Desk</a> for assistance.</b>
</td>
</TR>
<%
Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/pds/viewProduct.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
%>
<TR>
<td bgcolor="#F0EFEF" width=200 valign=top>
<b>No Search Service found: <%=searchUrl%></b> to retrieve the Observational Product Information.
<b>The PDS Database is temporarily down for maintenance. Check back later or please contact the <a href="mailto:[email protected]">PDS Help Desk</a> for assistance.</b>
</td>
</TR>
<%
Expand Down Expand Up @@ -369,7 +369,7 @@
%>
<TR>
<td bgcolor="#F0EFEF" width=200 valign=top>
<b>No Search Service found: <%=searchUrl%></b> to retrieve <%=objLid%>
<b>The PDS Database is temporarily down for maintenance. Check back later or please contact the <a href="mailto:[email protected]">PDS Help Desk</a> for assistance.</b>
</td>
</TR>
<%
Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/pds/viewProductExternal.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
%>
<TR>
<td bgcolor="#F0EFEF" width=200 valign=top>
<b>No Search Service found: <%=searchUrl%></b> to retrieve the Document Information.
<b>The PDS Database is temporarily down for maintenance. Check back later or please contact the <a href="mailto:[email protected]">PDS Help Desk</a> for assistance.</b>
</td>
</TR>
<%
Expand Down Expand Up @@ -412,7 +412,7 @@
%>
<TR>
<td bgcolor="#F0EFEF" width=200 valign=top>
<b>No Search Service found: <%=searchUrl%></b> to retrieve the Document Information.
<b>The PDS Database is temporarily down for maintenance. Check back later or please contact the <a href="mailto:[email protected]">PDS Help Desk</a> for assistance.</b>
</td>
</TR>
<%
Expand Down

0 comments on commit ac20cbd

Please sign in to comment.