Skip to content

Commit

Permalink
partial searching
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Pelletier committed Jan 31, 2000
1 parent 0f35953 commit 4a891d7
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
Binary file added Vocabulary.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions manage_vocab.dtml
@@ -0,0 +1,25 @@
<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>
6 changes: 5 additions & 1 deletion vocab_query.dtml
@@ -1,3 +1,7 @@
<dtml-comment>
Ignore this file for now
</dtml-comment>

<html>
<head>
<title>Edit <dtml-var title_or_id></title>
Expand All @@ -8,7 +12,7 @@

<form action="query" method=POST>
<input name=pattern>
<input type="submit" value="bob"
<input type="submit" value="bob">
</form>

</body>
Expand Down

0 comments on commit 4a891d7

Please sign in to comment.