[Chameleon] Re: Adding data URL and metadata URL to pop up window
in
Jason Fournier
jfournier at dmsolutions.ca
Mon Jun 27 08:34:05 EDT 2005
Gail,
On Line 461 of layerinfo_body.phtml:
if ($szMetadataURL != "")
{
echo $szMetadataURL;
}
try:
if ($szMetadataURL != "")
{
echo '<a href="'.$szMetadataURL.'" target="_blank">'.$szMetadataURL.'</a>';
}
(I haven't tested the syntax of the code .. you might have to fix it up a bit)
You would repeat this for each field that you know will be a URL and want linked. This code makes no attempt to either validate the URL or even make sure it's a URL to begin with.
Jason
Gail wrote:
> Hi List,
>
> Thanks to Jason the metadata URL and data URL are filled in the pop up box,
> however at the moment the user would have to copy and paste the URL into the
> browser rather than just click on a link which takes them straight to the
> metadata page. I am new with php code and I am assuming that I need to edit
> the layerinfo_body.phtml file but not sure how to edit the variables to
> create a link.
>
> If anyone has done this in the past I would appreciate their help
>
> Kind Regards
>
> Gail
>
>
> _______________________________________________
> Chameleon mailing list
> Chameleon at lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/chameleon
>
--
________________________
Jason Fournier
DM Solutions Group Inc.
jfournier at dmsolutions.ca
www.dmsolutions.ca
613.565.5056 x18
More information about the Chameleon
mailing list