From 47c5b386d8ea104719869dfb9e2fe070a8369ac4 Mon Sep 17 00:00:00 2001 From: cappadona Date: Thu, 21 Jul 2011 19:55:03 +0000 Subject: [PATCH] NIHVIVO-3022 NIHVIVO-2980 Merged r8790 from maint-rel-vivo-1.3 branch. --- .../menupage/institutinalInternalClass.css | 15 ---- webapp/web/css/menupage/testmenupage.css | 58 ------------- .../forms/institutionalInternalClassForm.ftl | 84 ------------------- 3 files changed, 157 deletions(-) delete mode 100644 webapp/web/css/menupage/institutinalInternalClass.css delete mode 100644 webapp/web/css/menupage/testmenupage.css delete mode 100644 webapp/web/templates/freemarker/edit/forms/institutionalInternalClassForm.ftl diff --git a/webapp/web/css/menupage/institutinalInternalClass.css b/webapp/web/css/menupage/institutinalInternalClass.css deleted file mode 100644 index 5238e25db..000000000 --- a/webapp/web/css/menupage/institutinalInternalClass.css +++ /dev/null @@ -1,15 +0,0 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ - -#localClassName { - margin-bottom: 0; -} -#createNewLocalClass p.note { - margin-top: 3px; - margin-bottom: 15px; -} -#noLocalOntologyExists p { - padding: 0.2em 0.4em; - background: #f4f4f4; - margin-right: .4em; - display: inline-block; -} \ No newline at end of file diff --git a/webapp/web/css/menupage/testmenupage.css b/webapp/web/css/menupage/testmenupage.css deleted file mode 100644 index 1a1107aa4..000000000 --- a/webapp/web/css/menupage/testmenupage.css +++ /dev/null @@ -1,58 +0,0 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ - -/**Added by Huda for demonstration so feel free to edit/remove**/ - -/*note for mb: hide should be changed to hidden. We have a hidden class at the vitro layer vitro.css*/ -.hide { - display:none; -} -#add-menu-item p, -#edit-menu-item p { - margin-top: 15px; -} -#add-menu-item input[name="prettyUrl"], -#edit-menu-item input[name="prettyUrl"] { - margin-bottom: 0; -} -#add-menu-item p.note, -#edit-menu-item p.note { - margin-top: 5px; -} -#existingContentType { - margin-top: 15px; -} -#selectContentType label { - margin-top: 15px; -} -#selectedContentTypeValue { - padding: 0.2em 0.4em; - background: #f4f4f4; - margin-right: .4em; -} -ul#selectedClasses { - list-style-type: none; -} -#add-menu-item input.submit, -#edit-menu-item input.submit { - margin-top: 20px; -} -#internal-class { - margin-bottom: 10px; - padding: 0.8em 1em; - background: #f4f4f4; - margin-right: .4em; - width: 65%; -} -#internal-class label { - color: #7F8993; -} -#internal-class p.note { - color: #595B5B; - padding-left: 25px; -} -ul#selectedClasses li { - margin-left: .4em; -} -#selectClassesMessage { - padding-top: 15px; -} \ No newline at end of file diff --git a/webapp/web/templates/freemarker/edit/forms/institutionalInternalClassForm.ftl b/webapp/web/templates/freemarker/edit/forms/institutionalInternalClassForm.ftl deleted file mode 100644 index d1b3ba685..000000000 --- a/webapp/web/templates/freemarker/edit/forms/institutionalInternalClassForm.ftl +++ /dev/null @@ -1,84 +0,0 @@ -<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> - -<#-- -Institutional Internal Class Form -To be associated later (upon completion of N3 Refactoring) with -edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.InstitutionalInternalClassForm. ---> - -

Institutional Internal Class

- -
-

This class will be used to designate those individuals internal to your institution.

-

This will allow you to limit the individuals displayed on your menu pages (People, Research, etc.) - to only those within your institution.

-
- -
-
- - - <#--If no local ontologies, display message for user to create a local ontology--> - <#if ontologiesExist = false> -
-

There are currently no local ontologies. You must create a new local ontology.

-
- - <#--else if local ontologies exist and local classes exist, show drop-down of local classes--> - <#elseif useExistingLocalClass?has_content> -
- <#--Populated based on class list returned--> - - - - -

Can't find an appropriate class? Create a new one.

-
- - <#--if parameter to create new class passed or if there are local ontologies but no local classes, show create new class page--> - <#elseif createNewClass?has_content> -
-

Create a new class

- - - -

use capitals for the first letter of each word

- - <#--If more than one local namespace, generate select--> - <#if multipleLocalNamespaces = true> - - - - <#else> - - -
- - <#--this case is an error case--> - <#else> -

Problematic section as above should all have been handled

- - - <#--only show submit and cancel if ontologies exist--> - <#if ontologiesExist = true> - or Cancel - -
-
- -${stylesheets.add('')} -${stylesheets.add('')} -