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="admin.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="137,225,127,20,43,20,59,226,137,225" HREF="../corridor.htm">
-
- <!-- MultiView 2000 File Transfer -->
- <AREA SHAPE="POLYGON" COORDS="172,122,174,181,252,175,253,237,353,237,355,122,345,117,211,117,208,121,191,121,187,118,186,114,172,122" HREF="APP9">
-
- <!-- MultiView 2000 Browser -->
- <AREA SHAPE="POLYGON" COORDS="397,13,485,13,477,138,391,138,397,13" HREF="APP11">
-
- <!-- MultiView 2000 Remote Print Server -->
- <AREA SHAPE="POLYGON" COORDS="445,145,441,176,463,190,515,190,516,163,499,155,496,146,445,145" HREF="APP10">
-
- <!-- Calculator -->
- <AREA SHAPE="POLYGON" COORDS="408,292,471,317,490,297,478,293,480,288,431,273,431,277,408,292" HREF="APP1">
-
- <!-- MultiView 2000 Terminal Emulator -->
- <AREA SHAPE="POLYGON" COORDS="167,182,251,176,256,245,276,244,295,263,295,266,173,285,168,259,172,257,170,253,167,182" HREF="APP8">
-
- <!-- Memo -->
- <AREA SHAPE="POLYGON" COORDS="321,293,370,306,390,274,390,263,349,255,321,287,321,293" HREF="APP4"
-
- <!-- Telephone List -->
- <AREA SHAPE="POLYGON" COORDS="97,313,146,299,139,278,126,264,145,267,149,258,139,248,75,263,69,266,64,276,68,284,83,280,97,313" HREF="APP6 PROD_DIRsamples\sample2\admin\phone.txt"
-
- <!-- The Kiosk help -->
- <AREA SHAPE="POLYGON" COORDS="384,170,442,178,449,187,456,192,447,191,439,195,419,192,414,205,411,213,412,233,414,239,424,243,427,251,412,254,393,251,387,244,392,238,401,239,404,225,406,211,414,191,374,183,374,179,384,170" HREF="APPHELP">
-
- <!-- New paragraph -->
- <P>
-
- <!-- End of image map section -->
- </MAP>
-
- <!-- Image maps defined and the associated file or application to -->
- <!-- execute when the hotspot is clicked. -->
- <IMG SRC="admin.gif" USEMAP="#admin">
-
- <!-- Image maps defined and the associated file or application to -->
- <!-- execute when the hotspot is clicked. -->
- <MAP NAME="admin">
-
- <!-- Dispatch -->
- <AREA SHAPE=RECT COORDS="2,2,28,29" HREF="../dispatch/dispatch.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"> -->
-
- <!-- New paragraph -->
-
- <!-- End of body section -->
- </BODY>
-
- <!-- End of HTML specification -->
- </HTML>
-