views.fcr-versions.vsl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fcrepo-http-api Show documentation
Show all versions of fcrepo-http-api Show documentation
The Fedora Commons repository HTTP API: Provides a RESTful HTTP API to interact with the Fedora Commons repository.
The newest version!
#set( $title = $helpers.getObjectTitle($rdf, $topic) )
#parse("views/common.vsl")
$title
#parse("views/common-head.vsl")
#parse("views/common-node-header.vsl")
#parse("views/common-breadcrumb.vsl")
Historic Versions
#set( $versions = $helpers.getVersions($rdf, $topic) )
#if($versions.hasNext())
#foreach($subject in $versions)
#set($label = $helpers.getVersionLabel($rdf, $subject))
- $esc.html($label)
#end
#else
No versions have been created for this resource.
#end
#parse("views/common-footer.vsl")
© 2015 - 2025 Weber Informatics LLC | Privacy Policy