|
[HepData-svn] r1747 - trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pagesblackhole at projects.hepforge.org blackhole at projects.hepforge.orgTue Feb 18 10:26:48 GMT 2014
Author: watt Date: Tue Feb 18 10:26:48 2014 New Revision: 1747 Log: Display description when hover mouse over input format 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 Tue Feb 18 10:10:34 2014 (r1746) +++ trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/View.tml Tue Feb 18 10:26:48 2014 (r1747) @@ -69,7 +69,7 @@ </t:parameter> </t:if> or as: - <a href="#" t:type="pagelink" t:page="view" t:context="inputContext">input</a>, + <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> @@ -265,7 +265,7 @@ src ="${asset:context:button_hide.png}"/> <!-- <p class="altdsformats"> --> or as: - <a href="#" t:type="pagelink" t:page="view" t:context="inputContext">input</a>, + <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>, @@ -319,7 +319,7 @@ src ="${asset:context:button_expand.png}"/> <!-- <p class="altdsformats"> --> or as: - <a href="#" t:type="pagelink" t:page="view" t:context="inputContext">input</a>, + <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>,
More information about the HepData-svn mailing list |