You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

logo.html 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>Logo for Properties</title>
  5. <style type="text/css">
  6. <!--
  7. body {
  8. font-family: Verdana, Helvetica, sans-serif;
  9. background-image: url(../../images/logo.jpg);
  10. background-position: top center;
  11. background-repeat: no-repeat;
  12. background-attachment: fixed;
  13. background-color:#294563;border:0px;padding:0px:margin:0px
  14. }
  15. img {padding:0px;margin:0px;border:0px;}
  16. input {float:right;}
  17. input#widenButton {position:fixed; top: 0px; right: 0px}
  18. input#lengthenButton {position:fixed; top: 2em; right: 0px}
  19. li.toplevel {color: #CFDCED}
  20. .menu {
  21. margin: 0px; padding: 0px;
  22. }
  23. .menu a:link {color: white}
  24. .menu a:visited {color: white}
  25. .menu a:hover {color: #FFCC00}
  26. .menu ul { margin: 0px 0px 0px 20px; padding: 0px; }
  27. .content {
  28. padding: 5px 5px 5px 10px;
  29. font : small Verdana, Helvetica, sans-serif; font-size : 90%;
  30. }
  31. -->
  32. </style>
  33. </head>
  34. <body>
  35. <input id="widenButton" onclick="parent.toggleColWidths();return
  36. true;" type="button" value="&gt;">
  37. <input id="lengthenButton" onclick="parent.toggleColHeights();return
  38. true;" type="button" value="^">
  39. <div id="menu" class="menu">
  40. <ul>
  41. <li class="toplevel">Index
  42. <ul>
  43. <li>
  44. <a href="../../index.html" target="_parent">FOP Home</a>
  45. </li>
  46. <li>
  47. <a href="index.html" target="_parent">Alt Design</a>
  48. </li>
  49. </ul>
  50. </li>
  51. <li class="toplevel">Alt Design Properties</font>
  52. <ul>
  53. <li>
  54. <a href= "javascript:parent.displayHtml(
  55. 'properties/introduction.html' )" >Introduction</a>
  56. </li>
  57. <li>
  58. <a href= "javascript:parent.displayHtml(
  59. 'properties/classes-overview.html' )" >Classes
  60. overview</a>
  61. </li>
  62. <li>
  63. <a href= "javascript:parent.displayHtml(
  64. 'properties/PropertyConsts-class.html' )"
  65. >PropertyConsts</a>
  66. </li>
  67. <li>
  68. <a href= "javascript:parent.displayHtml(
  69. 'properties/simple-properties.html' )" >Simple
  70. Properties</a>
  71. </li>
  72. <li>
  73. <a href= "javascript:parent.displayHtml(
  74. 'properties/getInitialValue.html' )"
  75. >getInitialValue</a>
  76. </li>
  77. <li>
  78. <a href= "javascript:parent.displayHtml(
  79. 'properties/enumerated-values.html' )" >Enumerated
  80. data</a>
  81. </li>
  82. <li>
  83. <a href= "javascript:parent.displayHtml(
  84. 'properties/propertyExpressions.html' )" >Property
  85. parsing</a>
  86. </li>
  87. </ul>
  88. </li>
  89. </ul>
  90. </div>
  91. </body>
  92. </html>