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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Aug 11 17:18:16 BST 2010


Author: whalley
Date: Wed Aug 11 17:18:16 2010
New Revision: 1377

Log:
adding root,mpl links

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	Wed Aug 11 17:12:28 2010	(r1376)
+++ trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/View.tml	Wed Aug 11 17:18:16 2010	(r1377)
@@ -13,9 +13,11 @@
 </t:if>
     or as: 
         <a href="#" t:type="pagelink" t:page="view" t:context="plainContext">plain text</a>,&nbsp;
-        <a href="#" t:type="pagelink" t:page="view" t:context="aidaContext">AIDA</a>&nbsp;or
-        <a href="#" t:type="pagelink" t:page="view" t:context="pyrootContext">PyROOT</a>&nbsp;
-        <!-- <a href="#" t:type="pagelink" t:page="view" t:context="yodaContext">YODA</a> -->
+        <a href="#" t:type="pagelink" t:page="view" t:context="aidaContext">AIDA</a>,&nbsp;
+        <a href="#" t:type="pagelink" t:page="view" t:context="pyrootContext">PyROOT,</a>&nbsp;
+        <a href="#" t:type="pagelink" t:page="view" t:context="yodaContext">YODA</a>,&nbsp; 
+        <a href="#" t:type="pagelink" t:page="view" t:context="rootContext">ROOT</a>&nbsp;or 
+        <a href="#" t:type="pagelink" t:page="view" t:context="matplotlibContext">mpl</a>&nbsp; 
   <t:if test="paper.hepdataId">
     <title>HepData &ndash; ${paper.shortName}</title>
 
@@ -88,10 +90,12 @@
           </h3>
           <!-- <p class="altdsformats"> -->
           as:
-          <a href="#" t:type="pagelink" t:page="view" t:context="plainContext">plain text</a>&nbsp;
-          <a href="#" t:type="pagelink" t:page="view" t:context="aidaContext">AIDA</a>&nbsp;
-          <a href="#" t:type="pagelink" t:page="view" t:context="pyrootContext">PyROOT</a>&nbsp;
-          <!-- <a href="#" t:type="pagelink" t:page="view" t:context="yodaContext">YODA</a> -->
+          <a href="#" t:type="pagelink" t:page="view" t:context="plainContext">plain text</a>,&nbsp;
+          <a href="#" t:type="pagelink" t:page="view" t:context="aidaContext">AIDA</a>,&nbsp;
+          <a href="#" t:type="pagelink" t:page="view" t:context="pyrootContext">PyROOT</a>,&nbsp;
+          <a href="#" t:type="pagelink" t:page="view" t:context="yodaContext">YODA</a>,&nbsp;
+          <a href="#" t:type="pagelink" t:page="view" t:context="rootContext">ROOT</a>,&nbsp; or 
+          <a href="#" t:type="pagelink" t:page="view" t:context="matplotlibContext">mpl</a>&nbsp; 
           <!-- </p> -->
           <t:datasetAsHtml dataset="dataset" format="${format}" />
         </div>


More information about the HepData-svn mailing list