Beispiel #1
0
	<P><?php 
echo freshports_Watch_Icon_Add();
?>
 Add item to your default watch lists: This port is not on any of your  default watch lists.  Click
		this icon to add the port to your default watch lists.  This icon appears only if you are logged in.</P>

	<P><a name="encodingerrors"><?php 
echo freshports_Encoding_Errors();
?>
</a> Encoding Errors (not all of the commit message was ASCII): Some of the
		commit message may be altered because of character conversion problems.  We display only UTF-8 and remove
		the offending characters.  These errors may occur in the log message or elsewhere in the commit email.</P>

	<P><a name="watchlistcount"><?php 
echo freshports_WatchListCount_Icon();
?>
</a> Watch List Count (WLC): This is the number of watch lists which are watching 
	this port.  This might give you an idea of the popularity of the port.
	</P>

	<P><?php 
echo freshports_CVS_Icon();
?>
 CVS Repository: This link will take you to the CVS Repository entry
	for this version of the file.
	</P>

	<P><?php 
echo freshports_VuXML_Icon();
?>
Beispiel #2
0
function freshports_WatchListCount_Icon_Link()
{
    return '<a href="/' . FAQLINK . '#watchlistcount">' . freshports_WatchListCount_Icon() . '</a>';
}