home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Wtestowe / Clico / KIOSK / KIOSK.Z / FINANCE.org < prev    next >
Text File  |  1997-04-14  |  5KB  |  133 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. <!-- of size 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="finance.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="484,225,500,19,416,20,406,227,484,225" HREF="../corridor.htm">
  42.  
  43. <!-- MultiView 2000 Browser --> 
  44. <AREA SHAPE="POLYGON" COORDS="51,24,141,24,146,148,61,148,51,24" HREF="APP11">
  45.  
  46. <!-- Calculator -->
  47. <AREA SHAPE="POLYGON" COORDS="472,316,489,297,479,293,479,288,432,273,429,277,408,292,472,317" HREF="APP1">
  48.  
  49. <!-- Terminal Emulator -->
  50. <AREA SHAPE="POLYGON" COORDS="326,174,410,187,411,199,420,204,414,242,404,248,403,258,392,262,417,271,392,295,282,258,316,240,326,174" HREF="APP8">
  51.  
  52. <!-- Word -->
  53. <AREA SHAPE="POLYGON" COORDS="231,314,311,314,303,267,240,267,231,314" HREF="APP2">
  54.  
  55. <!-- Memo -->
  56. <AREA SHAPE="POLYGON" COORDS="178,304,226,291,225,284,197,254,156,264,156,270,178,304" HREF="APP4">
  57.  
  58. <!-- Telephone List -->
  59. <AREA SHAPE="POLYGON" COORDS="97,313,147,299,145,294,140,279,125,263,145,267,147,261,144,251,133,249,75,262,67,270,64,280,70,285,84,280,84,292,97,313" HREF="APP6 PROD_DIRsamples\sample2\finance\phone.txt">
  60.  
  61. <!-- The Kiosk help -->
  62. <AREA SHAPE="POLYGON" COORDS="126,177,183,168,192,176,189,185,153,190,153,197,161,212,161,228,165,238,177,240,176,247,161,252,145,251,139,245,152,238,156,228,155,211,148,192,126,195,108,190,120,187,126,177" HREF="APPHELP">
  63.  
  64. <!-- End of image map section -->
  65. </MAP>
  66.  
  67. <!-- New paragraph -->
  68. <P>
  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="finan.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. <!-- Sales -->
  92. <AREA SHAPE=RECT COORDS="56,2,82,29" HREF="../sales/sales.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.  
  128. <!-- End of body section -->
  129. </BODY>
  130.  
  131. <!-- End of HTML specification -->
  132. </HTML>
  133.