600)
{
return "";
}
# so we can easily get the digits out
$Code = strval($StatusCode);
# get the two levels of the anchor name
$Level2 = $Code{0};
$Level3 = strval(intval($Code{1}.$Code{2})+1);
# concatenate everything together and return
return "section-10.".$Level2.".".$Level3;
}
/**
* Print the link to go to the previous page.
* @param $Limit the current page's URLs per page limit
*/
function PrintPreviousLink($Limit)
{
global $PageName, $Page;
?>
<<< Previous Result
Next Result >>>
Next Result >>>
Get("Title"), 22);
$AnchorName = DetermineRfcAnchorName($Values["StatusNo"]);
# make white space non-breaking
$Title = preg_replace('/\s+/', " ", $Resource->Get("Title"));
$ResourceName = preg_replace('/\s+/', " ", $ResourceName);
$StatusText = preg_replace('/\s+/', " ", $Values["StatusText"]);
$FieldName = preg_replace('/\s+/', " ", $Field->Name());
?>