<!-- x17 -- by Boston BBS - AM 090510 -->
<!--
4) This is how you mark up the thumbnail image with an anchor tag around it. The anchor's href attribute defines the URL of the full-size image.
-->
<!--
<a href="<X-FC-CONFERENCE-ITEM-URI>" class="highslide" onclick="return hs.expand(this)">
<img src="<X-FC-LIST-ITEM COLUMN[`8065`] SMALLPATH>" alt="<X-FC-LIST-ITEM Subject> - <X-FC-LIST-ITEM Name>"
title="<X-FC-LIST-ITEM Subject> - <X-FC-LIST-ITEM Name>" height="80" width="80" /></a>
-->
<a href="<X-FC-CONFERENCE-ITEM-URI>" class="highslide"
onclick="return hs.expand(this, { captionText: '<X-FC-LIST-ITEM Subject>' })">
<img src="<X-FC-CONFERENCE-ITEM-URI>" alt="" title="" height="120" width="120" /></a>
<!--
5 (optional). This is how you mark up the caption. The correct class name is important.
-->
<div class="highslide-caption">
<X-FC-LIST-ITEM Subject>
</div>
<!--
<div class="highslide-caption">
<X-FC-LIST-ITEM Subject> - <X-FC-LIST-ITEM Name>
</div>
-->
|