From 1b00244e5d05e2eee1887c03534f6a5ca46f39d7 Mon Sep 17 00:00:00 2001 From: briancaruso Date: Fri, 4 Nov 2011 19:36:15 +0000 Subject: [PATCH] removing duplicate personHasEducationalTraining.ftl --- .../body/personHasEducationalTraining.ftl | 111 ------------------ 1 file changed, 111 deletions(-) delete mode 100644 productMods/templates/freemarker/body/personHasEducationalTraining.ftl diff --git a/productMods/templates/freemarker/body/personHasEducationalTraining.ftl b/productMods/templates/freemarker/body/personHasEducationalTraining.ftl deleted file mode 100644 index e55b1039..00000000 --- a/productMods/templates/freemarker/body/personHasEducationalTraining.ftl +++ /dev/null @@ -1,111 +0,0 @@ -<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> - -<#-- this is in request.subject.name --> - -<#assign subjectName = "Bogus, Al"> - -<#if editConfig.object?has_content> - <#assign editMode = "edit"> -<#else> - <#assign editMode = "add"> - - -<#if editMode == "edit"> - <#assign titleVerb="Edit"> - <#assign submitButtonText="Edit Educational Training"> - <#assign disabledVal="disabled"> -<#else> - <#assign titleVerb="Create"> - <#assign submitButtonText="Educational Training"> - <#assign disabledVal=""/> - -<#assign requiredHint=" *"/> - -
-

${titleVerb} educational training entry for ${subjectName}

- -
- -
- - -
- - - - - <@widget name="editElement" name="dateTime" /> - -
-
- - - or -
- - -
-
Add a New Organization
- - - - - -
-
- - -
- - - - - -

e.g., Postdoctoral training or Transferred

-
- - -

- - - - <#assign cancelParams = "editKey=${editConfig.editKey}&cancel=true" > - orCancel -

- -

* required fields

-
- -<#assign acUrl="/autocomplete?tokenize=true&stem=true" > - - - -
- -${stylesheets.add('', - '')} - -${scripts.add('', - '', - '')} - - - - \ No newline at end of file