Reorder and reformat "This Record" submenu.
[irspy-moved-to-github.git] / web / htdocs / chrome / menu.mc
index 0a1c593..d4d905b 100644 (file)
@@ -1,17 +1,52 @@
-%# $Id: menu.mc,v 1.6 2006-09-20 13:43:42 mike Exp $
+%# $Id: menu.mc,v 1.13 2006-11-15 17:44:35 mike Exp $
      <p>
-      <a href="/><b>Home</b></a><br/>
+      <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 %>*&_sort=dc.title&_count=9999&_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;
+% my $id = $r->param("id");
+% if (!defined $id) {
+%    $rec = undef;
+% } else {
+     <div class="panel2">
+      <b>This Target</b>
+      <a href="<% xml_encode("/full.html?id=" . uri_escape($id)) %>">Show details</a>
+      <br/>
+      <a href="<% xml_encode("/edit.html?id=" . uri_escape($id)) %>">Edit details</a>
+      <br/>
+      <a href="<% xml_encode("/edit.html?id=" . uri_escape($id)) . "&amp;copy=1" %>">Copy target</a>
+      <p>
+       <a href="<% xml_encode("/check.html?id=" . uri_escape($id)) . "&amp;test=Quick" %>">Quick Test</a>
+       <br/>
+       <a href="<% xml_encode("/check.html?id=" . uri_escape($id)) . "&amp;test=Main" %>">Full Test</a>
+      </p>
+      <p>
+       <a href="<% xml_encode("/raw.html?id=" . uri_escape($id)) %>">XML</a>
+      </p>
+<%doc><!-- Maybe this would be too heavyweight -->
+      <br/>
+% my $host = "bagel.indexdata.dk";
+% my $port = 210;
+      <a href="/find.html?net.host=<% $host %>&net.port=<% $port %>&_search=Search"
+       >All databases on this server</a>
+</%doc>
+     </div>
+% }
+     <p>
+      <b>Documentation</b>
+      <br/>
+      <a href="/doc.html">Contents</a>
+     </p>
+     <p>&nbsp;</p>
      <p>
       <a href="http://validator.w3.org/check?uri=referer"><img
         src="/valid-xhtml10.png"