home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Wtestowe / Clico / KIOSK / KIOSK.Z / SALES.org < prev    next >
Text File  |  1997-04-14  |  5KB  |  132 lines

  1. <!-- Copyright JSB 1996                                           -->
  2. <!-- Details between these markers indicate comments.             -->
  3. <!-- For display purposes, this sample should be used with        -->
  4. <!-- 256 colour resolution.                                       -->
  5.  
  6. <!-- This sample HTML file using image maps has been designed to  -->
  7. <!-- be used with The MultiView 2000 Kiosk.                       -->
  8. <!-- Image maps are pictures that allow the user to click on      -->
  9. <!-- specified areas to open a file or run a particular           -->
  10. <!-- application.                                                 -->
  11.  
  12.  
  13.  
  14. <!-- Start HTML specification -->
  15. <HTML>
  16.  
  17. <!-- Specify The Kiosk background image -->
  18. <BODY BACKGROUND="bluback.jpg">
  19.  
  20. <!-- Start the HTML main content section -->
  21. <BODY>
  22.  
  23. <!-- Display user guidelines in centre using a HTML defined font  -->
  24. <!-- size of 4                                                    -->
  25. <FONT SIZE=4><BOLD><CENTER>
  26. Click a hotspot to start an application or right click for options
  27. </CENTER></FONT></BOLD>
  28.  
  29. <!-- Specify the image containing the clickable hotspots and show  -->
  30. <!-- in the centre of the display. Specify the image map name to   -->
  31. <!-- be used with the image.                                       -->
  32. <CENTER>
  33. <IMG SRC="sales.jpg" USEMAP="#applications">
  34. </CENTER>
  35.  
  36. <!-- Image maps defined and the associated file or application to  -->
  37. <!-- execute when the hotspot is clicked.                          -->
  38. <MAP NAME="applications">
  39.  
  40. <!-- Door -->
  41. <AREA SHAPE="POLYGON" COORDS="137,226,126,20,43,20,59,226,137,226" HREF="../corridor.htm">
  42.  
  43. <!-- MultiView 2000 Browser --> 
  44. <AREA SHAPE="POLYGON" COORDS="385,24,473,24,465,149,379,148,385,24" HREF="APP11">
  45.  
  46. <!-- Calculator -->
  47. <AREA SHAPE="POLYGON" COORDS="471,316,490,296,479,293,480,289,432,273,428,277,409,292,471,316" HREF="APP1">
  48.  
  49. <!-- MultiView 2000 Terminal Emulator -->
  50. <AREA SHAPE="POLYGON" COORDS="166,182,251,176,255,247,276,243,296,264,173,284,168,258,171,257,166,182" HREF="APP8">
  51.  
  52. <!-- Dairy -->
  53. <AREA SHAPE="POLYGON" COORDS="249,309,298,309,298,298,294,269,253,268,249,309" HREF="APP7"
  54.  
  55. <!-- Memo -->
  56. <AREA SHAPE="POLYGON" COORDS="370,305,391,273,390,264,348,256,321,287,321,293,370,305" HREF="APP4"
  57.  
  58. <!-- Telephone List -->
  59. <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"
  60.  
  61. <!-- The Kiosk help -->
  62. <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">
  63.  
  64. <!-- New paragraph -->
  65. <P>
  66.  
  67. <!-- End of image map section -->
  68. </MAP>
  69.  
  70. <!-- Specify the image containing the clickable hotspots and show  -->
  71. <!-- in the centre of the display. Specify the image map name to   -->
  72. <!-- be used with the image.                                       -->
  73. <IMG SRC="sales.gif" USEMAP="#shortcut">
  74.  
  75. <!-- Image maps defined and the associated file or application to  -->
  76. <!-- execute when the hotspot is clicked.                          -->
  77. <MAP NAME="shortcut">
  78.  
  79. <!-- Dispatch -->
  80. <AREA SHAPE=RECT COORDS="2,2,28,29" HREF="../dispatch/dispatch.htm">
  81.  
  82. <!-- Admin -->
  83. <AREA SHAPE=RECT COORDS="2,30,28,57" HREF="../admin/admin.htm">
  84.  
  85. <!-- Return to Corridor -->
  86. <AREA SHAPE=RECT COORDS="29,8,55,51" HREF="../corridor.htm">
  87.  
  88. <!-- Return to Main Door -->
  89. <AREA SHAPE=RECT COORDS="29,1,55,7" HREF="../extdoor.htm">
  90.  
  91. <!-- Finance -->
  92. <AREA SHAPE=RECT COORDS="56,30,82,57" HREF="../finance/finance.htm">
  93.  
  94. <!-- End of image map section -->
  95. </MAP>
  96.  
  97. <!-- Applications and files can also be executed in the following  -->
  98. <!-- ways:                                                         -->
  99.  
  100. <!-- To open a file saved in the same directory as the .htm file   -->
  101. <!-- containing the hotspot, with it's associated application      -->
  102. <!-- (defined by Windows).                                         -->
  103.  
  104. <!-- <AREA SHAPE="shape type" COORDS="hotspot coordinates" HREF="file name"> -->
  105.  
  106. <!-- To run an application or open a file with it's associated     -->
  107. <!-- application (defined by Windows) from a directory specified   -->
  108. <!-- in the directory path.                                        -->
  109.  
  110. <!-- <AREA SHAPE="shape type" COORDS="hotspot coordinates" HREF="/file name"> -->
  111.  
  112. <!-- To run an application or open a file with it's associated     -->
  113. <!-- application (defined by Windows) from a specified directory.  -->
  114.  
  115. <!-- <AREA SHAPE="shape type" COORDS="hotspot coordinates" HREF="FILE:///full path and file name"> -->
  116.  
  117. <!-- To run an application with a command line parameter.          -->
  118.  
  119. <!-- <AREA SHAPE="shape type" COORDS="hotspot coordinates"         -->
  120. <!-- HREF="FILE:///full path of application followed by full path (if necessary) of command line parameter"> -->
  121.  
  122. <!-- To load a web site.                                           -->
  123.  
  124. <!-- <AREA SHAPE="shape type" COORDS="hotspot coordinates"         -->
  125. <!-- HREF="HTTP://URL of file to be loaded">                       -->
  126.  
  127. <!-- End of body section -->
  128. </BODY>
  129.  
  130. <!-- End of HTML specification -->
  131. </HTML>
  132.