From: Mike Taylor Date: Tue, 5 Dec 2006 17:37:26 +0000 (+0000) Subject: Reordered fields in accordance with Per's preference. X-Git-Tag: CPAN-v1.02~54^2~657 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=45a43605d0df16b4321ab931650d3b122bdb1916;ds=sidebyside Reordered fields in accordance with Per's preference. --- diff --git a/web/htdocs/details/full.mc b/web/htdocs/details/full.mc index 13865ed..a316624 100644 --- a/web/htdocs/details/full.mc +++ b/web/htdocs/details/full.mc @@ -1,4 +1,4 @@ -%# $Id: full.mc,v 1.17 2006-11-16 17:12:30 mike Exp $ +%# $Id: full.mc,v 1.18 2006-12-05 17:37:26 mike Exp $ <%args> $id @@ -16,19 +16,19 @@ if ($n == 0) { } else { my $xc = irspy_xpath_context($rs->record(0)); my @fields = ( + [ Name => "e:databaseInfo/e:title", + lang => "en", primary => "true" ], + [ Country => "i:status/i:country" ], [ "Last Checked" => "i:status/i:probe[last()]" ], [ Protocol => "e:serverInfo/\@protocol" ], [ Host => "e:serverInfo/e:host" ], [ Port => "e:serverInfo/e:port" ], [ "Database Name" => "e:serverInfo/e:database" ], [ "Type of Library" => "i:status/i:libraryType" ], - [ Country => "i:status/i:country" ], [ "Username (if needed)" => "e:serverInfo/e:authentication/e:user" ], [ "Password (if needed)" => "e:serverInfo/e:authentication/e:password" ], - [ Title => "e:databaseInfo/e:title", - lang => "en", primary => "true" ], [ Description => "e:databaseInfo/e:description", lang => "en", primary => "true" ], [ Author => "e:databaseInfo/e:author" ],