|
[HepData-svn] r1757 - trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/componentsblackhole at projects.hepforge.org blackhole at projects.hepforge.orgFri Feb 28 16:51:31 GMT 2014
Author: watt Date: Fri Feb 28 16:51:31 2014 New Revision: 1757 Log: Make PDG link less prominent in footer, centre email address Modified: trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/components/Layout.tml Modified: trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/components/Layout.tml ============================================================================== --- trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/components/Layout.tml Thu Feb 27 13:27:59 2014 (r1756) +++ trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/components/Layout.tml Fri Feb 28 16:51:31 2014 (r1757) @@ -1,72 +1,52 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"> - <!-- <head> --> - <!-- <title>HepData reaction database</title> --> - <!-- </head> --> - + <body> <a href="http://www.dur.ac.uk"> <img style="float:right;" alt="Durham University" src="${asset:context:/logounidurham-new.gif}"/> </a> <h1> <a href="#" t:type="pagelink" t:page="reaction">The Durham HepData Project</a> - <!-- HepData Reaction Database --> </h1> - <div class="navbar"> - <table width="100%"> - <tr> - <td align="left"> - <a href="#" id="nav-reaction" t:type="pagelink" t:page="reaction">Reaction Database</a> • - <a href="#" id="nav-review" t:type="pagelink" t:page="reviews">Data Reviews</a> • - <!-- - <a href="#" id="nav-pdf" t:type="pagelink" t:page="pdfs">PDF Server</a> - --> - <a href="http://hepdata.cedar.ac.uk/pdf/pdf3.html" id="nav-pdf">PDF Plotter</a> - </td> - <td align="right"> - <a href="#" id="nav-about" t:type="pagelink" t:page="abouthepdata">About HepData</a> • - <a href="#" id="nav-submitting" t:type="pagelink" t:page="submittingdata">Submitting Data</a> - </td> + <div class="navbar"> + <table width="100%"> + <tr> + <td align="left"> + <a href="#" id="nav-reaction" t:type="pagelink" t:page="reaction">Reaction Database</a> • + <a href="#" id="nav-review" t:type="pagelink" t:page="reviews">Data Reviews</a> • + <a href="http://hepdata.cedar.ac.uk/pdf/pdf3.html" id="nav-pdf">PDF Plotter</a> + </td> + <td align="right"> + <a href="#" id="nav-about" t:type="pagelink" t:page="abouthepdata">About HepData</a> • + <a href="#" id="nav-submitting" t:type="pagelink" t:page="submittingdata">Submitting Data</a> + </td> </tr> </table> - </div> - + </div> + <t:body/> <div class="navbar_lower"> <table width="100%"> - <tr> - <td align="left"> - HepData also maintains the UK mirror of the -<!-- - <a href="http://durpdg.dur.ac.uk/spires/hep">SPIRES_HEP</a> - & ---> - <a href="http://hepdata.cedar.ac.uk/lbl/">PDG</a> - </td> - <td align="right"> - - Contact us at: <a href="mailto:hepdata at projects.hepforge.org">hepdata at projects.hepforge.org</a> -<!-- - <a href="#" id="nav-feedback" t:type="pagelink" t:page="feedback">Contact Us</a> ---> - </td> - </tr> + <tr> + <td align="center"> + Contact us at: <a href="mailto:hepdata at projects.hepforge.org">hepdata at projects.hepforge.org</a> + </td> + </tr> </table> - </div> - <div class="credits"> - <a href="http://www.stfc.ac.uk"> + </div> + <div class="credits"> + <a href="http://www.stfc.ac.uk"> <img alt="STFC" style="float:right; margin:0 1em;" src="${asset:context:stfc-small.jpg}"/> - </a> - <a href="http://www.ippp.dur.ac.uk"> - <img alt="IPPP" style="float:right; margin:0 1em;" src="${asset:context:ippp_transparent-small.png}"/> - </a> - HepData is funded by the UK <a href="http://www.stfc.ac.uk">STFC</a> - and hosted at the Durham <a href="http://www.ippp.dur.ac.uk">IPPP</a>. - <br/> - Please send questions and comments to - <a href="mailto:hepdata at projects.hepforge.org">hepdata at projects.hepforge.org</a>. - </div> + </a> + <a href="http://www.ippp.dur.ac.uk"> + <img alt="IPPP" style="float:right; margin:0 1em;" src="${asset:context:ippp_transparent-small.png}"/> + </a> + HepData is funded by the UK <a href="http://www.stfc.ac.uk">STFC</a> + and hosted at the Durham <a href="http://www.ippp.dur.ac.uk">IPPP</a>. + <br/> + HepData also maintains the UK mirror of the <a href="http://hepdata.cedar.ac.uk/lbl/">PDG</a>. + </div> </body> </html>
More information about the HepData-svn mailing list |