X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fchrome%2Flayout.mc;h=a5b9f08368b41b02e0cba2f5073dc6d60968c24a;hp=6e976d210a50a2fd2270e79069193f32ff6775f6;hb=6110460cccb92cf046644c9271dd5f89daf96d90;hpb=dacfd364f03251e28bb79ed83ad0071770546b85 diff --git a/web/htdocs/chrome/layout.mc b/web/htdocs/chrome/layout.mc index 6e976d2..a5b9f08 100644 --- a/web/htdocs/chrome/layout.mc +++ b/web/htdocs/chrome/layout.mc @@ -1,25 +1,145 @@ -%# $Id: layout.mc,v 1.6 2006-09-20 14:14:30 mike Exp $ +%# $Id: layout.mc,v 1.31 2007-05-03 09:33:10 mike Exp $ <%args> $debug => undef $title $component <%once> -use lib "/usr/local/src/cvs/irspy/lib"; -use ZOOM::IRSpy; +use URI::Escape qw(uri_escape uri_escape_utf8); +use ZOOM; +use ZOOM::IRSpy::Web; +use ZOOM::IRSpy::Utils qw(isodate xml_encode cql_target cql_quote + irspy_xpath_context irspy_make_identifier + irspy_record2identifier + irspy_identifier2target modify_xml_document + bib1_access_point); -<& /chrome/head.mc, title => $title &> +% $r->content_type("text/html; charset=utf-8"); + + + + + IRSpy: <% xml_encode($title) %> + + + -<& /chrome/bannerrow.mc, title => $title &> + + + +
-<& /chrome/lmenu.mc &> + + + + +
+   + + + + + +

-<& /chrome/menu.mc &> +

+ Home
+ Test all targets
+ Find a target
+ Add a target
+ Statistics
+

+

+ Show targets +
+% foreach my $i ('a' .. 'z') { + <% uc($i) %> +% } + [Others] +

+<%perl> +# Find the identifier to use in the record-specific menu, if any. If +# the identifier components are all present (e.g. because a record has +# just been edited or copied) we make an ID from those; otherwise we +# use the "id" parameter, if specified. +my $id = $r->param("id"); +{ + # Make up ID for newly created records. + my $protocol = $r->param("protocol"); + my $host = $r->param("host"); + my $port = $r->param("port"); + my $dbname = $r->param("dbname"); + #warn "id='$id', protocol='$protocol' host='$host', port='$port', dbname='$dbname'"; + #warn "%ARGS = {\n" . join("", map { "\t'$_' => '" . $ARGS{$_} . ",'\n" } sort keys %ARGS) . "}\n"; + if (defined $protocol && defined $host && + defined $port && defined $dbname) { + $id = irspy_make_identifier($protocol, $host, $port, $dbname); + #warn "id set to '$id'"; + } +} + +% if (defined $id) { +
+ This Target +
+ Show details +
+ ">Edit details +
+ ">Copy target +
+ Delete target +

+ ">Quick Test +
+ ">Full Test +

+

+ XML +

+<%doc> +
+% my $host = "bagel.indexdata.dk"; +% my $port = 210; + All databases on this server + +
+% } +

+ Documentation +
+ Contents +

+

 

+

+ Valid XHTML 1.0 Strict +
+ Valid CSS! +

  @@ -27,4 +147,14 @@ use ZOOM::IRSpy;
-<& /chrome/tail.mc &> +

+


+
+ + Powered by Index Data + +
+ +