Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

  • "getPreview" - return an x-by-y derivative of the datastream
  • "getThumb" - in the case of still images, same as "getPreview"
  • "viewThumb" - the same derivative as "getThumb" wrapped in an HTML div such as:
No Format

      <div class="viewThumb" id="viewThumb[PID][DS]">
{panel}
        <div class="getThumb" id="getThumb[PID][DS]">
          <img class="getThumbImg" id="getThumb[PID][DS]Img" alt="Thumbnail of [DS]" src="..."  />
        </div>
        <div class="getThumbOptions" id="getThumbOptions[PID][DS]">
          <span class="getThumbOptionScreen" id="getThumbOptionScreen[PID][DS]">
            <a href="[URL to getScreen]">View Screen-sized</a>
          </span>
          <span class="getThumbOptionDescription"
      id="getThumbOptionDescription[PID][DS]">
            <a href="[URL to getDescription">View Description</a>
          </span>
          ....
        </div>
      </div>
{panel}

...