User guide
March 2005 Managing Your Canopy Network
Through Software Release 6.1
Page 358 of 425 Issue 1
Canopy System User Guide
28.2 CONFIGURING A HYPERLINKED LOGO
In Canopy System Release 4.2 and later releases, you can import a logo into the top of
any Canopy interface web page from any URL by establishing a hyperlink. This requires
simple html page editing and saving the resulting page into the module as follows.
Procedure 45: Changing the hyperlinked URL for the top of Canopy web pages
1. Browse to http://ModuleIPAddress/top.html.
2. In the html editor of your choice, open the file top.html.
3. Find the expression http://www.canopywireless.com.
4. Change http://www.canopywireless.com to the URL where your
chosen logo is stored.
5. Find the expression canopy.jpg.
6. Change canopy.jpg to yourlogo.jpg.
NOTE: The filename extension should be that of your logo file.
7. Save the file as top.html.
8. Use an FTP session to transfer both top.html and yourlogo.jpg to the
module, as in the example session shown in Figure 132 below.
9. Use a telnet session to add the file yourlogo.jpg to the file system of the
module, as in the example session shown in Figure 133 below.
end of procedure
> ftp ModuleIPAddress
Connected to ModuleIPAddress
220 FTP server ready
Name (ModuleIPAddress:none): root
331 Guest login ok
Password: <password-if-configured>
230 Guest login ok, access restrictions apply.
ftp> binary
200 Type set to I
ftp> put yourlogo.jpg
ftp> put top.html
ftp> quit
221 Goodbye
Figure 132: Example ftp session to transfer logo and hyperlink file