diff options
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 | 
