2013-09-30 16:30:41 -04:00
|
|
|
# $This file is distributed under the terms of the license in /doc/license.txt$
|
|
|
|
|
2013-10-07 17:26:34 -04:00
|
|
|
# This file is for the portions of the pageList that should not be editable, i.e.#
|
|
|
|
# that it cannot be deleted and that it requires certain permissions #
|
2013-10-04 15:40:55 -04:00
|
|
|
|
2013-09-30 16:30:41 -04:00
|
|
|
@prefix owl: <http://www.w3.org/2002/07/owl#> .
|
|
|
|
@prefix display: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .
|
|
|
|
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
|
|
|
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
|
|
@prefix action: <java:edu.cornell.mannlib.vitro.webapp.auth.permissions.SimplePermission#> .
|
|
|
|
|
|
|
|
### This file defines the page list menu for vitro. ###
|
|
|
|
|
|
|
|
display:pageListPage
|
2013-10-02 14:58:01 -04:00
|
|
|
display:requiresAction <java:edu.cornell.mannlib.vitro.webapp.auth.permissions.SimplePermission#ManageMenus> ;
|
2013-10-04 15:40:55 -04:00
|
|
|
display:cannotDeletePage "true" .
|