• GetField("Date Last Modified"); $DateOfRecordCreation = $Schema->GetField("Date Of Record Creation"); $ModParams = new SearchParameterSet(); $ModParams->AddParameter( "< 1 year ago", $DateLastModified); $RecentlyModifiedSearchLink = "index.php?P=SearchResults&". $ModParams->UrlParameterString(). "&".TransportControlsUI::PNAME_SORTFIELD ."=".$DateLastModified->Id(); # build link to search for recently added resources $AddedParams = new SearchParameterSet(); $AddedParams->AddParameter( "< 1 year ago", $DateOfRecordCreation); $RecentlyAddedSearchLink = "index.php?P=SearchResults" ."&".$AddedParams->UrlParameterString() ."&".TransportControlsUI::PNAME_SORTFIELD ."=".$DateOfRecordCreation->Id(); # retrieve local collection stats (if any) global $G_CollectionStats; $LocalStats = (isset($G_CollectionStats) && array_key_exists("LocalStats", $G_CollectionStats)) ? $G_CollectionStats["LocalStats"] : array(); $ModResourceList = new ItemListUI([ "Date Last Modified" => [ "Heading" => "Date", "ValueFunction" => function($Item) { return GetPrettyTimestamp($Item->Get("Date Last Modified")); }, "NoSorting" => TRUE, ], "Title" => [ "NoSorting" => TRUE, "ValueFunction" => function($Item) { return "Id()."\">". htmlspecialchars($Item->GetMapped("Title")).""; }, ], "Last Modified By Id" => [ "Heading" => "User", "NoSorting" => TRUE, ], ]); $ModResourceList->AddActionButton( "Edit", "index.php?P=EditResource&ID=\$ID", "pencil.png"); $NewResourceList = clone $ModResourceList; $ModResourceList->Heading("Recently Modified Records"); $ModResourceList->AddTopButton( "More Recently Modified", $RecentlyModifiedSearchLink); $NewResourceList->Heading("Recently Added Records"); $NewResourceList->AddTopButton( "More Recently Added", $RecentlyAddedSearchLink); ?>

    Metadata Tool Functions

    Display($H_RecentlyModified); ?>
    Display($H_RecentlyAdded); ?>

    Collection Statistics

    $Value) { ?>
    Number of Classifications
    Number of Controlled Names
    Resources Marked Okay for Viewing
    Resources Rated
    Total Number of Resources
    Total Distinct Resource Search Terms
    Stats last updated
      Update Now

    Collection Development Resources

    Using Dublin Core http://dublincore.org/documents/usageguide/
    IMLS Digital Collection Framework http://framework.niso.org/
    Dublin Core Metadata Initiative http://www.dublincore.org/
    Open Archives Initiative http://www.openarchives.org/
    NSDL_DC Metadata Guidelines http://nsdl.org/collection/metadata-guide.php