unbreak download links
authormark <mark>
Thu, 27 May 2010 01:02:51 +0000 (01:02 +0000)
committermark <mark>
Thu, 27 May 2010 01:02:51 +0000 (01:02 +0000)
httemplate/search/elements/search-html.html

index 67f0b0d..96591df 100644 (file)
                 Download full results<BR>
 
 %               $cgi->param('_type', "$xlsname.xls" ); 
-                as <A HREF="<% $self_url %>">Excel spreadsheet</A><BR>
+                as <A HREF="<% $cgi->self_url %>">Excel spreadsheet</A><BR>
 
 %               $cgi->param('_type', 'csv'); 
-                as <A HREF="<% $self_url %>">CSV file</A><BR>
+                as <A HREF="<% $cgi->self_url %>">CSV file</A><BR>
 
 %             if ( defined($opt{xml_elements}) ) {
 %               $cgi->param('_type', 'xml'); 
-                as <A HREF="<% $self_url %>">XML file</A><BR>
+                as <A HREF="<% $cgi->self_url %>">XML file</A><BR>
 %             }
 
 %               $cgi->param('_type', 'html-print'); 
-                as <A HREF="<% $self_url %>">printable copy</A>
+                as <A HREF="<% $cgi->self_url %>">printable copy</A>
 
               </TD>
 %             $cgi->param('_type', "html" );