|
[HepData-svn] r1377 - trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pagesblackhole at projects.hepforge.org blackhole at projects.hepforge.orgWed 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>, - <a href="#" t:type="pagelink" t:page="view" t:context="aidaContext">AIDA</a> or - <a href="#" t:type="pagelink" t:page="view" t:context="pyrootContext">PyROOT</a> - <!-- <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>, + <a href="#" t:type="pagelink" t:page="view" t:context="pyrootContext">PyROOT,</a> + <a href="#" t:type="pagelink" t:page="view" t:context="yodaContext">YODA</a>, + <a href="#" t:type="pagelink" t:page="view" t:context="rootContext">ROOT</a> or + <a href="#" t:type="pagelink" t:page="view" t:context="matplotlibContext">mpl</a> <t:if test="paper.hepdataId"> <title>HepData – ${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> - <a href="#" t:type="pagelink" t:page="view" t:context="aidaContext">AIDA</a> - <a href="#" t:type="pagelink" t:page="view" t:context="pyrootContext">PyROOT</a> - <!-- <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>, + <a href="#" t:type="pagelink" t:page="view" t:context="aidaContext">AIDA</a>, + <a href="#" t:type="pagelink" t:page="view" t:context="pyrootContext">PyROOT</a>, + <a href="#" t:type="pagelink" t:page="view" t:context="yodaContext">YODA</a>, + <a href="#" t:type="pagelink" t:page="view" t:context="rootContext">ROOT</a>, or + <a href="#" t:type="pagelink" t:page="view" t:context="matplotlibContext">mpl</a> <!-- </p> --> <t:datasetAsHtml dataset="dataset" format="${format}" /> </div>
More information about the HepData-svn mailing list |