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

  1. <html>
  2. <head>
  3.     <title>COALESYS, Inc.</title>
  4.     <style>
  5.         <%StyleSheet%>
  6.     </style>
  7.     <script>
  8.         <%JavaScript%>
  9.         function DisableContextMenu(e){return false;}
  10.         document.oncontextmenu = DisableContextMenu;
  11.     </script>
  12. </head>
  13.  
  14. <body onResize="<%OnResizeEvent%>" bgcolor="#606060" leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>
  15.  
  16. <%WebMenu%>
  17.  
  18. <!-- Main Nav -->
  19. <table bgcolor="#000000" width="100%" align="center" border=0 cellpadding=0 cellspacing=0>
  20.     <tr>
  21.         <td width="50%"><img src="./images/clearpixel.gif" width=1 height=1 alt="" border=0></td>
  22.         <td width=50><a onmouseover="cswmShow('File', 'file', 'below', 0, 2)" onmouseout="cswmHide()" href="default.htm"><img id="file" name="file" src="./images/file.gif" width=50 height=26 alt="" border=0></a></td>
  23.         <td width=50><a onmouseover="cswmShow('Edit', 'edit', 'below', 0, 2)" onmouseout="cswmHide()" href="default.htm"><img id="edit" name="edit" src="./images/edit.gif" width=50 height=26 alt="" border=0></a></td>
  24.         <td width="50%"><img src="./images/clearpixel.gif" width=1 height=1 alt="" border=0></td>
  25.     </tr>
  26.     <tr>
  27.         <td width="100%" height=2 colspan=4 bgcolor="#66f088"><img src="./images/clearpixel.gif" width=1 height=1 alt="" border=0></td>
  28.     </tr>
  29. </table>
  30. <!-- End Main Nav -->
  31.  
  32. <table height="90%">
  33.     <tr>
  34.         <td height="90%"></td>
  35.     </tr>
  36.     <tr>
  37.         <td align="center"><span style="color:#dfdfdf; font-size:13px">The Preview Window is loading it's HTML from the CustomImages.wmt file, which is why the buttonbar does look the same as in other projects.  To learn more about Live Preview templates, please see the documentation under "Using WebMenu Studio - Advanced Topics".</span></td>
  38.     </tr>
  39. </table>
  40.  
  41. </body>
  42. </html>
  43.