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

design.html 2.4 kB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- Content Stylesheet for Site -->
  3. <!-- start the processing -->
  4. <html>
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
  7. <meta name="author" value="Conor MacNeill">
  8. <meta name="email" value="">
  9. <title>Mutant Proposal - Developers</title>
  10. </head>
  11. <body bgcolor="#ffffff" text="#000000" link="#525D76">
  12. <table border="0" width="100%" cellspacing="0">
  13. <!-- TOP IMAGE -->
  14. <tr>
  15. <td colspan="2">
  16. <a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" align="left" border="0"/></a>
  17. </td>
  18. </tr>
  19. </table>
  20. <table border="0" width="100%" cellspacing="4">
  21. <tr><td colspan="2">
  22. <hr noshade="" size="1"/>
  23. </td></tr>
  24. <tr>
  25. <!-- LEFT SIDE NAVIGATION -->
  26. <td valign="top" nowrap="true">
  27. <p><strong>Mutant Proposal</strong></p>
  28. <ul>
  29. <li> <a href="./index.html">Introduction</a>
  30. </li>
  31. <li> <a href="./goals.html">Design Goals</a>
  32. </li>
  33. <li> <a href="./features.html">User Features</a>
  34. </li>
  35. <li> <a href="./developers.html">Task Developers</a>
  36. </li>
  37. <li> <a href="./design.html">Design Description</a>
  38. </li>
  39. </ul>
  40. </td>
  41. <td align="left" valign="top">
  42. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  43. <tr><td bgcolor="#525D76">
  44. <font color="#ffffff" face="arial,helvetica,sanserif">
  45. <a name="Developers"><strong>Developers</strong></a>
  46. </font>
  47. </td></tr>
  48. <tr><td>
  49. <blockquote>
  50. <p>
  51. This page will describe the design of Mutant's core.
  52. </p>
  53. </blockquote>
  54. </td></tr>
  55. </table>
  56. </td>
  57. </tr>
  58. <!-- FOOTER -->
  59. <tr><td colspan="2">
  60. <hr noshade="" size="1"/>
  61. </td></tr>
  62. <tr><td colspan="2">
  63. <div align="center"><font color="#525D76" size="-1"><em>
  64. Copyright &#169; 2000-2002, Apache Software Foundation
  65. </em></font></div>
  66. </td></tr>
  67. </table>
  68. </body>
  69. </html>
  70. <!-- end the processing -->