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, $ReleaseFlag;
?>
<<< Previous Result
Next Result >>>
Next Result >>>
Get("Title"), 22), ENT_QUOTES, "UTF-8", FALSE));
$Title = preg_replace('/\s+/', " ", safehtmlentities($Resource->Get("Title"), ENT_QUOTES, "UTF-8", FALSE));
$Url = preg_replace('/\s+/', " ", safehtmlentities($Values["Url"], ENT_QUOTES, "UTF-8", FALSE));
$FieldName = preg_replace('/\s+/', " ", safehtmlentities($Field->Name(), ENT_QUOTES, "UTF-8", FALSE));
$StatusText = preg_replace('/\s+/', " ", $Values["StatusText"]);
# basic url href sanitization (mainly to reject javascript)
$UrlHref = "#";
if (preg_match("/^(mailto|ftps?|https?):\/\//", $Values["Url"]))
{
$UrlHref = $Values["Url"];
}
?>
No Url metadata fields currently exist. These fields are necessary for the URL
Checker plugin because they are the only fields the plugin validates. Add
and edit metadata fields via the
Metadata Field Editor.