home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 July & August
/
Pcwk78a98.iso
/
Wtestowe
/
Clico
/
KIOSK
/
KIOSK.Z
/
SALES.org
< prev
next >
Wrap
Text File
|
1997-04-14
|
5KB
|
132 lines
<!-- 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 -->
<!-- size of 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="sales.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,226,126,20,43,20,59,226,137,226" HREF="../corridor.htm">
<!-- MultiView 2000 Browser -->
<AREA SHAPE="POLYGON" COORDS="385,24,473,24,465,149,379,148,385,24" HREF="APP11">
<!-- Calculator -->
<AREA SHAPE="POLYGON" COORDS="471,316,490,296,479,293,480,289,432,273,428,277,409,292,471,316" HREF="APP1">
<!-- MultiView 2000 Terminal Emulator -->
<AREA SHAPE="POLYGON" COORDS="166,182,251,176,255,247,276,243,296,264,173,284,168,258,171,257,166,182" HREF="APP8">
<!-- Dairy -->
<AREA SHAPE="POLYGON" COORDS="249,309,298,309,298,298,294,269,253,268,249,309" HREF="APP7"
<!-- Memo -->
<AREA SHAPE="POLYGON" COORDS="370,305,391,273,390,264,348,256,321,287,321,293,370,305" HREF="APP4"
<!-- Telephone List -->
<AREA SHAPE="POLYGON" COORDS="97,314,147,299,146,294,126,263,139,266,148,265,144,251,131,248,126,252,83,261,74,262,65,271,65,282,70,286,83,280,83,290,97,314" HREF="APP6 PROD_DIRsamples\sample2\sales\phone.txt"
<!-- The Kiosk help -->
<AREA SHAPE="POLYGON" COORDS="385,169,444,179,448,186,461,189,442,194,418,191,419,197,412,212,411,227,413,239,423,242,428,249,414,253,392,249,386,242,395,237,402,237,405,227,406,211,413,195,413,190,376,183,371,178,385,169" HREF="APPHELP">
<!-- New paragraph -->
<P>
<!-- End of image map section -->
</MAP>
<!-- 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="sales.gif" USEMAP="#shortcut">
<!-- Image maps defined and the associated file or application to -->
<!-- execute when the hotspot is clicked. -->
<MAP NAME="shortcut">
<!-- Dispatch -->
<AREA SHAPE=RECT COORDS="2,2,28,29" HREF="../dispatch/dispatch.htm">
<!-- Admin -->
<AREA SHAPE=RECT COORDS="2,30,28,57" HREF="../admin/admin.htm">
<!-- Return to Corridor -->
<AREA SHAPE=RECT COORDS="29,8,55,51" HREF="../corridor.htm">
<!-- Return to Main Door -->
<AREA SHAPE=RECT COORDS="29,1,55,7" HREF="../extdoor.htm">
<!-- Finance -->
<AREA SHAPE=RECT COORDS="56,30,82,57" HREF="../finance/finance.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>