Tag: <!-- FreeFind New Date="May 5 2004" Icon="http://asite.com/new.gif" Comment="All new!" -->
Scope: Page
Description:
This tag controls how a page entry will appear in your what's new page.
It may be placed anywhere in the page.
The "Date" attribute is the date that the page was last modified.
If no date is provided the "last-modified" date as provided by your
web page server will be used. If your server does not provide the that information the page will not be
included in the what's new listing.
The "Icon" attribute specifies which image to display next to the what's new entry for this page.
Specify the complete URL of the image to display, including the leading "http://".
If no icon attribute is provided, no image is displayed next to the entry for this page.
The "Comment" attribute provides text to display for this page's entry.
Typically you would describe what is new or updated on the page.
There is no need to specify all of the attributes of this tag. You may supply
any mix-and-match of the
Date,
Icon, or
Comment
If more than one of these tags is present the attributes are combined, using the
latest instance of each one. For example:
<!-- FreeFind New Date="May 5 2004" -->
<!-- FreeFind New Icon="http://asite.com/new.gif" -->
<!-- FreeFind New Comment="All new!" -->
<!-- FreeFind New Date="May 7 2004" -->
<!-- FreeFind New Comment="Changed this and that." -->
is equivalent to:
<!-- FreeFind New Date="May 7 2004"
Icon="http://asite.com/new.gif"
Comment="Changed this and that." -->
[top]