home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 August / INTERNET94.ISO / pc / software / windows / building / webmenu_studio / wmstud01.cab / _0B0913F65A084532A1ED1513399E0C3D < prev    next >
Encoding:
Text File  |  2002-03-14  |  2.8 KB  |  57 lines

  1. <html>
  2. <head>
  3.     <title>COALESYS, Inc.</title>
  4. </head>
  5.  
  6. <body onResize="cswmRefresh()" scroll="auto" link="red" alink="red" vlink="red" bgcolor="#000000" leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>
  7.  
  8. <script language="JavaScript" type="text/javascript" src="./includes/loader.js"></script>
  9.  
  10. <!-- Main Nav -->
  11. <table background="./images/background.gif" bgcolor="#222222" width="100%" border=0 cellpadding=0 cellspacing=0>
  12.     <tr>
  13.         <td align="center" height=32 width=141><a href="default.asp"><img src="./images/coalesys.gif" width=141 height=32 alt="Coalesys, Inc." border=0></a></td>
  14.         <td width="100%" align="center" nowrap></td>
  15.         <td align="right" valign="top" nowrap><a onmouseover="cswmShow('Home', 'wmhome', 'below')" onmouseout="cswmHide()" href="default.htm"><img name="wmhome" id="wmhome" src="./images/home_dim.gif" width=74 height=32 alt="" border=0></a><a onmouseover="cswmShow('Products', 'wmproducts', 'below')" onmouseout="cswmHide()" href="default.htm"><img name="wmproducts" id="wmproducts" src="./images/products_dim.gif" width=74 height=32 alt="" border=0></a><a onmouseover="cswmShow('Support', 'wmsupport', 'below')" onmouseout="cswmHide();" href="default.htm"><img name="wmsupport" id="wmsupport" src="./images/support_dim.gif" width=74 height=32 alt="" border=0></a><a onmouseover="cswmShow('Basket', 'wmbasket', 'below')" onmouseout="cswmHide()" href="default.htm"><img name="wmbasket" id="wmbasket" src="./images/basket_dim.gif" width=74 height=32 alt="" border=0></a></td>
  16.     </tr>
  17. </table>
  18. <!-- End Main Nav -->
  19.  
  20. <br>
  21. <br>
  22. <table width="100%" border=0 cellpadding=5 cellspacing=5>
  23.     <tr>
  24.         <td colspan=2><font color="white">
  25.             <p><b>About the Sample:</b></td>
  26.     </tr>
  27.     <tr>
  28.         <td width=10></td>
  29.         <td><font color="white">
  30.             <p>
  31.                 This is the menu system for the first Coalesys Website to make use of WebMenu.
  32.             <p>
  33.                 It uses nearly all of the default WebMenu design properties except for colors and the scrolling effect. It features several Icons in the "Products" menu which were originally added as HTML IMG tags to the <b>Item.Caption</b> properties.  Later, when the <b>Item.ImageIcon</b> property was introduced, this was changed to reflect the new properties.
  34.         </td>
  35.     </tr>
  36.     <tr>
  37.         <td colspan=2><font color="white">
  38.             <p><b>View the Code:</b></td>
  39.     </tr>
  40.     <tr>
  41.         <td width=10></td>
  42.         <td><font color="white">
  43.             <p>
  44.                 The code for this sample is available in the product installation directory:
  45.                 <ul>
  46.                     <li><b>coalesys.wms</b> - The WebMenu Studio project file.
  47.                     <li><b>default.htm (this file)</b> - Uses the WebMenu compiled output and discusses the sample.
  48.                     <li><b>./includes/*</b> - The WebMenu output compiled from the studio application.
  49.                     <li><b>./images/*</b> - The images used in this sample.
  50.                 </ul>
  51.             
  52.         </td>
  53.     </tr>
  54. </table>
  55. </body>
  56. </html>
  57.