1 %# $Id: menu.mc,v 1.13 2006-11-15 17:44:35 mike Exp $
3 <a href="/"><b>Home</b></a><br/>
4 <a href="/all.html">Test all targets</a><br/>
5 <a href="/find.html">Find a target</a><br/>
6 <a href="/edit.html">Add a target</a><br/>
11 % foreach my $i ('a' .. 'z') {
12 <a href="/find.html?dc.title=^<% $i %>*&_sort=dc.title&_count=9999&_search=Search"><tt><% uc($i) %></tt></a>
16 % my $id = $r->param("id");
22 <a href="<% xml_encode("/full.html?id=" . uri_escape($id)) %>">Show details</a>
24 <a href="<% xml_encode("/edit.html?id=" . uri_escape($id)) %>">Edit details</a>
26 <a href="<% xml_encode("/edit.html?id=" . uri_escape($id)) . "&copy=1" %>">Copy target</a>
28 <a href="<% xml_encode("/check.html?id=" . uri_escape($id)) . "&test=Quick" %>">Quick Test</a>
30 <a href="<% xml_encode("/check.html?id=" . uri_escape($id)) . "&test=Main" %>">Full Test</a>
33 <a href="<% xml_encode("/raw.html?id=" . uri_escape($id)) %>">XML</a>
35 <%doc><!-- Maybe this would be too heavyweight -->
37 % my $host = "bagel.indexdata.dk";
39 <a href="/find.html?net.host=<% $host %>&net.port=<% $port %>&_search=Search"
40 >All databases on this server</a>
47 <a href="/doc.html">Contents</a>
51 <a href="http://validator.w3.org/check?uri=referer"><img
52 src="/valid-xhtml10.png"
53 alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>
55 <a href="http://jigsaw.w3.org/css-validator/"><img
57 alt="Valid CSS!" height="31" width="88" /></a>