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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Oct 11 10:45:23 BST 2012


Author: whalley
Date: Thu Oct 11 10:45:23 2012
New Revision: 1580

Log:
mods to AllIds to include papers with no Inspire/Spires id

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

Modified: trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/AllIds.tml
==============================================================================
--- trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/AllIds.tml	Thu Oct 11 10:41:13 2012	(r1579)
+++ trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/AllIds.tml	Thu Oct 11 10:45:23 2012	(r1580)
@@ -3,7 +3,7 @@
     <pre>
       [
       <t:loop source="papers" value="paper">
-      [${inspireId},${spiresId},${paper.hepdataId}],</t:loop>
+         [${inspireId},${spiresId},${paper.hepdataId}],</t:loop>
          [0,0,0]
       ]
     </pre>


More information about the HepData-svn mailing list