|
[HepData-svn] r1578 - trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pagesblackhole at projects.hepforge.org blackhole at projects.hepforge.orgThu Oct 11 10:40:40 BST 2012
Author: whalley Date: Thu Oct 11 10:40:40 2012 New Revision: 1578 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 Tue Oct 2 11:52:24 2012 (r1577) +++ trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/AllIds.tml Thu Oct 11 10:40:40 2012 (r1578) @@ -2,8 +2,8 @@ <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"> <pre> [ - <t:loop source="papers" value="paper"> - [${paper.inspireId},${paper.spiresId},${paper.hepdataId}], </t:loop> + <t:loop source="papers" value="paper"> + [${inspireId},${spiresId},${paper.hepdataId}],</t:loop> [0,0,0] ] </pre>
More information about the HepData-svn mailing list |