You will have to open the asp files in a text editor to see them...the code is there.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, July 09, 2004 8:25 AM To: [EMAIL PROTECTED] Subject: RE: [WhatsUp Forum] Web interface map order Donald, looks like the zip file only had the bitmaps...... -----Original Message----- From: Hart, Donald (EM, ITS) [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 7:49 AM To: [EMAIL PROTECTED] Subject: RE: [WhatsUp Forum] Web interface map order I have had several people ask for the code. So I have attached a zip file. The file includes some bitmaps that show you what the actual page (minus some items) actually looks like. I have included the Main page asp guest as well as a non guest. I have then also included the main page code. A custom ASP page that is called off the main page. And then a Cwprojects page which displays the Current weeks projects sections. I also have the news.asp which shows the news ticker. Keep in mind that ALL pages will need actual maps in order to work. If you are interested in more information or assistance on how to customize for your location please feel free to email me. [EMAIL PROTECTED] -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hart, Donald (EM, ITS) Sent: Thursday, July 08, 2004 1:05 PM To: [EMAIL PROTECTED] Subject: RE: [WhatsUp Forum] Web interface map order If you send your Email I will send you some code that I use. You can modify the page to load just the maps you want and in any order. Does not matter how they are loaded. Basic part is as follows: <TR> <TD><A href="http://3.122.80.200/map.asp?map=Canada.wup">Canada</A></TD> <%current_map% Canada.wup> <%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> Due to the large amount of other code I have on page I d not want to send whole page unless you are interested. I have the Page With a News ticker on top letting folks know of majior issues. Then a List of all devices down and notes if less than 5. If more than 5 it goes to a Marquee. I also have a section where it tell me if all maps are loaded. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Humes Sent: Thursday, July 08, 2004 11:42 AM To: '[EMAIL PROTECTED]' Subject: [WhatsUp Forum] Web interface map order Hi I've posted on this before, but I've lost the email regarding how to do this...I want to manually set the order in which the Maps are displayed on the Web Interface...I know this can be done by listing the maps in reverse order in the program options, but we have many map changes (add/remove) and this is a pain to constantly redo...But there was a post regarding how to edit some .asp file and statically enter all of the maps you want loaded...Does anyone remember or know how to do this? Thanks. Jason Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/ Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/ Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/ Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/
