edit.html 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <html>
  2. <head>
  3. <title>TITLE (Editing DATE version)</title>
  4. <META http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. </head>
  6. <!-- FFFFE9 is acme yellow; FFFFD0 is as close as
  7. you can get to it before charon decides to use
  8. grey instead of map entry 254 -->
  9. <body bgcolor="#FFFFD0" link="#0000AA" alink="#0000AA" vlink="#0000AA">
  10. <center>
  11. <font size=+2><b>TITLE</b></font> (Editing DATE version)
  12. </center>
  13. <p>
  14. For information on editing, see the
  15. description of
  16. <a href="../0">Plan 9 wiki syntax</a>.
  17. <p>
  18. <form action="/magic/wikipost" method="post">
  19. <table><tr><td valign=top>
  20. <input type="submit" name="x" value="Put"></td><td>
  21. <table>
  22. <tr><td align=right>(optional) Comment:</td><td><input type="text" name="comment" value="" cols=40></td></tr>
  23. <tr><td align=right>(optional) Email:</td><td><input type="text" name="author" value="" cols=40></td></tr>
  24. </table>
  25. <input type="hidden" name="title" value="TITLE">
  26. <input type="hidden" name="version" value="VERSION">
  27. <input type="hidden" name="service" value="plan9">
  28. <input type="hidden" name="base" value="/wiki/plan9">
  29. <p>
  30. <textarea name="text" wrap="virtual" cols="80" rows="25">
  31. PAGE
  32. </textarea><p>
  33. </td>
  34. </table>
  35. </form>
  36. <hr>
  37. <table width=100%><tr>
  38. <td valign=center align=left>
  39. </td><td valign=center align=right>
  40. <a href="../about.html">About the server</a>
  41. |
  42. <a href="http://plan9.bell-labs.com/plan9"
  43. ><img src="http://plan9.bell-labs.com/plan9/img/power36.gif"
  44. alt="Powered by Plan 9"></a>
  45. </td>
  46. </tr></table>
  47. </html>
  48. </body>