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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Jul 22 14:09:20 BST 2011


Author: whalley
Date: Fri Jul 22 14:09:20 2011
New Revision: 1465

Log:
fix for single tablep plot in reviews

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

Modified: trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/ViewTable.tml
==============================================================================
--- trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/ViewTable.tml	Fri Jul 22 10:32:50 2011	(r1464)
+++ trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/ViewTable.tml	Fri Jul 22 14:09:20 2011	(r1465)
@@ -8,7 +8,7 @@
     <div class="">
       <h3 class="papertitle">
 <!--        <a href="#" t:type="pagelink" t:page="view" t:context="paperContext">${paper.shortName}</a> -->
-       <a href="http://hepdata.cedar.ac.uk/h3test/view/irn${paper.spiresid}"> ${paper.shortName} </a>
+       <a href="http://hepdata.cedar.ac.uk/view/irn${paper.spiresid}"> ${paper.shortName} </a>
         <br/> ${paper.title}
       </h3>
 
@@ -36,7 +36,7 @@
       <t:loop source="datasetsnew" value="dataset">
         <div class="datasetbox">
             <!--<a href="#" t:type="pagelink" t:page="view" t:context="baseContext">Table ${dataset.id}</a>-->
-            <a href="http://hepdata.cedar.ac.uk/h3test/view/irn${paper.spiresid}/d${dataset.id}"> Table ${dataset.id} </a>
+            <a href="http://hepdata.cedar.ac.uk/view/irn${paper.spiresid}/d${dataset.id}"> Table ${dataset.id} </a>
           <t:datasetAsHtmlWithoutPlot dataset="dataset" format="${format}" />
         </div>
       </t:loop>


More information about the HepData-svn mailing list