|
[HepData-svn] r1776 - trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pagesblackhole at projects.hepforge.org blackhole at projects.hepforge.orgMon Apr 14 16:32:59 BST 2014
Author: whalley Date: Mon Apr 14 16:32:59 2014 New Revision: 1776 Log: updating DoiData output Modified: trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/DoiData.tml Modified: trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/DoiData.tml ============================================================================== --- trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/DoiData.tml Fri Apr 11 17:07:32 2014 (r1775) +++ trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/DoiData.tml Mon Apr 14 16:32:59 2014 (r1776) @@ -48,6 +48,7 @@ </t:parameter> </t:if> or as: + <a href="#" t:type="pagelink" t:page="view" t:context="inputContext" title="Input format used to enter new records into the database (ideal format for new submissions)">input</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> @@ -55,6 +56,7 @@ <a href="#" t:type="pagelink" t:page="view" t:context="rootContext">ROOT</a>, <a href="#" t:type="pagelink" t:page="view" t:context="matplotlibContext">mpl</a> or <a href="#" t:type="pagelink" t:page="view" t:context="jhepworkContext">ScaVis</a> + <a href="#" t:type="pagelink" t:page="view" t:context="marcXMLContext">MarcXML</a> @@ -226,6 +228,7 @@ src ="${asset:context:button_hide.png}"/> <!-- <p class="altdsformats"> --> or as: + <a href="#" t:type="pagelink" t:page="view" t:context="inputContext" title="Input format used to enter new records into the database (ideal format for new submissions)">input</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>, @@ -233,6 +236,7 @@ <a href="#" t:type="pagelink" t:page="view" t:context="rootContext">ROOT</a>, <a href="#" t:type="pagelink" t:page="view" t:context="matplotlibContext">mpl</a> or <a href="#" t:type="pagelink" t:page="view" t:context="jhepworkContext">ScaVis</a> + <a href="#" t:type="pagelink" t:page="view" t:context="marcXMLContext">MarcXML</a> <!-- </p> --> <t:displayDatasetComments ds="dataset" /> <!-- <t:datasetAsHtml dataset="dataset" format="${format}" /> --> @@ -256,6 +260,7 @@ src ="${asset:context:button_expand.png}"/> <!-- <p class="altdsformats"> --> or as: + <a href="#" t:type="pagelink" t:page="view" t:context="inputContext" title="Input format used to enter new records into the database (ideal format for new submissions)">input</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>, @@ -263,6 +268,7 @@ <a href="#" t:type="pagelink" t:page="view" t:context="rootContext">ROOT</a>, <a href="#" t:type="pagelink" t:page="view" t:context="matplotlibContext">mpl</a> or <a href="#" t:type="pagelink" t:page="view" t:context="jhepworkContext">ScaVis</a> + <a href="#" t:type="pagelink" t:page="view" t:context="marcXMLContext">MarcXML</a> <!-- </p> --> <t:displayDatasetComments ds="dataset" /> </div> @@ -290,9 +296,20 @@ </div> <p class="permalinks"> Permalinks: + <t:if test="paper.spiresId"> + | <a href="#" t:type="pagelink" t:page="view" t:context="spiresContext">by Spires ID</a> + </t:if> + <t:if test="paper.inspireId"> + | <a href="#" t:type="pagelink" t:page="view" t:context="InspireContext">by Inspire ID</a> + </t:if> + <t:if test="paper.cdsId"> + | <a href="#" t:type="pagelink" t:page="view" t:context="CdsContext">by CDS ID</a> + </t:if> +<!-- <a href="#" t:type="pagelink" t:page="view" t:context="hdpaperContext">by HepData ID</a> | <a href="#" t:type="pagelink" t:page="view" t:context="spiresContext">by Spires ID</a> | <a href="#" t:type="pagelink" t:page="view" t:context="InspireContext">by Inspire ID</a> +--> <br/> (Reaction db ID=${paper.id}, RED=${paper.redid}) </p>
More information about the HepData-svn mailing list |