|
I was able to do
this using an %IF% statement between the %START and
%END_LOADED_MAP_LIST% in topview.asp. See the second line
below. Just replace Entire_Network.wup with the file name of the
map you don't want to display. You should be able to nest two if
statements to remove both maps from the list.
<%START_LOADED_MAP_LIST%>
<%IF% (%MATCH% (%MAP% FILENAME,Entire_Network.wup))> <!-- I don't want to display Entire Network in the map list --> <%ELSE%> <tr> <td><a href=""> <%MAP% NAME> </A></td> <%IF% (%GREATERTHAN% (%MAP% TOTAL_DEVICES_UP,0))> <td bgcolor="#77ff77" align=right><%MAP% TOTAL_DEVICES_UP></td> <%ELSE%> <td align=right><%MAP% TOTAL_DEVICES_UP></td> <%ENDIF%>
<%IF% (%GREATERTHAN% (%MAP%
(TOTAL_DEVICES_DOWN),0))>
<td bgcolor="#FF7777" align=right><%MAP% TOTAL_DEVICES_DOWN></td> <%ELSE%> <td align=right> <%MAP% TOTAL_DEVICES_DOWN></td> <%ENDIF%>
<%IF% (%GREATERTHAN% (%MAP%
(TOTAL_SERVICES_DOWN),0))>
<td bgcolor="#ff77ff" align=right><%MAP% TOTAL_SERVICES_DOWN></td> <%ELSE%> <td align=right><%MAP% TOTAL_SERVICES_DOWN></td> <%ENDIF%> </TR> <%ENDIF%> <%END_LOADED_MAP_LIST%> Jim
Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. |
Title: Message
- RE: [WhatsUp Forum] Remove Subnets from Root web page Roque Juan C IT751
- RE: [WhatsUp Forum] Remove Subnets from Root web p... Anthony Valuikas
- RE: [WhatsUp Forum] Remove Subnets from Root web p... McNeil, Jim
- RE: [WhatsUp Forum] Remove Subnets from Root w... Anthony Valuikas
- RE: [WhatsUp Forum] Remove Subnets from Root web p... McNeil, Jim
