[HepData-svn] r1321 - in trunk/hepdata-webapp/src/main: java/cedar/hepdata/webapp/pages resources/cedar/hepdata/webapp/pages

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Nov 26 10:31:01 GMT 2009


Author: whalley
Date: Thu Nov 26 10:31:01 2009
New Revision: 1321

Log:
adding some header explanatrions to pages

Modified:
   trunk/hepdata-webapp/src/main/java/cedar/hepdata/webapp/pages/CombinedPlot.java
   trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/CombinedPlot.tml
   trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/Plot.tml
   trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/SavePlot.tml
   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/java/cedar/hepdata/webapp/pages/CombinedPlot.java
==============================================================================
--- trunk/hepdata-webapp/src/main/java/cedar/hepdata/webapp/pages/CombinedPlot.java	Wed Nov 25 16:13:35 2009	(r1320)
+++ trunk/hepdata-webapp/src/main/java/cedar/hepdata/webapp/pages/CombinedPlot.java	Thu Nov 26 10:31:01 2009	(r1321)
@@ -257,8 +257,8 @@
 	        yLabelMap.put(numberRun,yh);
 	    }
         int number = numberRun-numberRunStart;
-        String xsize = "500";
-        String ysize = "500";
+        String xsize = "400";
+        String ysize = "400";
         return _resources.createActionLink("chart", false, new Object[]{xsize,ysize,numberRunStart,number,getXscale(),getYscale()});
     }
 

Modified: trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/CombinedPlot.tml
==============================================================================
--- trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/CombinedPlot.tml	Wed Nov 25 16:13:35 2009	(r1320)
+++ trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/CombinedPlot.tml	Thu Nov 26 10:31:01 2009	(r1321)
@@ -4,7 +4,7 @@
   <title>HepData Reaction Database Data Plot</title>
 
 <div class="paperbox">
-<h3> Composite Plots </h3>
+<h2> Reaction Database Composite Plot</h2>
   <p>
     This page displays the combined data plot with options to 'Replot' the data
     changing the X and Y axis types (log/lin).  Other options can be entered as comma 

Modified: trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/Plot.tml
==============================================================================
--- trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/Plot.tml	Wed Nov 25 16:13:35 2009	(r1320)
+++ trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/Plot.tml	Thu Nov 26 10:31:01 2009	(r1321)
@@ -4,7 +4,8 @@
   <title>HepData data plot</title>
 
 <div class="paperbox">  
-  <t:loop source="datasets" value="dataset">    
+   <h2>Reaction Database Single Dataset Plot</h2>
+ <t:loop source="datasets" value="dataset">    
     <table>
       <t:loop source="yaxes" value="yaxis">
         <tr>

Modified: trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/SavePlot.tml
==============================================================================
--- trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/SavePlot.tml	Wed Nov 25 16:13:35 2009	(r1320)
+++ trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/SavePlot.tml	Thu Nov 26 10:31:01 2009	(r1321)
@@ -14,7 +14,7 @@
   ${savePlot()}
 
 <div class="paperbox">
-<h3> Composite Plots </h3>
+<h2> Reaction Database Selected Datasets for Composite Plot</h2>
 <p>
   Multiple datasets from the same, or different, HepData records can be combined on a single plot.
   This page presents and allows manipulation of these datasets which have been selected from  previous pages either:

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	Wed Nov 25 16:13:35 2009	(r1320)
+++ trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/Search.tml	Thu Nov 26 10:31:01 2009	(r1321)
@@ -2,6 +2,7 @@
 <html t:type="layout" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
 
   <title>HepData search &ndash; '${searchstring}'</title>
+  <h2>Reaction Database Search Result</h2>
 
   <p>
     Search:&nbsp;<b>${searchstring}</b><br/>

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 Nov 25 16:13:35 2009	(r1320)
+++ trunk/hepdata-webapp/src/main/resources/cedar/hepdata/webapp/pages/View.tml	Thu Nov 26 10:31:01 2009	(r1321)
@@ -1,6 +1,12 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html t:type="layout" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
 
+<t:if test="longFormat">
+    <h2>Reaction Database Full Record Display</h2>
+  <t:parameter name="else">
+    <h2>Reaction Database Short Record Display</h2>
+  </t:parameter>
+</t:if>
   <t:if test="paper.hepdataId">
     <title>HepData &ndash; ${paper.shortName}</title>
 


More information about the HepData-svn mailing list