|
[HepData-svn] r1647 - trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pagesblackhole at projects.hepforge.org blackhole at projects.hepforge.orgFri Oct 25 13:46:42 BST 2013
Author: whalley Date: Fri Oct 25 13:46:42 2013 New Revision: 1647 Log: modifying INSPIRE link Modified: trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/Search.tml trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/View.tml Modified: trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/Search.tml ============================================================================== --- trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/Search.tml Mon Oct 7 15:27:57 2013 (r1646) +++ trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/Search.tml Fri Oct 25 13:46:42 2013 (r1647) @@ -108,7 +108,7 @@ </t:if> --> <t:if test="paper.inspireId"> - | <a href="http://inspirehep.net/search?p=recid+${paper.inspireId}&search_action=Search" + | <a href="http://inspirehep.net/search?p=f+recid+${paper.inspireId}&search_action=Search" title="View the INSPIRE database record for this paper (${paper.spiresId}/${paper.inspireId})"><b>INSPIRE</b></a> </t:if> <t:if test="paper.haveRivet"> 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 Mon Oct 7 15:27:57 2013 (r1646) +++ trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/View.tml Fri Oct 25 13:46:42 2013 (r1647) @@ -31,6 +31,13 @@ } </script> +<script language="javascript" type="text/javascript"> + function popitup(url){ + newwindow=window.open(url,'name','height=800,width=1000'); + if (window.focus){ newwindow.focus()} + return false; + } +</script> </head> @@ -136,7 +143,7 @@ </t:if> <t:if test="paper.inspireId"> Record in: - <a href="http://inspirehep.net/search?p=recid+${paper.inspireId}&search_action=Search"><b>INSPIRE</b></a> + <a href="http://inspirehep.net/search?p=f+recid+${paper.inspireId}&search_action=Search"><b>INSPIRE</b></a> <br/> </t:if> <t:if test="paper.haveRivet">
More information about the HepData-svn mailing list |