From 92f2ecfa1ed2c0f86bcc9927aff8365e1e120884 Mon Sep 17 00:00:00 2001 From: steven choi Date: Tue, 10 Oct 2023 09:20:43 +1100 Subject: [PATCH] #781 fix as comments --- grails-app/views/profile/_layoutTabbed.gsp | 1 + grails-app/views/profile/_publications.gsp | 28 ++++++++++++++++++++++ grails-app/views/profile/edit.gsp | 11 +++++++++ grails-app/views/profile/show.gsp | 10 ++++++++ 4 files changed, 50 insertions(+) create mode 100644 grails-app/views/profile/_publications.gsp diff --git a/grails-app/views/profile/_layoutTabbed.gsp b/grails-app/views/profile/_layoutTabbed.gsp index 7d55fb91..af4c5fd7 100644 --- a/grails-app/views/profile/_layoutTabbed.gsp +++ b/grails-app/views/profile/_layoutTabbed.gsp @@ -91,6 +91,7 @@ + diff --git a/grails-app/views/profile/_publications.gsp b/grails-app/views/profile/_publications.gsp new file mode 100644 index 00000000..c1b4d080 --- /dev/null +++ b/grails-app/views/profile/_publications.gsp @@ -0,0 +1,28 @@ +
+ + +
+
+
+

Versions

+ +
+
+
+ +
+ + Snapshot versioning has been temporarily disabled. + +
+
+ + +
+
+
+
+
diff --git a/grails-app/views/profile/edit.gsp b/grails-app/views/profile/edit.gsp index e89e9429..559ce648 100644 --- a/grails-app/views/profile/edit.gsp +++ b/grails-app/views/profile/edit.gsp @@ -53,6 +53,15 @@ {{profileCtrl.profile.archiveComment}}

+

+ If you need to reference this profile, you can do so using the last published version: + +

+ + +
+

Archived profiles will only appear in the general search results if the 'Include archived profiles' option is selected. Archived profiles will NOT appear in the Browse, Quick Find, Taxonomic Tree or Subordinate Taxa lists. @@ -165,6 +174,8 @@ params="[opusId: params.opusId]"/> + diff --git a/grails-app/views/profile/show.gsp b/grails-app/views/profile/show.gsp index aa3e3fd7..dec7aacd 100644 --- a/grails-app/views/profile/show.gsp +++ b/grails-app/views/profile/show.gsp @@ -58,6 +58,16 @@

{{profileCtrl.profile.archiveComment}}

+ +

+ If you need to reference this profile, you can do so using the last published version: + +

+ + +
+

Archived profiles will only appear in the general search results if the 'Include archived profiles' option is selected. Archived profiles will NOT appear in the Browse, Quick Find, Taxonomic Tree or Subordinate Taxa lists.