All Downloads are FREE. Search and download functionalities are using the official Maven repository.

views.root.vsl Maven / Gradle / Ivy

Go to download

The Fedora Commons repository HTTP API: Provides a RESTful HTTP API to interact with the Fedora Commons repository.

The newest version!
#* @vtlvariable name="uriInfo" type="javax.ws.rs.core.UriInfo" *#

#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")
## output actions
#parse("views/common-node-actions.vsl")
#parse("views/common-metadata.vsl")
## output triples for the topic node
#triples($topic)
## output other nodes

Other Resources

#foreach($subject in $model.listSubjects()) #if( $subject != $topic ) #end #end
#parse("views/common-footer.vsl")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy