diff --git a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/accounts/userAccounts-myProxiesPanel_fr_CA.ftl b/fr_CA/webapp/src/main/webapp/templates/freemarker/body/accounts/userAccounts-myProxiesPanel_fr_CA.ftl deleted file mode 100644 index 1512ec2..0000000 --- a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/accounts/userAccounts-myProxiesPanel_fr_CA.ftl +++ /dev/null @@ -1,69 +0,0 @@ -<#-- $This file is distributed under the terms of the license in LICENSE$ --> - -<#-- Template for setting the account reference field, which can also associate a profile with the user account --> - -<#assign strings = i18n() /> - -
-

${strings.who_can_edit_profile}

- - - - - -

-   -

-

${myAccountUri}

-

${strings.selected_editors}:

- - <#-- Magic ul that holds all of the proxy data and the template that shows how to display it. --> - -
- - - -${stylesheets.add('', - '')} - -${scripts.add('', - '', - '', - '')} diff --git a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/contactForm/contactForm-form_fr_CA.ftl b/fr_CA/webapp/src/main/webapp/templates/freemarker/body/contactForm/contactForm-form_fr_CA.ftl deleted file mode 100644 index 086d09f..0000000 --- a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/contactForm/contactForm-form_fr_CA.ftl +++ /dev/null @@ -1,60 +0,0 @@ -<#-- $This file is distributed under the terms of the license in LICENSE$ --> - -<#-- Contact form --> - -
-

${title!}

- - <#if errorMessage?has_content> -
-

${errorMessage}

-
- - -

${i18n().interest_thanks(siteName)}

- -
- - - - - - - - - - - - - - - - -

- -

- -
-
-
- -

* ${i18n().required_fields}

-
-
- - -${stylesheets.add('', - '')} -${scripts.add('', - '', - '')} - diff --git a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/individual/individual-menu_fr_CA.ftl b/fr_CA/webapp/src/main/webapp/templates/freemarker/body/individual/individual-menu_fr_CA.ftl deleted file mode 100644 index 6013268..0000000 --- a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/individual/individual-menu_fr_CA.ftl +++ /dev/null @@ -1,65 +0,0 @@ -<#-- $This file is distributed under the terms of the license in LICENSE$ --> - -<#-- Menu management page (uses individual display mechanism) --> - -<#include "individual-setup.ftl"> - -<#assign hasElement = propertyGroups.pullProperty("${namespaces.display}hasElement")!> -<#assign returnURL = "/vivo/individual?uri=http%3A%2F%2Fvitro.mannlib.cornell.edu%2Fontologies%2Fdisplay%2F1.1%23DefaultMenu&switchToDisplayModel=true" /> - -<#if hasElement?has_content> - - -

${i18n().menu_ordering}

- - <#-- List the menu items --> - - - <#-- Link to add a new menu item --> - <#if editable> -
- - - - - - - <#if verbosePropertySwitch.url?contains("pageManagement")> - ${i18n().or} - Return to Page Management - - -
-
-

${i18n().refresh_page_after_reordering}

- - - ${stylesheets.add('', - '')} - - ${headScripts.add('')} - - <#assign positionPredicate = "${namespaces.display}menuPosition" /> - - - - ${scripts.add('')} -<#else> -

${i18n().display_has_element_error}

- diff --git a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/individual/individual-vitro_fr_CA.ftl b/fr_CA/webapp/src/main/webapp/templates/freemarker/body/individual/individual-vitro_fr_CA.ftl deleted file mode 100644 index c85477a..0000000 --- a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/individual/individual-vitro_fr_CA.ftl +++ /dev/null @@ -1,114 +0,0 @@ -<#-- $This file is distributed under the terms of the license in LICENSE$ --> -<#import "lib-microformats.ftl" as mf> - -<#--Number of labels present--> -<#if !labelCount??> - <#assign labelCount = 0 > - -<#--Number of available locales--> -<#if !localesCount??> - <#assign localesCount = 1> - -<#--Number of distinct languages represented, with no language tag counting as a language, across labels--> -<#if !languageCount??> - <#assign languageCount = 1> - - -<#-- Default individual profile page template --> -<#--@dumpAll /--> -<#include "individual-adminPanel.ftl"> -
> - -
- <#-- Image --> - <#assign individualImage> - <@p.image individual=individual - propertyGroups=propertyGroups - namespaces=namespaces - editable=editable - showPlaceholder="with_add_link" /> - - - <#if ( individualImage?contains(' - <#assign infoClass = 'class="withThumb"'/> - -
${individualImage}
-
- -
- - <#if individualProductExtensionPreHeader??> - ${individualProductExtensionPreHeader} - - -
- <#if relatedSubject??> -

${relatedSubject.relatingPredicateDomainPublic} for ${relatedSubject.name}

-

← ${i18n().return_to(relatedSubject.name)}

- <#else> -

- <#-- Label --> - <@p.label individual editable labelCount localesCount languageCount/> - - <#-- Most-specific types --> - <@p.mostSpecificTypes individual /> - uri icon -

- -
- - <#if individualProductExtension??> - ${individualProductExtension} - <#else> -
-
- - -<#assign nameForOtherGroup = "${i18n().other}"> - - -<#-- - With release 1.6 there are now two types of property group displays: the original property group - menu and the horizontal tab display, which is the default. If you prefer to use the property - group menu, simply substitute the include statement below with the one that appears after this - comment section. - - <#include "individual-property-group-menus.ftl"> ---> - -<#include "individual-property-group-tabs.ftl"> - -<#assign rdfUrl = individual.rdfUrl> - -<#if rdfUrl??> - - - - -${stylesheets.add('', - '')} - -${headScripts.add('', - '')} - -${scripts.add('', - '', - '')} - - diff --git a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/manageproxies/manageProxies-list_fr_CA.ftl b/fr_CA/webapp/src/main/webapp/templates/freemarker/body/manageproxies/manageProxies-list_fr_CA.ftl deleted file mode 100644 index 1cb91d7..0000000 --- a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/manageproxies/manageProxies-list_fr_CA.ftl +++ /dev/null @@ -1,204 +0,0 @@ -<#-- $This file is distributed under the terms of the license in LICENSE$ --> - -<#-- Template for displaying list of user accounts --> - -

${i18n().manage_profile_editing}

- -<#if message??> -
- <#if message.success?? > -

${i18n().operation_successful}

- - - <#if message.failure?? > -

${i18n().operation_unsuccessful}

- -
- - - - -
-

${i18n().relate_editors_profiles} ${i18n().info_icon}

- -
-
- ${i18n().select_editors} - -
- - -

 

- - <#-- Magic div that holds all of the proxy data and the template that shows how to display it. --> -
    - <#-- - Each proxy will be shown using the HTML inside this div. - It must contain at least: - -- a link with templatePart="remove" - -- a hidden input field with templatePart="uriField" - --> -
    -
  • - %label% - -

    - %label% | %classLabel% -
    - ${i18n().remove_selection} - -

    -
  • -
    -
-
-
- -
- ${i18n().select_profiles} - -
- - - -

 

- - <#-- Magic div thst holds all of the proxy data and the template that shows how to display it. --> -
    - <#-- - Each proxy will be shown using the HTML inside this element. - It must contain at least: - -- a link with templatePart="remove" - -- a hidden input field with templatePart="uriField" - --> -
    -
  • - %label% - -

    %label% | %classLabel% -
    ${i18n().remove_selection} -

    - - -
  • -
    -
-
-
- - -
-
- - -

${i18n().profile_editors}

- -
-
- - - <#if page.previous??> - | ${i18n().previous} - - - <#if page.last != 0> - ${page.current} of ${page.last} - - - <#if page.next??> - ${i18n().next_capitalized} - - - <#if searchTerm?has_content> -

${i18n().search_results_for} '${searchTerm}' | ${i18n().view_profile_editors}

- -
-
- -<#list relationships as r> -
-
-
- <#assign p = r.proxyInfos[0]> -
- ${p.label} - -

- ${p.label} | ${p.classLabel} -
- ${i18n().delete_profile_editor} - -

-
-
- -
- ${i18n().add_profile} - -
- - - -

 

-

${r.proxyInfos[0].profileUri}

-

${i18n().selected_profiles}:

- - <#-- Magic div that holds all of the proxy data and the template that shows how to display it. --> -
    - <#list r.profileInfos as p> -
    -

    ${p.uri}

    -

    ${p.label}

    -

    ${p.classLabel}

    -

    ${p.imageUrl}

    -
    - - - <#-- - Each proxy will be shown using the HTML inside this element. - It must contain at least: - -- a link with templatePart="remove" - -- a hidden input field with templatePart="uriField" - --> -
    -
  • - %label% - -

    %label% | %classLabel% -
    ${i18n().remove_selection} -

    -
  • - - -
    -
-
- - -
-
-
- - - - -${stylesheets.add('')} -${stylesheets.add('')} -${stylesheets.add('')} -${stylesheets.add('')} - -${scripts.add('')} -${scripts.add('', - '', - '')} diff --git a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/menupage/emptyPage_fr_CA.ftl b/fr_CA/webapp/src/main/webapp/templates/freemarker/body/menupage/emptyPage_fr_CA.ftl deleted file mode 100644 index 1732f11..0000000 --- a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/menupage/emptyPage_fr_CA.ftl +++ /dev/null @@ -1,10 +0,0 @@ -<#-- $This file is distributed under the terms of the license in LICENSE$ --> - -
-

${i18n().page_not_configured}

- -

${i18n().implement_capitalized} ${i18n().a_link} ${i18n().configure_page_if_permissable}

- - - -
diff --git a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/menupage/individualsForClassesMenuPage_fr_CA.ftl b/fr_CA/webapp/src/main/webapp/templates/freemarker/body/menupage/individualsForClassesMenuPage_fr_CA.ftl deleted file mode 100644 index 3b3dcdf..0000000 --- a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/menupage/individualsForClassesMenuPage_fr_CA.ftl +++ /dev/null @@ -1,17 +0,0 @@ -<#-- $This file is distributed under the terms of the license in LICENSE$ --> - -<#include "menupage-checkForData.ftl"> - -<#if !noData> - - - <#include "menupage-browse.ftl"> - - ${stylesheets.add('')} - - <#include "menupage-scripts.ftl"> -<#else> - ${noDataNotification} - diff --git a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/menupage/menupage--defaultFixedHtml_fr_CA.ftl b/fr_CA/webapp/src/main/webapp/templates/freemarker/body/menupage/menupage--defaultFixedHtml_fr_CA.ftl deleted file mode 100644 index 1df32a5..0000000 --- a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/menupage/menupage--defaultFixedHtml_fr_CA.ftl +++ /dev/null @@ -1,15 +0,0 @@ -<#-- $This file is distributed under the terms of the license in LICENSE$ --> - -<#--Save to variable indicated in generator --> - -<#assign htmlExists = false/> -<#if variableName?has_content> - <#assign htmlExists = true /> - -<#if htmlExists> - ${.globals[variableName]} -<#else> - ${i18n().no_html_specified} - - - diff --git a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/menupage/menupage--defaultSearchIndividuals_fr_CA.ftl b/fr_CA/webapp/src/main/webapp/templates/freemarker/body/menupage/menupage--defaultSearchIndividuals_fr_CA.ftl deleted file mode 100644 index 0dfe78c..0000000 --- a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/menupage/menupage--defaultSearchIndividuals_fr_CA.ftl +++ /dev/null @@ -1,53 +0,0 @@ -<#-- $This file is distributed under the terms of the license in LICENSE$ --> - -<#-- List individuals in the requested class. --> - -<#import "lib-list.ftl" as l> - -<#include "individualList-checkForData.ftl"> - -${stylesheets.add('')} - -
-

${title!} -

- <#if subtitle?has_content> -

${subtitle}

- - - <#if (!noData)> - <#if errorMessage?has_content> -

${errorMessage}

- <#else> - <#assign pagination> - <#if (pages?has_content && pages?size > 1)> - ${i18n().pages}: - - - - - ${pagination} - - - - ${pagination} - - <#else> - ${noDataNotification} - -
diff --git a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/menupage/menupage--defaultSparql_fr_CA.ftl b/fr_CA/webapp/src/main/webapp/templates/freemarker/body/menupage/menupage--defaultSparql_fr_CA.ftl deleted file mode 100644 index e58a5e9..0000000 --- a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/menupage/menupage--defaultSparql_fr_CA.ftl +++ /dev/null @@ -1,38 +0,0 @@ -<#-- $This file is distributed under the terms of the license in LICENSE$ --> - -<#--Save to variable is sparqlResults --> -<#assign resultsExist = false/> -<#if variableName?has_content> - <#assign resultsExist = true/> - <#--This will retrieve the results stored in the variable name being returned from the sparql query. - For example, if "results" was specified as the variable storing the sparql results, the value - of "results" will not be assigned to "sparqlResults" below. --> - <#assign sparqlResults = .globals[variableName]/> - - -

${i18n().sparql_query_results}

-<#if resultsExist> - <#assign numberRows = sparqlResults?size/> - <#assign firstRow = false/> - <#list sparqlResults as resultRow> - <#assign resultKeys = resultRow?keys /> - <#if firstRow = false> -
- <#list resultKeys as resultKey> -
${resultKey}
- -
- <#assign firstRow = true/> - -
- <#list resultKeys as resultKey> -
${resultRow[resultKey]}
- -
- -<#else> - ${i18n().no_results_returned} - - -${stylesheets.add('')} - diff --git a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/menupage/menupage--exampleMultipleContentTypes_fr_CA.ftl b/fr_CA/webapp/src/main/webapp/templates/freemarker/body/menupage/menupage--exampleMultipleContentTypes_fr_CA.ftl deleted file mode 100644 index 1877366..0000000 --- a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/menupage/menupage--exampleMultipleContentTypes_fr_CA.ftl +++ /dev/null @@ -1,85 +0,0 @@ -<#-- $This file is distributed under the terms of the license in LICENSE$ --> -<#--This is an example of including multiple content types in the same template, - this combines the default templates for Fixed HTML, Class groups and Search Individuals in one template--> -<#include "menupage-checkForData.ftl"> -<#--Fixed HTML portion--> -<#--Note that variableName is employed by both the fixed html and sparql query templates, this is used to store the -actual name of the variable that is used to store either the fixed html or sparql query results. If combining fixed html -and sparql query results in a custom template, the template can utilize the actual variable name e.g. "query results" instead of how -variableName is used below.--> -<#assign htmlExists = false/> - -<#if variableName?has_content> - <#assign htmlExists = true /> - -<#if htmlExists> - ${.globals[variableName]} -<#else> - ${i18n().no_html_specified} - - -<#--Class grou section--> -<#if !noData> - - - <#include "menupage-browse.ftl"> - - ${stylesheets.add('')} - - <#include "menupage-scripts.ftl"> -<#else> - ${noDataNotification} - - -<#--Search Individuals section--> -<#import "lib-list.ftl" as l> - -<#include "individualList-checkForData.ftl"> - -${stylesheets.add('')} - -
-

${title!} -

- <#if subtitle?has_content> -

${subtitle}

- - - <#if (!noData)> - <#if errorMessage?has_content> -

${errorMessage}

- <#else> - <#assign pagination> - <#if (pages?has_content && pages?size > 1)> - ${i18n().pages}: - - - - - ${pagination} - - - - ${pagination} - - <#else> - ${noDataNotification} - -
diff --git a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/menupage/page-classgroup_fr_CA.ftl b/fr_CA/webapp/src/main/webapp/templates/freemarker/body/menupage/page-classgroup_fr_CA.ftl deleted file mode 100644 index 3b3dcdf..0000000 --- a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/menupage/page-classgroup_fr_CA.ftl +++ /dev/null @@ -1,17 +0,0 @@ -<#-- $This file is distributed under the terms of the license in LICENSE$ --> - -<#include "menupage-checkForData.ftl"> - -<#if !noData> - - - <#include "menupage-browse.ftl"> - - ${stylesheets.add('')} - - <#include "menupage-scripts.ftl"> -<#else> - ${noDataNotification} - diff --git a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/menupage/page-pageList_fr_CA.ftl b/fr_CA/webapp/src/main/webapp/templates/freemarker/body/menupage/page-pageList_fr_CA.ftl deleted file mode 100644 index 55ac458..0000000 --- a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/menupage/page-pageList_fr_CA.ftl +++ /dev/null @@ -1,34 +0,0 @@ -<#-- $This file is distributed under the terms of the license in LICENSE$ --> - -<#import "lib-generator-classes.ftl" as generators /> - -
- -<#if pages?has_content > - - - - <#list pages as pagex> - - - <#if pagex.pageUri??> - - <#else> - - - - -
${i18n().title_capitalized}URI
${(pagex.title)!i18n().untitled}${pagex.pageUri}${i18n().uri_not_defined}
- -<#else> -

${i18n().no_pages_defined}

- - -
- - - - -
- -
diff --git a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/message/message-titled_fr_CA.ftl b/fr_CA/webapp/src/main/webapp/templates/freemarker/body/message/message-titled_fr_CA.ftl deleted file mode 100644 index 11b4ed0..0000000 --- a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/message/message-titled_fr_CA.ftl +++ /dev/null @@ -1,7 +0,0 @@ -<#-- $This file is distributed under the terms of the license in LICENSE$ --> - -<#-- Standard template to display a message with a title generated from any controller. Keeps this out of individual templates. --> - -

${title!}

- -<#include "message.ftl"> diff --git a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/message/message_fr_CA.ftl b/fr_CA/webapp/src/main/webapp/templates/freemarker/body/message/message_fr_CA.ftl deleted file mode 100644 index 6750875..0000000 --- a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/message/message_fr_CA.ftl +++ /dev/null @@ -1,7 +0,0 @@ -<#-- $This file is distributed under the terms of the license in LICENSE$ --> - -<#-- Standard template to display a message generated from any controller. Keeps this out of individual templates. --> - -<#if message??> -

${message}

- diff --git a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/pagemanagement/pageList_fr_CA.ftl b/fr_CA/webapp/src/main/webapp/templates/freemarker/body/pagemanagement/pageList_fr_CA.ftl deleted file mode 100644 index e3c19b9..0000000 --- a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/pagemanagement/pageList_fr_CA.ftl +++ /dev/null @@ -1,89 +0,0 @@ -<#-- $This file is distributed under the terms of the license in LICENSE$ --> - -
-
-

${i18n().page_management}

-
- - -<#if pages?has_content > - - - - - - - - - - - - - - - <#list pages as pagex> - - - - - - - - - - - - -
${i18n().page_management}
${i18n().title_capitalized}URL${i18n().custom_template}${i18n().menu_page}${i18n().controls}
- <#if pagex.listedPageUri?has_content> - <#if pagex.listedPageTitle == "Home" > - ${pagex.listedPageTitle!} - <#else> - ${(pagex.listedPageTitle)!i18n().untitled} - - - <#else> - ${i18n().uri_not_defined} - - ${pagex.listedPageUrlMapping}${(pagex.listedPageTemplate)!''} - <#if pagex.listedPageMenuItem?has_content> - - - - ${i18n().edit_page} -    - ${i18n().view_profile_for_page} -    - <#if !pagex.listedPageCannotDeletePage?has_content > - ${i18n().delete_page} - -
- -<#else> -

${i18n().no_pages_defined}

- - -
- - - - -
-
-

${i18n().use_capitalized} ${i18n().menu_orering} ${i18n().to_order_menu_items}

-
- - -${stylesheets.add('', - '')} - -${scripts.add('')} -${scripts.add('')} -${scripts.add('')} -${scripts.add('')} - - diff --git a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/siteAdmin/siteAdmin-classHierarchy_fr_CA.ftl b/fr_CA/webapp/src/main/webapp/templates/freemarker/body/siteAdmin/siteAdmin-classHierarchy_fr_CA.ftl deleted file mode 100644 index 411adda..0000000 --- a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/siteAdmin/siteAdmin-classHierarchy_fr_CA.ftl +++ /dev/null @@ -1,64 +0,0 @@ -<#-- $This file is distributed under the terms of the license in LICENSE$ --> - -
- <#if propertyName?? > -

Classes with a restriction on ${propertyName!}

-
- <#else> -

${pageTitle!}

- - <#if !displayOption?has_content> - <#assign displayOption = "asserted"> - -
- - - - <#if displayOption == "group"> - - -
- - <#if displayOption == "group"> - - <#else> - - - -
- <#if propertyName?? && !jsonTree?? > - ${i18n().no_class_restrictions} - -
- - - - - -${stylesheets.add('')} - -${scripts.add('', - '')} - diff --git a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/siteAdmin/siteAdmin-objectPropHierarchy_fr_CA.ftl b/fr_CA/webapp/src/main/webapp/templates/freemarker/body/siteAdmin/siteAdmin-objectPropHierarchy_fr_CA.ftl deleted file mode 100644 index bc167c1..0000000 --- a/fr_CA/webapp/src/main/webapp/templates/freemarker/body/siteAdmin/siteAdmin-objectPropHierarchy_fr_CA.ftl +++ /dev/null @@ -1,78 +0,0 @@ -<#-- $This file is distributed under the terms of the license in LICENSE$ --> - -<#-- - Used to display both the object and data property hierarchies, though there are - separate controllers for those. Also used to display lists of "all" object and - data properties, though there are separate controllers for those, too. - --> - <#if propertyType??> - <#assign propType = propertyType> -<#else> - <#assign propType = "group"> - - - -
- -

${pageTitle!}

- - <#if !displayOption?has_content> - <#assign displayOption = "hierarchy"> - - - <#if propType == "group"> -
- - -
- - <#else> -
Object<#else>DataPropertyHierarchy" method="post" role="classHierarchy"> - - - ${i18n().object}<#else>${i18n().data} ${i18n().property}"/> -
- - - -
-
- -
- - - - - - -${stylesheets.add('')} - -${scripts.add('', - '')} - diff --git a/fr_CA/webapp/src/main/webapp/templates/freemarker/edit/forms/defaultDataPropertyForm_fr_CA.ftl b/fr_CA/webapp/src/main/webapp/templates/freemarker/edit/forms/defaultDataPropertyForm_fr_CA.ftl deleted file mode 100644 index 19638d8..0000000 --- a/fr_CA/webapp/src/main/webapp/templates/freemarker/edit/forms/defaultDataPropertyForm_fr_CA.ftl +++ /dev/null @@ -1,105 +0,0 @@ -<#-- $This file is distributed under the terms of the license in LICENSE$ --> - -<#--If edit submission exists, then retrieve validation errors if they exist--> -<#if editSubmission?has_content && editSubmission.submissionExists = true && editSubmission.validationErrors?has_content> - <#assign submissionErrors = editSubmission.validationErrors/> - - - -

${editConfiguration.formTitle}

- -<#--Display error messages if any--> -<#if submissionErrors?has_content> - - - -<#assign literalValues = "${editConfiguration.dataLiteralValuesAsString}" /> -<#assign datatype = editConfiguration.dataPredicateProperty.rangeDatatypeURI!"none" /> - -
- - <#if editConfiguration.dataPredicatePublicDescription?has_content> - - - - <#if "HTML" == editConfiguration.dataPredicateProperty.editing!> - - - <#elseif datatype = "http://www.w3.org/2001/XMLSchema#integer" || datatype = "http://www.w3.org/2001/XMLSchema#int"> - - - <#elseif datatype = "http://www.w3.org/2001/XMLSchema#float"> - - - <#elseif datatype = "http://www.w3.org/2001/XMLSchema#boolean"> - - - <#elseif datatype = "http://www.w3.org/2001/XMLSchema#anyURI"> - - - <#elseif datatype = "http://www.w3.org/2001/XMLSchema#dateTime" || - datatype = "http://www.w3.org/2001/XMLSchema#date" || - datatype = "http://www.w3.org/2001/XMLSchema#time" || - datatype = "http://www.w3.org/2001/XMLSchema#gYearMonth" || - datatype = "http://www.w3.org/2001/XMLSchema#gYear" || - datatype = "http://www.w3.org/2001/XMLSchema#gMonth" > - <#include "dateTimeEntryForm.ftl"> - - <#else> - - - - -
- <#--The submit label should be set within the template itself, right now - the default label for default data/object property editing is returned from Edit Configuration Template Model, - but that method may not return the correct result for other custom forms--> - - ${i18n().or} - ${i18n().cancel_link} - -
- -<#if editConfiguration.includeDeletionForm = true> -<#include "defaultDeletePropertyForm.ftl"> - - - - -<#include "defaultFormScripts.ftl"> - -${stylesheets.add('')} - -${scripts.add('', - '')} - diff --git a/fr_CA/webapp/src/main/webapp/templates/freemarker/edit/forms/menuManagement_fr_CA.ftl b/fr_CA/webapp/src/main/webapp/templates/freemarker/edit/forms/menuManagement_fr_CA.ftl deleted file mode 100644 index 86df077..0000000 --- a/fr_CA/webapp/src/main/webapp/templates/freemarker/edit/forms/menuManagement_fr_CA.ftl +++ /dev/null @@ -1,115 +0,0 @@ -<#-- $This file is distributed under the terms of the license in LICENSE$ --> - -<#--Template for adding and editing menu items --> - -<#-- some additional processing here which shows or hides the class group selection and classes based on initial action--> -<#assign existingClassGroupStyle = " " /> -<#assign selectClassGroupStyle = 'class="hidden"' /> -<#-- Reveal the class group and hide the class selects if adding a new menu item or editing an existing menu item with an empty class group (no classes)--> -<#if menuAction == "Add" || !classGroup?has_content> - <#assign existingClassGroupStyle = 'class="hidden"' /> - <#assign selectClassGroupStyle = " " /> - - - -

${menuAction} ${i18n().menu_item}

- -
-
- - - - - - - - - -

${i18n().start_with_leading_slash}

- -

${i18n().template_capitalized} *

- - checked role="radio" /> - -
- checked role="input" /> - - -
class="hidden" role="region"> - * -
- -
-

${i18n().selected_page_content_type}

-

- ${associatedPage!} - ${i18n().change_content_type} -

-
- - <#-- Select class group --> -
- - - -
- -
- <#-- Select classes in a class group --> -

${i18n().select_content_display} *

- - <#include "menuManagement--classIntersections.ftl"> - - -
- - ${i18n().or} ${i18n().cancel_link} - -

* ${i18n().required_fields}

-
-
- -${stylesheets.add('')} -${stylesheets.add('')} - -${scripts.add('')} -${scripts.add('')} diff --git a/fr_CA/webapp/src/main/webapp/templates/freemarker/edit/forms/pageManagement--browseClassGroups_fr_CA.ftl b/fr_CA/webapp/src/main/webapp/templates/freemarker/edit/forms/pageManagement--browseClassGroups_fr_CA.ftl deleted file mode 100644 index cd5be1e..0000000 --- a/fr_CA/webapp/src/main/webapp/templates/freemarker/edit/forms/pageManagement--browseClassGroups_fr_CA.ftl +++ /dev/null @@ -1,69 +0,0 @@ -<#-- $This file is distributed under the terms of the license in LICENSE$ --> -<#--Browse Class Groups Section--> -<#-----------Variable assignment--------------> -<#--Requires Menu action be defined in parent template--> - -<#assign classGroup = pageData.classGroup /> -<#assign classGroups = pageData.classGroups /> -<#-- some additional processing here which shows or hides the class group selection and classes based on initial action--> -<#assign existingClassGroupStyle = " " /> -<#assign selectClassGroupStyle = 'class="hidden"' /> -<#-- Reveal the class group and hide the class selects if adding a new menu item or editing an existing menu item with an empty class group (no classes)--> -<#-- Menu action needs to be sent from main template--> -<#if menuAction == "Add" || !classGroup?has_content> - <#assign existingClassGroupStyle = 'class="hidden"' /> - <#assign selectClassGroupStyle = " " /> - - - -<#--HTML Portion--> -
- -
- - - -
- - -
- <#-- Select classes in a class group --> -

${i18n().select_content_display} *

- - <#include "pageManagement--classIntersections.ftl"> - -
- - <#if menuAction == "Add"> - ${i18n().or} ${i18n().cancel_link} - -
-
- - <#--Include JavaScript specific to the types of data getters related to this content--> - <#include "pageManagement--browseClassGroupsScripts.ftl"> diff --git a/fr_CA/webapp/src/main/webapp/templates/freemarker/edit/forms/pageManagement--fixedHtml_fr_CA.ftl b/fr_CA/webapp/src/main/webapp/templates/freemarker/edit/forms/pageManagement--fixedHtml_fr_CA.ftl deleted file mode 100644 index 898c8d7..0000000 --- a/fr_CA/webapp/src/main/webapp/templates/freemarker/edit/forms/pageManagement--fixedHtml_fr_CA.ftl +++ /dev/null @@ -1,23 +0,0 @@ -<#-- $This file is distributed under the terms of the license in LICENSE$ --> -<#--This contains the template for the fixed HTML content type that is to be cloned and used in page management--> - -
- - - -
- - <#if menuAction == "Add"> - ${i18n().or} ${i18n().cancel_link} - -
- -${scripts.add('')} diff --git a/fr_CA/webapp/src/main/webapp/templates/freemarker/edit/forms/pageManagement--searchIndividuals_fr_CA.ftl b/fr_CA/webapp/src/main/webapp/templates/freemarker/edit/forms/pageManagement--searchIndividuals_fr_CA.ftl deleted file mode 100644 index 1456c95..0000000 --- a/fr_CA/webapp/src/main/webapp/templates/freemarker/edit/forms/pageManagement--searchIndividuals_fr_CA.ftl +++ /dev/null @@ -1,33 +0,0 @@ -<#-- $This file is distributed under the terms of the license in LICENSE$ --> -<#--This contains the template for the Search Index class individuals content type that is to be cloned and used in page management--> -<#assign classGroup = pageData.classGroup /> -<#assign classGroups = pageData.classGroups /> -<#assign classes = pageData.classes /> -
- - - -
- -
- - <#if menuAction == "Add"> - or ${i18n().cancel_link} - -
- -${scripts.add('')} diff --git a/fr_CA/webapp/src/main/webapp/templates/freemarker/edit/forms/pageManagement--sparqlQuery_fr_CA.ftl b/fr_CA/webapp/src/main/webapp/templates/freemarker/edit/forms/pageManagement--sparqlQuery_fr_CA.ftl deleted file mode 100644 index bfb8a07..0000000 --- a/fr_CA/webapp/src/main/webapp/templates/freemarker/edit/forms/pageManagement--sparqlQuery_fr_CA.ftl +++ /dev/null @@ -1,25 +0,0 @@ -<#-- $This file is distributed under the terms of the license in LICENSE$ --> -<#--This contains the template for the Sparql Query content type that is to be cloned and used in page management--> -
- - - <#--Hiding query model for now--> - <#-- --> - - -
- - <#if menuAction == "Add"> - or ${i18n().cancel_link} - -
- -${scripts.add('')} diff --git a/fr_CA/webapp/src/main/webapp/templates/freemarker/edit/forms/pageManagement_fr_CA.ftl b/fr_CA/webapp/src/main/webapp/templates/freemarker/edit/forms/pageManagement_fr_CA.ftl deleted file mode 100644 index aed923c..0000000 --- a/fr_CA/webapp/src/main/webapp/templates/freemarker/edit/forms/pageManagement_fr_CA.ftl +++ /dev/null @@ -1,209 +0,0 @@ -<#-- $This file is distributed under the terms of the license in LICENSE$ --> -<#import "lib-vitro-form.ftl" as lvf> - -<#--------Set up variables--------> -<#assign pageData = editConfiguration.pageData /> -<#assign menuAction = pageData.menuAction /> -<#assign pageAvailablePermissions = pageData.availablePermissions /> -<#assign pageAvailablePermissionsURIsList = pageData.availablePermissionOrderedList /> - -<#assign pageName = "" /> -<#assign selectedTemplateType = "default" /> -<#assign prettyUrl = ""/> -<#assign menuItem = ""/> -<#assign menuLinkText = "" /> -<#assign action = "" /> -<#assign menuPosition = pageData.highestMenuPosition /> -<#assign addMenuItem = "" /> -<#assign pageHeading = "${i18n().add_new_page}" /> -<#assign saveBtnText = "${i18n().save_new_page}" /> -<#if pageData.addMenuItem?has_content> - <#assign addMenuItem = pageData.addMenuItem /> - -<#--Existing Values For Editing condition--> -<#assign literalValues = editConfiguration.existingLiteralValues /> -<#assign uriValues = editConfiguration.existingUriValues /> -<#if menuAction = "Edit"> - <#assign pageName = lvf.getFormFieldValue(editSubmission, editConfiguration, "pageName")/> - <#assign prettyUrl = lvf.getFormFieldValue(editSubmission, editConfiguration, "prettyUrl")/> - <#assign menuItem = lvf.getFormFieldValue(editSubmission, editConfiguration, "menuItem")/> - <#assign menuLinkText = lvf.getFormFieldValue(editSubmission, editConfiguration, "menuLinkText")/> - <#assign customTemplate = lvf.getFormFieldValue(editSubmission, editConfiguration, "customTemplate")/> - <#assign selfContainedTemplate = lvf.getFormFieldValue(editSubmission, editConfiguration, "isSelfContainedTemplate")/> - <#assign action = lvf.getFormFieldValue(editSubmission, editConfiguration, "action")/> - - <#assign pageHeading = "${i18n().edit_page(pageName)}" /> - <#assign saveBtnText = "${i18n().save_changes}" /> - <#if customTemplate?has_content> - <#if selfContainedTemplate?has_content> - <#assign selectedTemplateType = "selfContained" /> - <#else> - <#assign selectedTemplateType = "custom" /> - - - <#assign editMenuPosition = lvf.getFormFieldValue(editSubmission, editConfiguration, "menuPosition")/> - <#--if menu position exists for a menu item, then use that, otherwise use the highest available menu position number from page data--> - <#if editMenuPosition?has_content && editMenuPosition != ""> - <#assign menuPosition = editMenuPosition/> - - -<#--If edit submission exists, then retrieve validation errors if they exist--> -<#if editSubmission?has_content && editSubmission.submissionExists = true && editSubmission.validationErrors?has_content> - <#assign submissionErrors = editSubmission.validationErrors/> - - -<#------------HTML Portion-------------> - - -<#--class group section has associated page uri, but that depends on editing a current page or if one is selected later--> -
- <#--form method="POST" action="${formUrls}" role="${menuAction} menu item"--> -
- - -

${pageHeading}

- -
-
style="display:none;"> -
- -  ${i18n().add_types} -
-
-
-
- - <#--This include file contains links to the templates that will be cloned and used for the different content types--> - - <#include "pageManagement--contentTemplates.ftl"> -
-
- -
-
- - - - -

${i18n().begin_with_slash_no_example}
${i18n().slash_example}

-

${i18n().template_capitalized} *

- checked="checked" role="radio" /> - -
- checked="checked" role="input" /> - -
- checked="checked" role="input" /> -
-
class="hidden" role="region"> - * - -
- - -
-
- - - -
-
-
-
-
- or - ${i18n().cancel_link} -
-

* ${i18n().required_fields}

-
- - - - -
-
- - - -<#include "pageManagement--customDataScript.ftl"> - - -${stylesheets.add('')} -${stylesheets.add('')} -${scripts.add('')} -${scripts.add('')} -${scripts.add('')} -${scripts.add('')} -${scripts.add('')} -<#--Process Data Getter Utils will refer to the various content type specific javascript files that should -already have been added within the template section for each content type--> -${scripts.add('')} -<#--Page management is used on page load and utilizes processDataGetterUtils as well as the custom data from the custom data script--> -${scripts.add('')} - diff --git a/fr_CA/webapp/src/main/webapp/templates/freemarker/page/partials/headScripts_fr_CA.ftl b/fr_CA/webapp/src/main/webapp/templates/freemarker/page/partials/headScripts_fr_CA.ftl deleted file mode 100644 index a387afd..0000000 --- a/fr_CA/webapp/src/main/webapp/templates/freemarker/page/partials/headScripts_fr_CA.ftl +++ /dev/null @@ -1,18 +0,0 @@ -<#-- $This file is distributed under the terms of the license in LICENSE$ --> - -<#-- Template for scripts that must be loaded in the head --> - - - - - -<#-- script for enabling new HTML5 semantic markup in IE browsers --> - - -${headScripts.list()}