Add A Target now uses edit form.
[irspy-moved-to-github.git] / web / htdocs / chrome / menu.mc
index dde9689..3a457a3 100644 (file)
@@ -1,15 +1,15 @@
-%# $Id: menu.mc,v 1.9 2006-11-01 10:00:44 mike Exp $
+%# $Id: menu.mc,v 1.12 2006-11-14 14:55:08 mike Exp $
      <p>
       <a href="/"><b>Home</b></a><br/>
       <a href="/all.html">Test&nbsp;all&nbsp;targets</a><br/>
       <a href="/find.html">Find a target</a><br/>
-      <a href="/add.html">Add a target</a><br/>
+      <a href="/edit.html">Add a target</a><br/>
      </p>
      <p>
       <b>Show targets</b>
       <br/>
 % foreach my $i ('a' .. 'z') {
-      <a href="/find.html?dc.title=^<% $i %>*&amp;_sort=dc.title&amp;_count=9999&amp;_search=Search"><% uc($i) %></a>
+      <a href="/find.html?dc.title=^<% $i %>*&amp;_sort=dc.title&amp;_count=9999&amp;_search=Search"><tt><% uc($i) %></tt></a>
 % }
      </p>
 % our $rec;
       <a href="<% xml_encode("/full.html?id=" . uri_escape($id))
                %>">Show</a>
       <br/>
-      <a href="<% xml_encode("/check.html?id=" . uri_escape($id))
-               %>">Test</a>
+      <a href="<% xml_encode("/check.html?id=" . uri_escape($id)) . "&test=Main"
+               %>">Full Test</a>
+      <br/>
+      <a href="<% xml_encode("/check.html?id=" . uri_escape($id)) . "&test=Quick"
+               %>">Quick Test</a>
       <br/>
       <a href="<% xml_encode("/edit.html?id=" . uri_escape($id))
                %>">Edit</a>