Ejemplo n.º 1
0
?>
 Sanity Test Failures.  The maintainers and committers are
	good.   But sometimes a mistake slips through.  This records the mistake to make it easier for others to correct
	it if it goes unnoticed.  If you see this icon next to a commit, it failed a Sanity Test.
	</P>

	<P><?php 
echo freshports_Commit_Flagged_Icon();
?>
 Flagged Commit.  This commit is on your list of flagged
	commits.Why would you flag a commit?  Perhaps you want to review that commit.  Perhaps you want to MFC it later.
	Click on this icon to remove the commit from your flag list.
	</P>
	
    <P><?php 
echo freshports_Commit_Flagged_Not_Icon();
?>
 Click on this icon to add the commit to your flagged
	list.
	</P>

	</BLOCKQUOTE>
	</TD></TR><TR><TD>&nbsp;</TD></TR>

<TR>
<?php 
echo freshports_PageBannerText("Why don't my old bookmarks work?");
?>
</TR>

	<TR><TD>
Ejemplo n.º 2
0
function freshports_Commit_Flagged_Not_Link($message_id)
{
    $HTML = '<a href="/commit-flag.php?message_id=' . $message_id . '&amp;action=add">';
    $HTML .= freshports_Commit_Flagged_Not_Icon();
    $HTML .= '</a>';
    return $HTML;
}