diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-03-09 17:25:29 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-03-09 17:25:29 +0000 |
commit | a94eadabb2c0e524023619734ebb88162fb38c5c (patch) | |
tree | 32f6f3b32dfe0657801a515621d876f84c668056 /BKUOnline/src/main/webapp/SLRequestForm.html | |
parent | e177419331b8849497d25d3eb1866c5dc715bc88 (diff) | |
download | mocca-a94eadabb2c0e524023619734ebb88162fb38c5c.tar.gz mocca-a94eadabb2c0e524023619734ebb88162fb38c5c.tar.bz2 mocca-a94eadabb2c0e524023619734ebb88162fb38c5c.zip |
AppletPageAlternative
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@313 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src/main/webapp/SLRequestForm.html')
-rw-r--r-- | BKUOnline/src/main/webapp/SLRequestForm.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/BKUOnline/src/main/webapp/SLRequestForm.html b/BKUOnline/src/main/webapp/SLRequestForm.html index 2aed5298..9ff7b68a 100644 --- a/BKUOnline/src/main/webapp/SLRequestForm.html +++ b/BKUOnline/src/main/webapp/SLRequestForm.html @@ -131,12 +131,18 @@ <p><label for="appletBackground">Applet Background</label> <input name="appletBackground" value="" id="appletBackground"> - + <p> + <label for="appletPage">Applet Page</label> + <input type="radio" name="appletPage" value="BKUApplet" checked="checked">Default + <input type="radio" name="appletPage" value="BKUAppletAlternative">Alternative + </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 </p> +--> <!-- <p><label for="RedirectURL">RedirectURL</label> <input |