Reorder and reformat "This Record" submenu.
[irspy-moved-to-github.git] / web / htdocs / chrome / menu.mc
1 %# $Id: menu.mc,v 1.13 2006-11-15 17:44:35 mike Exp $
2      <p>
3       <a href="/"><b>Home</b></a><br/>
4       <a href="/all.html">Test&nbsp;all&nbsp;targets</a><br/>
5       <a href="/find.html">Find a target</a><br/>
6       <a href="/edit.html">Add a target</a><br/>
7      </p>
8      <p>
9       <b>Show targets</b>
10       <br/>
11 % foreach my $i ('a' .. 'z') {
12       <a href="/find.html?dc.title=^<% $i %>*&amp;_sort=dc.title&amp;_count=9999&amp;_search=Search"><tt><% uc($i) %></tt></a>
13 % }
14      </p>
15 % our $rec;
16 % my $id = $r->param("id");
17 % if (!defined $id) {
18 %    $rec = undef;
19 % } else {
20      <div class="panel2">
21       <b>This Target</b>
22       <a href="<% xml_encode("/full.html?id=" . uri_escape($id)) %>">Show details</a>
23       <br/>
24       <a href="<% xml_encode("/edit.html?id=" . uri_escape($id)) %>">Edit details</a>
25       <br/>
26       <a href="<% xml_encode("/edit.html?id=" . uri_escape($id)) . "&amp;copy=1" %>">Copy target</a>
27       <p>
28        <a href="<% xml_encode("/check.html?id=" . uri_escape($id)) . "&amp;test=Quick" %>">Quick Test</a>
29        <br/>
30        <a href="<% xml_encode("/check.html?id=" . uri_escape($id)) . "&amp;test=Main" %>">Full Test</a>
31       </p>
32       <p>
33        <a href="<% xml_encode("/raw.html?id=" . uri_escape($id)) %>">XML</a>
34       </p>
35 <%doc><!-- Maybe this would be too heavyweight -->
36       <br/>
37 % my $host = "bagel.indexdata.dk";
38 % my $port = 210;
39       <a href="/find.html?net.host=<% $host %>&net.port=<% $port %>&_search=Search"
40         >All databases on this server</a>
41 </%doc>
42      </div>
43 % }
44      <p>
45       <b>Documentation</b>
46       <br/>
47       <a href="/doc.html">Contents</a>
48      </p>
49      <p>&nbsp;</p>
50      <p>
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>
54       <br/>
55       <a href="http://jigsaw.w3.org/css-validator/"><img
56         src="/vcss.png"
57         alt="Valid CSS!" height="31" width="88" /></a>
58      </p>