home *** CD-ROM | disk | FTP | other *** search
- <!-- Copyright JSB 1996 -->
- <!-- Details between these markers indicate comments. -->
- <!-- For display purposes, this sample should be used with -->
- <!-- 256 colour resolution. -->
-
- <!-- This sample HTML file using image maps has been designed to -->
- <!-- be used with The MultiView 2000 Kiosk. -->
- <!-- Image maps are pictures that allow the user to click on -->
- <!-- specified areas to open a file or run a particular -->
- <!-- application. -->
-
-
-
- <!-- Start HTML specification -->
- <HTML>
-
- <!-- Specify The Kiosk background image -->
- <BODY BACKGROUND="bluback.jpg">
-
- <!-- Start the HTML main content section -->
- <BODY>
-
- <!-- Display user guidelines in centre using a HTML defined font -->
- <!-- of size 4 -->
- <FONT SIZE=4><BOLD><CENTER>
- Click a hotspot to start an application or right click for options
- </CENTER></FONT></BOLD>
-
- <!-- Specify the image containing the clickable hotspots and show -->
- <!-- in the centre of the display. Specify the image map name to -->
- <!-- be used with the image. -->
- <CENTER>
- <IMG SRC="dispatch.jpg" USEMAP="#applications">
- </CENTER>
-
- <!-- Image maps defined and the associated file or application to -->
- <!-- execute when the hotspot is clicked. -->
- <MAP NAME="applications">
-
- <!-- Door -->
- <AREA SHAPE="POLYGON" COORDS="484,226,500,21,416,21,406,228,484,226" HREF="../corridor.htm">
-
- <!-- MultiView 2000 Browser -->
- <AREA SHAPE="POLYGON" COORDS="294,24,383,24,378,149,292,149,294,24" HREF="APP11">
-
- <!-- Calculator -->
- <AREA SHAPE="POLYGON" COORDS="471,316,490,296,479,292,479,288,431,273,431,278,429,276,409,292,471,316" HREF="APP1">
-
- <!-- MultiView 2000 Terminal Emulator -->
- <AREA SHAPE="POLYGON" COORDS="374,182,370,257,393,260,388,289,263,269,263,264,283,243,288,175,374,182" HREF="APP8">
-
- <!-- Memo -->
- <AREA SHAPE="POLYGON" COORDS="214,304,260,291,260,284,227,254,187,264,188,273,214,304" HREF="APP4">
-
- <!-- Telephone List -->
- <AREA SHAPE="POLYGON" COORDS="97,314,146,300,146,294,139,279,126,263,145,267,147,257,139,249,133,249,74,262,66,270,65,280,72,286,82,281,83,291,97,314" HREF="APP6 PROD_DIRsamples\sample2\dispatch\phone.txt"
-
- <!-- The Kiosk help -->
- <AREA SHAPE="POLYGON" COORDS="128,177,183,169,191,177,191,182,153,191,153,195,161,212,161,227,165,232,166,237,177,241,178,246,163,253,143,250,140,247,154,238,156,229,156,212,147,194,147,193,122,195,109,189,120,186,128,177" HREF="APPHELP">
-
- <!-- End of image map section -->
- </MAP>
-
- <!-- New paragraph -->
- <P>
-
- <!-- Specify the image containing the clickable hotspots and show -->
- <!-- in the centre of the display. Specify the image map name to -->
- <!-- be used with the image. -->
- <IMG SRC="disp.gif" USEMAP="#shortcut">
-
- <!-- Image maps defined and the associated file or application to -->
- <!-- execute when the hotspot is clicked. -->
- <MAP NAME="shortcut">
-
- <!-- Admin -->
- <AREA SHAPE=RECT COORDS="2,30,28,57" HREF="../admin/admin.htm">
-
- <!-- Return to Main Door -->
- <AREA SHAPE=RECT COORDS="29,1,55,7" HREF="../extdoor.htm">
-
- <!-- Return to Corridor -->
- <AREA SHAPE=RECT COORDS="29,8,55,51" HREF="../corridor.htm">
-
- <!-- Finance -->
- <AREA SHAPE=RECT COORDS="56,30,82,57" HREF="../finance/finance.htm">
-
- <!-- Sales -->
- <AREA SHAPE=RECT COORDS="56,2,82,29" HREF="../sales/sales.htm>
-
- <!-- End of image map section -->
- </MAP>
-
- <!-- Applications and files can also be executed in the following -->
- <!-- ways: -->
-
- <!-- To open a file saved in the same directory as the .htm file -->
- <!-- containing the hotspot, with it's associated application -->
- <!-- (defined by Windows). -->
-
- <!-- <AREA SHAPE="shape type" COORDS="hotspot coordinates" HREF="file name"> -->
-
- <!-- To run an application or open a file with it's associated -->
- <!-- application (defined by Windows) from a directory specified -->
- <!-- in the directory path. -->
-
- <!-- <AREA SHAPE="shape type" COORDS="hotspot coordinates" HREF="/file name"> -->
-
- <!-- To run an application or open a file with it's associated -->
- <!-- application (defined by Windows) from a specified directory. -->
-
- <!-- <AREA SHAPE="shape type" COORDS="hotspot coordinates" HREF="FILE:///full path and file name"> -->
-
- <!-- To run an application with a command line parameter. -->
-
- <!-- <AREA SHAPE="shape type" COORDS="hotspot coordinates" -->
- <!-- HREF="FILE:///full path of application followed by full path (if necessary) of command line parameter"> -->
-
- <!-- To load a web site. -->
-
- <!-- <AREA SHAPE="shape type" COORDS="hotspot coordinates" -->
- <!-- HREF="HTTP://URL of file to be loaded"> -->
-
-
- <!-- End of body section -->
- </BODY>
-
- <!-- End of HTML specification -->
- </HTML>
-