summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-07-14 18:05:37 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-07-14 18:05:37 +0000
commit0bd215c2433b75d54f54efd297c43bcd142c5119 (patch)
tree7b7554b79589fc44d3a3a225310ab1c1881e845f
parent502377768d18d324e07ffa445fe272fd6c0cef86 (diff)
downloadmocca-0bd215c2433b75d54f54efd297c43bcd142c5119.tar.gz
mocca-0bd215c2433b75d54f54efd297c43bcd142c5119.tar.bz2
mocca-0bd215c2433b75d54f54efd297c43bcd142c5119.zip
PinManagement via SLRequestForm (removed PINMgmt.jsp)
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@766 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
-rw-r--r--BKUOnline/src/main/webapp/SLRequestForm.html7
-rw-r--r--BKUOnline/src/main/webapp/index.html3
2 files changed, 2 insertions, 8 deletions
diff --git a/BKUOnline/src/main/webapp/SLRequestForm.html b/BKUOnline/src/main/webapp/SLRequestForm.html
index 8f7fe54f..7636c52e 100644
--- a/BKUOnline/src/main/webapp/SLRequestForm.html
+++ b/BKUOnline/src/main/webapp/SLRequestForm.html
@@ -194,13 +194,10 @@
<label for="appletPage">Locale</label>
<input value="de_AT" name="locale"/>
</p>
-<!--
<p>
- <label for="appletExtension">Extension</label>
- <input type="radio" name="appletExtension" value="activation" onclick="setInfoboxUpdateRequest()">Activation
- <input type="radio" name="appletExtension" value="pin" onclick="setAppletDimension(400, 200)">PIN Management
+ <label for="appletExtension">PIN Management</label>
+ <input type="checkbox" name="appletExtension" value="pin" onclick="setAppletDimension(295, 200)">PIN Management Applet
</p>
--->
<!--
<p><label for="RedirectURL">RedirectURL</label> <input
diff --git a/BKUOnline/src/main/webapp/index.html b/BKUOnline/src/main/webapp/index.html
index b39dafb7..3bf14211 100644
--- a/BKUOnline/src/main/webapp/index.html
+++ b/BKUOnline/src/main/webapp/index.html
@@ -32,9 +32,6 @@
<a href="SLRequestForm.html">Security Layer Request</a> (demo request form)
</p>
<p>
- <a href="PINManagement.jsp">PIN Management</a> (pin management applet)
- </p>
- <p>
<a href="stal">STAL Service</a> (web service endpoint)
</p>
</p>