Project

General

Profile

« Previous | Next » 

Revision 49

Added by Matt Jones over 24 years ago

added document display function to servlet

View differences:

contents.html
21 21
<p>
22 22
Simple database query against MetaCat<br>
23 23
<form action="/servlets/MetaCatServlet" target="right" method="POST">
24
  <input type="hidden" name="action" value="query">
24 25
  <input type="text" name="query" size="15">
25 26
  <input type="submit" value="Run query">
26 27
  <br />
27 28
  <input type="checkbox" name="convert" value="true">Results in HTML
28 29
</form>
29 30
<p>
31
<a href="/servlets/MetaCatServlet?action=getdocument&docid=1" 
32
   target="right">Test Document Display (1)</a><br>
33
<a href="/servlets/MetaCatServlet?action=getdocument&docid=31" 
34
   target="right">Test Document Display (31)</a>
30 35
</body>
31 36
</html>

Also available in: Unified diff