getEditPageUrl(); $CollectionName = $H_Collection->get("Name"); $CollectionDescription = $H_Collection->get("Description"); # get HTML for transport controls (if any) $TransportControlsHtml = isset($H_TransportUI) ? $H_TransportUI->getHtml() : ""; # ----- DISPLAY -------------------------------------------------------------- PageTitle("Display Collection: ".$CollectionName); ?> userCanEdit($User)) { ?> "> Edit

$Item) { # ----- SETUP (WITHIN LOOP) -------------------------------------- # retrieve basic item info $Title = htmlspecialchars($Item->getMapped("Title")); $Screenshots = $Item->getMapped("Screenshot", true); # build item-related links $EditLink = $Item->getEditPageUrl(); $FullRecordLink = $Item->getViewPageUrl(); $FullRecordOpenTag = ""; # retrieve categories to display $Categories = array_slice( $H_LinkedCategories[$ItemId], 0, $MaxCategoriesToDisplay, true ); # ----- DISPLAY (WITHIN LOOP) ------------------------------------ # begin tile structure ?>
userCanEdit($User)) { ?>"> Edit\n"; # display screenshot if available, otherwise display larger title if (($Screenshots !== null) && (count($Screenshots) > 0)) { $Screenshot = array_pop($Screenshots); ?>
">

$LinkedCategory) { ?>