<%
' Check for success/error messages
Dim updated, errors
updated = Request.QueryString("updated")
errors = Request.QueryString("errors")
If updated <> "" Then
%>
Success! Updated <%=updated%> notification(s).
<% If errors <> "" And errors <> "0" Then %>
Warning: <%=errors%> notification(s) failed to update.
<% End If %>
<% End If %>
Instructions: Select the appropriate notification type for each notification below, then click "Save All Changes" at the bottom.
Notification Type Legend:
TBD - Type to be determined (gray on calendar) Awareness - General awareness notification (green on calendar) Change - Scheduled change or maintenance (yellow on calendar) Incident - Active incident or outage (red on calendar)