FWIW, most of the time, if you don't give a page name in a URL, it retrieves index.html. You can also use "View Source" on any browser to see what's being displayed (in IE and Netscape, the view source in the menu gets the top-most source, which would be ntop's frameset. If you right click on part of the page, there is a view source that shows you the source for that particular frame). None of that is unique to ntop.
Most of the handling code is in the routine named http.c... the rest in webInterface.c The easiest way to modify ntop so that every page has a logo would be to change index_top.html page (it's brought in via the frame tag in index.html). Just remember, the more you put there, the less room on every page. The left menus are a series of files (Admin.html, DataSent.html, etc.) - check index_top.html for their names. You can also change the fonts in style.css. A lot of the rest is hardcoded and would be difficult to maintain if you changed it. -----Burton -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Thursday, February 28, 2002 12:18 PM To: [EMAIL PROTECTED] Subject: [Ntop] NTOP HTML PAGES Hello everyone! I am a new user to NTOP and have recently gotten it all installed. My one and only question for now about NTOP is does anyone know how to modify the html pages for NTOP? I would like to customize it to make it look more suitable for our company....thanks in advance to everyone! Ramy [EMAIL PROTECTED] This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listmanager.unipi.it/mailman/listinfo/ntop _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listmanager.unipi.it/mailman/listinfo/ntop
