Пример #1
0
	</P>

	<P><?php 
echo freshports_VuXML_Icon_Faded();
?>
 A past <a href="http://www.vuxml.org/freebsd/">VuXML</a> vulnerability.  Click icon for details.
	</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
Пример #2
0
function freshports_No_CDROM_Icon_Link($HoverText = '')
{
    return '<a href="/' . FAQLINK . '#no_cdrom">' . freshports_No_CDROM_Icon($HoverText) . '</a>';
}