From: Mike Taylor Date: Thu, 16 Nov 2006 11:48:40 +0000 (+0000) Subject: DOn't use ZOOM -- layout.mc does that. X-Git-Tag: CPAN-v1.02~54^2~735 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=6d72bfc088c25ef16e385885666baeb49a85676e DOn't use ZOOM -- layout.mc does that. --- diff --git a/web/htdocs/details/full.mc b/web/htdocs/details/full.mc index cbacb42..36b7232 100644 --- a/web/htdocs/details/full.mc +++ b/web/htdocs/details/full.mc @@ -1,10 +1,7 @@ -%# $Id: full.mc,v 1.15 2006-11-15 13:23:05 mike Exp $ +%# $Id: full.mc,v 1.16 2006-11-16 11:48:49 mike Exp $ <%args> $id -<%once> -use ZOOM; - <%perl> my $conn = new ZOOM::Connection("localhost:3313/IR-Explain---1"); $conn->option(elementSetName => "zeerex"); diff --git a/web/htdocs/raw.html b/web/htdocs/raw.html index 063f9b6..5a5f468 100644 --- a/web/htdocs/raw.html +++ b/web/htdocs/raw.html @@ -1,10 +1,7 @@ -%# $Id: raw.html,v 1.3 2006-09-25 16:37:55 mike Exp $ +%# $Id: raw.html,v 1.4 2006-11-16 11:48:40 mike Exp $ <%args> $id -<%once> -use ZOOM; - <%perl> my $conn = new ZOOM::Connection("localhost:3313/IR-Explain---1"); $conn->option(elementSetName => "zeerex");