aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-web
diff options
context:
space:
mode:
authorJesse McConnell <jmcconnell@apache.org>2007-05-24 16:27:31 +0000
committerJesse McConnell <jmcconnell@apache.org>2007-05-24 16:27:31 +0000
commit4b0ebdca0837bb0ae60ac722e23bbaf9b12df049 (patch)
tree8a828ab2a70112f16347b09a6c3f4251c192cd39 /archiva-web
parente5d26bf107c082e68361fcc35dc24f289ee348ef (diff)
downloadarchiva-4b0ebdca0837bb0ae60ac722e23bbaf9b12df049.tar.gz
archiva-4b0ebdca0837bb0ae60ac722e23bbaf9b12df049.zip
[MRM-351] revisiting, added another configuration option for turning off the applet itself but still enabling the findArtifact functionality. switched defaults to true by popular demand as well.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541350 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-web')
-rw-r--r--archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/findArtifact.jsp5
1 files changed, 4 insertions, 1 deletions
diff --git a/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/findArtifact.jsp b/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/findArtifact.jsp
index 081407ff9..70f956100 100644
--- a/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/findArtifact.jsp
+++ b/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/findArtifact.jsp
@@ -56,16 +56,19 @@
<ww:form method="POST" action="checksumSearch" namespace="/"
onsubmit="this.md5.value = generateMd5(this.file.value,this.md5.value); this.file.disabled = true">
+ <ww:if test="${sessionScope.uiOptions.appletFindEnabled}">
<tr>
<td class="tdLabel"><label for="checksumSearch_file" class="label">Search for:</label></td>
<td>
<input type="file" name="file" size="50" value="" id="checksumSearch_file"/>
</td>
</tr>
+ </ww:if>
<ww:textfield label="Checksum" size="50" name="md5"/>
<ww:submit value="Go!"/>
</ww:form>
+ <ww:if test="${sessionScope.uiOptions.appletFindEnabled}">
<p>
Select the file you would like to locate in the remote repository.
The entire file will
@@ -81,7 +84,7 @@
width="400" height="20" name="ChecksumApplet">
</applet>
</p>
-
+ </ww:if>
</div>
</div>