You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2008/03/20 00:31:55 UTC

svn commit: r639076 - /maven/archiva/branches/archiva-1.0.x/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/findArtifact.jsp

Author: brett
Date: Wed Mar 19 16:31:40 2008
New Revision: 639076

URL: http://svn.apache.org/viewvc?rev=639076&view=rev
Log:
[MRM-504] improve description for find artifact page

Modified:
    maven/archiva/branches/archiva-1.0.x/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/findArtifact.jsp

Modified: maven/archiva/branches/archiva-1.0.x/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/findArtifact.jsp
URL: http://svn.apache.org/viewvc/maven/archiva/branches/archiva-1.0.x/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/findArtifact.jsp?rev=639076&r1=639075&r2=639076&view=diff
==============================================================================
--- maven/archiva/branches/archiva-1.0.x/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/findArtifact.jsp (original)
+++ maven/archiva/branches/archiva-1.0.x/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/findArtifact.jsp Wed Mar 19 16:31:40 2008
@@ -65,15 +65,20 @@
           </td>
         </tr>
         <ww:textfield label="Checksum" size="50" name="md5"/>
-        <ww:submit value="Go!"/>
+        <ww:submit value="Search"/>
       </ww:form>
 
       <p>
-        Select the file you would like to locate in the remote repository.
+        This allows you to search the repository using the checksum of an artifact that you are trying to identify.
+        You can either specify the checksum to look for directly, or scan a local artifact file.
+      </p>
+
+      <p>
+        To scan a local file, select the file you would like to locate in the remote repository.
         The entire file will
         <b>not</b>
         be uploaded to the server. See the progress bar below for progress of
-        locally creating a checksum that is uploaded to the server after you hit "Go!".
+        locally creating a checksum that is uploaded to the server after you hit "Search".
         <ww:actionerror/>
       </p>
 
@@ -87,7 +92,7 @@
     <ww:else>
       <ww:form method="POST" action="checksumSearch" namespace="/">
         <ww:textfield label="Checksum" size="50" name="q"/>
-        <ww:submit value="Go!"/>
+        <ww:submit value="Search"/>
       </ww:form>
 
       <p>