r4903 - in trunk/lib/style: common/templates skins/nceas

walbridge at ecoinformatics.org walbridge at ecoinformatics.org
Mon Apr 6 10:26:36 PDT 2009


Author: walbridge
Date: 2009-04-06 10:26:35 -0700 (Mon, 06 Apr 2009)
New Revision: 4903

Modified:
   trunk/lib/style/common/templates/confirmData.tmpl
   trunk/lib/style/skins/nceas/nceas.css
Log:
Change confirm page text to make it seem less like a receipt of completed information, which has confused a few NCEAS participants. Lower the visual impact of the horizontal rules.


Modified: trunk/lib/style/common/templates/confirmData.tmpl
===================================================================
--- trunk/lib/style/common/templates/confirmData.tmpl	2009-04-05 22:26:54 UTC (rev 4902)
+++ trunk/lib/style/common/templates/confirmData.tmpl	2009-04-06 17:26:35 UTC (rev 4903)
@@ -24,16 +24,15 @@
 
 [% INCLUDE $templates.header %]
 
-<table class="intro" cellpadding="3" cellspacing="0">
+<table class="intro" cellpadding="3" cellspacing="0" style="margin-bottom: 20px">
+<tr><td align="left"><p class="sectionnames">REVIEW YOUR ENTRY</p></td></tr>
 <tr><td align="left"><span class="regtext">
 Please review the information that you've entered.  To make changes, click on the edit button <a href="#buttons">at the bottom of the page</a>.<span></td></tr>
-
-<tr><td align="left"><span class="regtext">Print this page to keep a copy for your records.<span></td></tr> 
 </table>
 
 <table class="intro" cellpadding="3" cellspacing="0">
 <tr><td align="left">
-<hr><a name="BasicInformation"></a>
+<a name="BasicInformation"></a>
 <p><span class="sectionnames">BASIC INFORMATION</span>
 </p>
 <p><span class="label">First Name:</span>        [%providerGivenName%]
@@ -58,7 +57,7 @@
     [% END %]
 [% END %]
 
-<hr>
+<hr class="rule">
 <a name="DataSetOriginator"></a>
 <p><span class="sectionnames">PRINCIPAL DATA SET OWNER</span>
 
@@ -99,7 +98,7 @@
 <p><span class="label">Country:</span>               [%origCountry%]
 </p>
 
-<hr>
+<hr class="rule">
 <a name="AdditionalOriginators"></a>
 <p><span class="sectionnames">ASSOCIATED PARTIES</span> 
 
@@ -140,12 +139,12 @@
      [% END %]    
 </table>
 
-<hr>
+<hr class="rule">
 <a name="DataSetAbstract"></a>
 <p><span class="sectionnames">DATA SET ABSTRACT</span><br>  [%abstract%]
 </p>
  [% IF modules.keyword == 'true' %]
-<hr>
+<hr class="rule">
 <a name="KeywordInformation"></a>
 <p><span class="sectionnames">KEYWORD INFORMATION</span> 
 
@@ -188,7 +187,7 @@
 [% END %]
   
 [% IF module.temporal == 'true' %]
-<hr>
+<hr class="rule">
 <a name="TemporalCoverageOfData"></a>
 <p><span class="sectionnames">TEMPORAL COVERAGE OF DATA</span> 
 
@@ -200,7 +199,7 @@
 [% END %]
 
 [% IF module.spatial == 'true' %]
-<hr>
+<hr class="rule">
 <a name="SpatialCoverageOfData"></a>
 <p><span class="sectionnames">SPATIAL COVERAGE OF DATA</span> 
 
@@ -309,7 +308,7 @@
     [% IF taxaCount > 0 %]
         [% numTaxa = taxaCount %]
     [% END %]
-    <hr>
+    <hr class="rule">
     <a name="Taxonomic Coverage"></a>
     <p><span class="sectionnames">TAXONOMIC COVERAGE OF DATA</span></p>
     [% cnt = 1 %]
@@ -323,7 +322,7 @@
 [% END %]
 
 [% IF modules.method == 'true' %]
-    <hr>
+    <hr class="rule">
     <a name="Methods"></a>
     <p><span class="sectionnames">DATA COLLECTION METHODS</span></p>
     <p><span class="label">Method Title:</span> [%methodTitle%]</p>
@@ -335,7 +334,7 @@
 [% END %]
 
 [% IF modules.upload == 'true' && upCount %]
-   <hr>
+   <hr class="rule">
 	 <a name="Upload Data"></a>
 	  <p><span class="sectionnames">UPLOAD DATA</span></p>
     
@@ -362,7 +361,7 @@
 				</p>
     [% END %]
 [% END %]
-<hr>
+<hr class="rule">
 <a name="DataSetContactAddress"></a>
 <p><span class="sectionnames">DATA SET CONTACT</span> 
 
@@ -404,7 +403,7 @@
 </p>
 
 
-<hr>
+<hr class="rule">
 <a name="DistributionIinformation"></a>
 <p><span class="sectionnames">DISTRIBUTION INFORMATION</span> 
 
@@ -424,7 +423,7 @@
 </p>
 <p><span class="label">Additional Information:</span>  [%addComments%]
 </p>
-<hr>
+<hr class="rule">
 
 <form action="[% cgiPrefix %]/register-dataset.cgi" method="post">
   <input type="hidden" name="cfg" value="[% cfg %]">

Modified: trunk/lib/style/skins/nceas/nceas.css
===================================================================
--- trunk/lib/style/skins/nceas/nceas.css	2009-04-05 22:26:54 UTC (rev 4902)
+++ trunk/lib/style/skins/nceas/nceas.css	2009-04-06 17:26:35 UTC (rev 4903)
@@ -441,6 +441,12 @@
         width: 98%;
 }
 
+.rule {
+		height: 1px;
+		color: #ccc;
+		background-color: #ccc;
+		border: 0;
+}
 
 /**
  *  This is add to overload the p+p function defined in eml.css.



More information about the Metacat-cvs mailing list