|
[HepData-svn] r1456 - trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pagesblackhole at projects.hepforge.org blackhole at projects.hepforge.orgThu Jun 30 15:13:18 BST 2011
Author: whalley Date: Thu Jun 30 15:13:18 2011 New Revision: 1456 Log: tweaks to allow extra links in IRN and RED cases Modified: trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/View.tml Modified: trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/View.tml ============================================================================== --- trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/View.tml Thu Jun 30 15:11:50 2011 (r1455) +++ trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/View.tml Thu Jun 30 15:13:18 2011 (r1456) @@ -67,10 +67,15 @@ <t:displayPaperComments p="paper" /> </div> - <t:if test="haveExtra"> + <t:if test="haveExtraIRN"> Additional extra resources for this paper are available <a href="/resource/${paper.spiresId}/index.shtml"> here</a> </t:if> + + <t:if test="haveExtraRED"> + <a href="/resource/${paper.redId}/index.shtml">${showExtraREDDesc}</a> + </t:if> + <p> <a href="/saveplot?list=all" title="Show the datasets which have been selected for combined plotting">View list of currently selected plots</a>
More information about the HepData-svn mailing list |