home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Wtestowe / Clico / KIOSK / KIOSK.Z / ADMIN.org < prev    next >
Text File  |  1997-04-14  |  6KB  |  134 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. <!-- Start HTML specification -->
  13. <HTML>
  14.  
  15. <!-- Specify The Kiosk background image -->
  16. <BODY BACKGROUND="bluback.jpg">
  17.  
  18. <!-- Start the HTML main content section -->
  19. <BODY>
  20.                                     
  21. <!-- Display user guidelines in centre using a HTML defined font  -->
  22. <!-- of size 4                                                    -->
  23. <FONT SIZE=4><BOLD><CENTER>
  24. Click a hotspot to start an application or right click for options
  25. </CENTER></FONT></BOLD>
  26.  
  27. <!-- Specify the image containing the clickable hotspots and show  -->
  28. <!-- in the centre of the display. Specify the image map name to   -->
  29. <!-- be used with the image.                                       -->
  30. <CENTER>
  31. <IMG SRC="admin.jpg" USEMAP="#applications">
  32. </CENTER>
  33.  
  34. <!-- Image maps defined and the associated file or application to  -->
  35. <!-- execute when the hotspot is clicked.                          -->
  36. <MAP NAME="applications">
  37.  
  38. <!-- Door -->
  39. <AREA SHAPE="POLYGON" COORDS="137,225,127,20,43,20,59,226,137,225" HREF="../corridor.htm">
  40.  
  41. <!-- MultiView 2000 File Transfer -->
  42. <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">
  43.  
  44. <!-- MultiView 2000 Browser --> 
  45. <AREA SHAPE="POLYGON" COORDS="397,13,485,13,477,138,391,138,397,13" HREF="APP11">
  46.  
  47. <!-- MultiView 2000 Remote Print Server -->
  48. <AREA SHAPE="POLYGON" COORDS="445,145,441,176,463,190,515,190,516,163,499,155,496,146,445,145" HREF="APP10">
  49.  
  50. <!-- Calculator -->
  51. <AREA SHAPE="POLYGON" COORDS="408,292,471,317,490,297,478,293,480,288,431,273,431,277,408,292" HREF="APP1">
  52.  
  53. <!-- MultiView 2000 Terminal Emulator -->
  54. <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">
  55.  
  56. <!-- Memo -->
  57. <AREA SHAPE="POLYGON" COORDS="321,293,370,306,390,274,390,263,349,255,321,287,321,293" HREF="APP4"
  58.  
  59. <!-- Telephone List -->
  60. <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"
  61.  
  62. <!-- The Kiosk help -->
  63. <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">
  64.  
  65. <!-- New paragraph -->
  66. <P>
  67.  
  68. <!-- End of image map section -->
  69. </MAP>
  70.  
  71. <!-- Image maps defined and the associated file or application to  -->
  72. <!-- execute when the hotspot is clicked.                 -->    
  73. <IMG SRC="admin.gif" USEMAP="#admin">
  74.  
  75. <!-- Image maps defined and the associated file or application to  -->
  76. <!-- execute when the hotspot is clicked.                          -->
  77. <MAP NAME="admin">
  78.  
  79. <!-- Dispatch -->
  80. <AREA SHAPE=RECT COORDS="2,2,28,29" HREF="../dispatch/dispatch.htm">
  81.  
  82. <!-- Return to Main Door -->
  83. <AREA SHAPE=RECT COORDS="29,1,55,7" HREF="../extdoor.htm">
  84.  
  85. <!-- Return to Corridor -->
  86. <AREA SHAPE=RECT COORDS="29,8,55,51" HREF="../corridor.htm">
  87.  
  88. <!-- Finance -->
  89. <AREA SHAPE=RECT COORDS="56,30,82,57" HREF="../finance/finance.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. <!-- New paragraph -->
  128.  
  129. <!-- End of body section -->
  130. </BODY>
  131.  
  132. <!-- End of HTML specification -->
  133. </HTML>
  134.