diff options
author | Taru Karttunen <taruti@taruti.net> | 2011-03-30 16:53:33 +0300 |
---|---|---|
committer | Taru Karttunen <taruti@taruti.net> | 2011-03-30 16:53:33 +0300 |
commit | e463eb40363ff4c68b1d903f4e0cdd0ac1c5977f (patch) | |
tree | d5e9f57c28f026cb21de3bd77cc10cd7f64aaa85 /sys/lib/wiki/edit.html | |
parent | b41b9034225ab3e49980d9de55c141011b6383b0 (diff) |
Import sources from 2011-03-30 iso image - sys/lib
Diffstat (limited to 'sys/lib/wiki/edit.html')
-rwxr-xr-x | sys/lib/wiki/edit.html | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/sys/lib/wiki/edit.html b/sys/lib/wiki/edit.html new file mode 100755 index 000000000..0f92b6cd4 --- /dev/null +++ b/sys/lib/wiki/edit.html @@ -0,0 +1,50 @@ +<html> +<head> +<title>TITLE (Editing DATE version)</title> +<META http-equiv="Content-Type" content="text/html; charset=utf-8"> +</head> +<!-- FFFFE9 is acme yellow; FFFFD0 is as close as + you can get to it before charon decides to use + grey instead of map entry 254 --> +<body bgcolor="#FFFFD0" link="#0000AA" alink="#0000AA" vlink="#0000AA"> +<center> +<font size=+2><b>TITLE</b></font> (Editing DATE version) +</center> +<p> + +For information on editing, see the +description of +<a href="../0">Plan 9 wiki syntax</a>. +<p> +<form action="/magic/wikipost" method="post"> +<table><tr><td valign=top> +<input type="submit" name="x" value="Put"></td><td> +<table> +<tr><td align=right>(optional) Comment:</td><td><input type="text" name="comment" value="" cols=40></td></tr> +<tr><td align=right>(optional) Email:</td><td><input type="text" name="author" value="" cols=40></td></tr> +</table> +<input type="hidden" name="title" value="TITLE"> +<input type="hidden" name="version" value="VERSION"> +<input type="hidden" name="service" value="plan9"> +<input type="hidden" name="base" value="/wiki/plan9"> +<p> +<textarea name="text" wrap="virtual" cols="80" rows="25"> +PAGE +</textarea><p> +</td> +</table> +</form> + +<hr> +<table width=100%><tr> +<td valign=center align=left> +</td><td valign=center align=right> +<a href="../about.html">About the server</a> +| +<a href="http://plan9.bell-labs.com/plan9" +><img src="http://plan9.bell-labs.com/plan9/img/power36.gif" +alt="Powered by Plan 9"></a> +</td> +</tr></table> +</html> +</body> |