home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Wtestowe / Clico / KIOSK / KIOSK.Z / CORRIDOR.org < prev    next >
Text File  |  1997-04-14  |  5KB  |  130 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. <!-- Setup font to use BOLD and Size 4, CENTER any text entered -->
  24. <FONT SIZE=4><BOLD><CENTER>
  25.  
  26. <!-- Insert a horizontal line -->    
  27. <HR>
  28.  
  29. <!-- Insert Text -->
  30. Click on a door to enter room or right click for options
  31.  
  32. <!-- Insert a horizontal line -->    
  33. <HR>
  34.  
  35. <!-- End of Center, font and bold -->
  36. </CENTER></FONT></BOLD>
  37.  
  38. <!-- New paragraph -->
  39.  
  40. <!-- Specify the image containing the clickable hotspots and show  -->
  41. <!-- in the centre of the display. Specify the image map name to   -->
  42. <!-- be used with the image.                                       -->
  43. <CENTER>
  44. <IMG SRC="corridor.jpg" USEMAP="#doorways">
  45. </CENTER>
  46.  
  47. <!-- Image maps defined and the associated file or application to  -->
  48. <!-- execute when the hotspot is clicked.                          -->
  49. <MAP NAME="doorways">
  50.  
  51. <!-- Admin -->
  52. <AREA SHAPE="POLYGON" COORDS="19,47,65,59,64,280,20,301,19,47" HREF="admin/admin.htm"
  53.  
  54. <!-- Finance -->
  55. <AREA SHAPE="POLYGON" COORDS="595,301,597,47,552,58,552,281,595,301" HREF="finance/finance.htm"
  56.  
  57. <!-- Sales -->
  58. <AREA SHAPE="POLYGON" COORDS="467,81,496,74,495,252,464,236,467,81" HREF="sales/sales.htm"
  59.  
  60. <!-- Dispatch -->
  61. <AREA SHAPE="POLYGON" COORDS="120,74,152,82,151,237,120,251,120,74" HREF="dispatch/dispatch.htm"
  62.  
  63. <!-- Return to main door -->
  64. <AREA SHAPE="RECT" COORDS="245,42,361,220" HREF="extdoor.htm">
  65.  
  66. <P>
  67.  
  68. <!-- Specify the image containing the clickable hotspots and show  -->
  69. <!-- in the centre of the display. Specify the image map name to   -->
  70. <!-- be used with the image.                                       -->
  71. <IMG SRC="shortcut.gif" ALIGN=LEFT USEMAP="#shortcut">
  72.  
  73. <!-- Image maps defined and the associated file or application to  -->
  74. <!-- execute when the hotspot is clicked.                          -->
  75. <MAP NAME="shortcut">
  76.  
  77. <!-- Dispatch -->
  78. <AREA SHAPE=RECT COORDS="2,2,28,29" HREF="dispatch/dispatch.htm">
  79.  
  80. <!-- Admin -->
  81. <AREA SHAPE=RECT COORDS="2,30,28,57" HREF="admin/admin.htm">
  82.  
  83. <!-- Return to main door -->
  84. <AREA SHAPE=RECT COORDS="29,1,55,7" HREF="extdoor.htm">
  85.  
  86. <!-- Sales -->
  87. <AREA SHAPE=RECT COORDS="56,2,82,29" HREF="sales/sales.htm">
  88.  
  89. <!-- Finance -->
  90. <AREA SHAPE=RECT COORDS="56,30,82,57" HREF="finance/finance.htm">
  91.  
  92. <!-- Applications and files can also be executed in the following  -->
  93. <!-- ways:                                                         -->
  94.  
  95. <!-- To open a file saved in the same directory as the .htm file   -->
  96. <!-- containing the hotspot, with it's associated application      -->
  97. <!-- (defined by Windows).                                         -->
  98.  
  99. <!-- <AREA SHAPE="shape type" COORDS="hotspot coordinates" HREF="file name"> -->
  100.  
  101. <!-- To run an application or open a file with it's associated     -->
  102. <!-- application (defined by Windows) from a directory specified   -->
  103. <!-- in the directory path.                                        -->
  104.  
  105. <!-- <AREA SHAPE="shape type" COORDS="hotspot coordinates" HREF="/file name"> -->
  106.  
  107. <!-- To run an application or open a file with it's associated     -->
  108. <!-- application (defined by Windows) from a specified directory.  -->
  109.  
  110. <!-- <AREA SHAPE="shape type" COORDS="hotspot coordinates" HREF="FILE:///full path and file name"> -->
  111.  
  112. <!-- To run an application with a command line parameter.          -->
  113.  
  114. <!-- <AREA SHAPE="shape type" COORDS="hotspot coordinates"         -->
  115. <!-- HREF="FILE:///full path of application followed by full path (if necessary) of command line parameter"> -->
  116.  
  117. <!-- To load a web site.                                           -->
  118.  
  119. <!-- <AREA SHAPE="shape type" COORDS="hotspot coordinates"         -->
  120. <!-- HREF="HTTP://URL of file to be loaded">                       -->
  121.  
  122. <!-- End of image map section -->
  123. </MAP>
  124.  
  125. <!-- End of body section -->
  126. </BODY>
  127.  
  128. <!-- End of HTML specification -->
  129. </HTML>
  130.