X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Ffull.mc;h=cbacb42cda1e535dc0068e35fd5aa99b4e8deece;hb=a3469316429c0585c2ca3439ca023c74106bb2a0;hp=5f7ac19157d2e14e929f40b04a1d44a5c64ea3e5;hpb=6ba07d3df32891fe1fd3d86ae2b2b930d4ad1497;p=irspy-moved-to-github.git diff --git a/web/htdocs/details/full.mc b/web/htdocs/details/full.mc index 5f7ac19..cbacb42 100644 --- a/web/htdocs/details/full.mc +++ b/web/htdocs/details/full.mc @@ -1,4 +1,4 @@ -%# $Id: full.mc,v 1.13 2006-11-06 17:43:29 mike Exp $ +%# $Id: full.mc,v 1.15 2006-11-15 13:23:05 mike Exp $ <%args> $id @@ -25,6 +25,8 @@ if ($n == 0) { [ 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)" => @@ -35,6 +37,7 @@ if ($n == 0) { lang => "en", primary => "true" ], [ Author => "e:databaseInfo/e:author" ], [ Contact => "e:databaseInfo/e:contact" ], + [ "URL to Hosting Organisation" => "i:status/i:hostURL" ], [ Extent => "e:databaseInfo/e:extent" ], [ History => "e:databaseInfo/e:history" ], [ "Language of Records" => "e:databaseInfo/e:langUsage" ], @@ -58,7 +61,7 @@ the Init Response. [ "Explain" => \&calc_explain, $xc ], ); -

<% xml_encode($xc->find("e:databaseInfo/e:title")) %>

+

<% xml_encode($xc->find("e:databaseInfo/e:title"), "") %>

<%perl> foreach my $ref (@fields) {