updates for page management and adding rdfs prefix to menu.n3

This commit is contained in:
hjkhjk54 2012-08-20 19:26:32 +00:00
parent 34858fcadb
commit b0f4e7e820
6 changed files with 101 additions and 3 deletions

View file

@ -2,4 +2,4 @@
<#-- Scripts for class group browsing -->
<#--Replaces Vitro's processing for individuals for classes with VIVO's processing internal classes-->
${scripts.add('<script type="text/javascript" src="${urls.base}/js/menupage/processClassGroupDataGetterContent.js"></script>')}
${scripts.add('<script type="text/javascript" src="${urls.base}/js/menupage/processInternalClassDataGetterContent.js"></script>')}
${scripts.add('<script type="text/javascript" src="${urls.base}/js/menupage/processIndividualsForClassesDataGetterContent.js"></script>')}

View file

@ -0,0 +1,2 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->

View file

@ -1,5 +1,5 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#import "lib-vivo-form.ftl" as lvf>
<#import "lib-vitro-form.ftl" as lvf>
<#--------Set up variables-------->
<#assign pageData = editConfiguration.pageData />