Example #1
0
	</P>

	<P><a name="restricted"><?php 
echo freshports_Restricted_Icon();
?>
</a> This port has some restrictions on it.
	</P>

	<P><a name="no_cdrom"><?php 
echo freshports_No_CDROM_Icon();
?>
</a> This port has some restrictions with respect to being included on a CD-ROM.
	</P>

	<P><a name="is_interactive"><?php 
echo freshports_Is_Interactive_Icon();
?>
</a> This port will require interaction during installation.
	</P>

	<P><?php 
echo freshports_Revision_Icon();
?>
 Revision details.  Click on the Files icon in the commit history and
	you'll see what files in this port were touched by this commit.  Click on the Revision details to view the
	revision of the file associated this commit.
	</P>

	<P><?php 
echo freshports_Diff_Icon();
?>
Example #2
0
function freshports_Is_Interactive_Icon_Link($HoverText = '')
{
    return '<a href="/' . FAQLINK . '#is_interactive">' . freshports_Is_Interactive_Icon($HoverText) . '</a>';
}