[email protected] wrote:
InterMapper-Talk Digest - Wednesday, June 28, 2006

  Re: [IM-Talk] Web link title
          by "William W. Fisher" <[EMAIL PROTECTED]>


----------------------------------------------------------------------

Subject: Re: [IM-Talk] Web link title
From: "William W. Fisher" <[EMAIL PROTECTED]>
Date: Tue, 27 Jun 2006 08:59:33 -0400

On Jun 27, 2006, at 1:55 AM, Dale Blakemore wrote:

Is there a way to add title="${httpdocument}" to the image maps generated by Intermapper for the web pages? I have found where Intermapper is calling the image map from: "PerMapHTML/map.html", "${include:/${httpdocument}/document/main/ *imagemap.html}"
but there seems to be no way to modify this behavior

When you see a link like *imagemap.html with an asterisk, it means that the "*imagemap.html" content is generated dynamically by InterMapper. There is no template to modify.

I'm a little confused by what you are asking. The *imagemap.html generates a sequence of <AREA ... > tags for the image map. The enclosing <MAP> tag is already in the template file (map.html; see below). Where do you want to put the title="$httpdocument" ?

Regards,

Bill Fisher
Dartware, LLC


--> Contents of PerMapHTML/map.html web page template.

#version        "1.0"
#title          "${mapname}"
#alt_title      "Map"

<MAP NAME="imap">
${include:/${httpdocument}/document/main/*imagemap.html}
</MAP>
<IMG SRC="/${httpdocument}/document/main/*map.${imagesuffix}" BORDER=0 USEMAP="#imap">


----------------------------------------------------------------------
End of InterMapper-Talk Digest

____________________________________________________________________
List archives: http://www.mail-archive.com/intermapper-talk%40list.dartware.com/
To unsubscribe: send email to: [EMAIL PROTECTED]

I would like to have the output something like this:

*<MAP* NAME="imap"*>*
*<AREA* SHAPE=RECT COORDS="197,340,267,361" HREF="/mapname" TITLE="mapname"*>*
*</MAP>*
*<IMG* SRC="*map.png" BORDER=0 USEMAP="#imap"*>

This will display the name of the link on mouse over

Thanks
Dale
*



____________________________________________________________________
List archives: http://www.mail-archive.com/intermapper-talk%40list.dartware.com/
To unsubscribe: send email to: [EMAIL PROTECTED]

Reply via email to