From 82c4d1faa7c9416fc401737621030ffacb9f78e9 Mon Sep 17 00:00:00 2001 From: tworrall Date: Tue, 12 Apr 2011 14:45:55 +0000 Subject: [PATCH] NIHVIVO-834: added text to note section for more details --- .../visualization/personlevel/coAuthorPersonLevel.ftl | 10 ++++++++-- .../visualization/personlevel/coPIPersonLevel.ftl | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/productMods/templates/freemarker/visualization/personlevel/coAuthorPersonLevel.ftl b/productMods/templates/freemarker/visualization/personlevel/coAuthorPersonLevel.ftl index 0272f96d..280d39db 100644 --- a/productMods/templates/freemarker/visualization/personlevel/coAuthorPersonLevel.ftl +++ b/productMods/templates/freemarker/visualization/personlevel/coAuthorPersonLevel.ftl @@ -182,8 +182,14 @@ $(document).ready(function(){   First Publication -
Note: This information is based solely on publications which have been loaded into the VIVO system. - This may only be a small sample of the person's total work.
+
Note: This information is based solely on publications that have been loaded into the VIVO system. + This may only be a small sample of the person's total work.

+ <#if user.loggedIn > + Go to your profile page to enter additional details about your publications. + <#else> + Log in to enter additional details about your publications on your profile page. + +
diff --git a/productMods/templates/freemarker/visualization/personlevel/coPIPersonLevel.ftl b/productMods/templates/freemarker/visualization/personlevel/coPIPersonLevel.ftl index dd9a38b8..d0882651 100644 --- a/productMods/templates/freemarker/visualization/personlevel/coPIPersonLevel.ftl +++ b/productMods/templates/freemarker/visualization/personlevel/coPIPersonLevel.ftl @@ -182,8 +182,14 @@ $(document).ready(function(){   First Grant -
Note: This information is based solely on grants which have been loaded into the VIVO system. - This may only be a small sample of the person's total work.
+
Note: This information is based solely on grants that have been loaded into the VIVO system. + This may only be a small sample of the person's total work.

+ <#if user.loggedIn > + Go to your profile page to enter additional details about your grants. + <#else> + Log in to enter additional details about your grants on your profile page. + +