Commit 85811e7a authored by Michel Pelletier's avatar Michel Pelletier

partial searching

parent 1dd1ac07
<html>
<head>
<title>Edit <dtml-var title_or_id></title>
</head>
<body bgcolor="#ffffff" link="#000099" vlink="#555555" alink="#77003b">
<dtml-var manage_tabs>
<!--
<form action="manage_insert" method="POST">
<input name="word"><br>
<input type="submit" value="Add">
</form>
<br>
-->
<ul>
<dtml-in words>
<li><dtml-var sequence-key> (<dtml-var sequence-item>)</li>
</dtml-in>
</ul>
</body>
</html>
<dtml-comment>
Ignore this file for now
</dtml-comment>
<html>
<head>
<title>Edit <dtml-var title_or_id></title>
......@@ -8,7 +12,7 @@
<form action="query" method=POST>
<input name=pattern>
<input type="submit" value="bob"
<input type="submit" value="bob">
</form>
</body>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment