[HepData-svn] r1436 - trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Jan 31 11:48:04 GMT 2011


Author: whalley
Date: Mon Jan 31 11:48:03 2011
New Revision: 1436

Log:
displaying erratum references

Modified:
   trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/Search.tml
   trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/View.tml

Modified: trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/Search.tml
==============================================================================
--- trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/Search.tml	Mon Jan 31 11:45:56 2011	(r1435)
+++ trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/Search.tml	Mon Jan 31 11:48:03 2011	(r1436)
@@ -57,6 +57,9 @@
         <t:if test="paper.firstPublished">
           Published: <b>${paper.firstpublished}</b>
         </t:if>
+        <t:if test="paper.firstErratum">
+          Erratum: <b>${paper.firsterratum}</b>
+        </t:if>
         <t:if test="paper.firstPreprint">
           Preprint: <b>${paper.firstpreprint}</b>
         </t:if>

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	Mon Jan 31 11:45:56 2011	(r1435)
+++ trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/View.tml	Mon Jan 31 11:48:03 2011	(r1436)
@@ -45,6 +45,10 @@
           Published in <b>${paper.firstPublished}</b>
           <br/>
         </t:if>
+        <t:if test="paper.firstErratum">
+          Erratum in <b>${paper.firstErratum}</b>
+          <br/>
+        </t:if>
         <t:if test="paper.firstPreprint">
           Preprinted as <b>${paper.firstPreprint}</b> 
           <br/>


More information about the HepData-svn mailing list