diff options
author | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2012-04-02 16:39:15 +0000 |
---|---|---|
committer | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2012-04-02 16:39:15 +0000 |
commit | 4164bd0a2326f9f36cb6ee1ffb52e1e38e10415c (patch) | |
tree | 79a50c6bbf0c0e11d30abc422060e81eecaa7eb9 /BKUOnline/src/main/webapp/SLRequestForm.html | |
parent | 0d56cb5b3ecd28b0f6427d36212f796c4b0b80a0 (diff) | |
download | mocca-4164bd0a2326f9f36cb6ee1ffb52e1e38e10415c.tar.gz mocca-4164bd0a2326f9f36cb6ee1ffb52e1e38e10415c.tar.bz2 mocca-4164bd0a2326f9f36cb6ee1ffb52e1e38e10415c.zip |
HTML compatibility
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1054 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src/main/webapp/SLRequestForm.html')
-rw-r--r-- | BKUOnline/src/main/webapp/SLRequestForm.html | 54 |
1 files changed, 29 insertions, 25 deletions
diff --git a/BKUOnline/src/main/webapp/SLRequestForm.html b/BKUOnline/src/main/webapp/SLRequestForm.html index f24c532d..cd91cde6 100644 --- a/BKUOnline/src/main/webapp/SLRequestForm.html +++ b/BKUOnline/src/main/webapp/SLRequestForm.html @@ -73,6 +73,10 @@ border: 1px solid; padding: 2px 6px } + + fieldset.submit legend { + border: 0 none #FFF; + } </style> </head> @@ -85,21 +89,21 @@ <fieldset><legend>Enter XML Request</legend> <p><label for="XMLRequest">XML Request</label> <textarea name="XMLRequest" rows=15 cols="60" id="XMLRequest"> -<?xml version="1.0" encoding="UTF-8"?> -<sl:CreateXMLSignatureRequest - xmlns:sl="http://www.buergerkarte.at/namespaces/securitylayer/1.2#"> -<sl:KeyboxIdentifier>SecureSignatureKeypair</sl:KeyboxIdentifier> - <sl:DataObjectInfo Structure="enveloping"> - <sl:DataObject> - <sl:XMLContent>Ich bin ein einfacher Text.</sl:XMLContent> - </sl:DataObject> - <sl:TransformsInfo> - <sl:FinalDataMetaInfo> - <sl:MimeType>text/plain</sl:MimeType> - </sl:FinalDataMetaInfo> - </sl:TransformsInfo> - </sl:DataObjectInfo> -</sl:CreateXMLSignatureRequest> +<?xml version="1.0" encoding="UTF-8"?> +<sl:CreateXMLSignatureRequest + xmlns:sl="http://www.buergerkarte.at/namespaces/securitylayer/1.2#"> +<sl:KeyboxIdentifier>SecureSignatureKeypair</sl:KeyboxIdentifier> + <sl:DataObjectInfo Structure="enveloping"> + <sl:DataObject> + <sl:XMLContent>Ich bin ein einfacher Text.</sl:XMLContent> + </sl:DataObject> + <sl:TransformsInfo> + <sl:FinalDataMetaInfo> + <sl:MimeType>text/plain</sl:MimeType> + </sl:FinalDataMetaInfo> + </sl:TransformsInfo> + </sl:DataObjectInfo> +</sl:CreateXMLSignatureRequest> </textarea></p> <!-- <?xml version="1.0" encoding="UTF-8" ?> @@ -175,35 +179,35 @@ <fieldset><legend>Request Parameters</legend> <p> <label for="appletGuiStyle">GUI Style</label> - <input type="radio" name="appletGuiStyle" value="tiny" onclick="setAppletDimension(152, 145)">tiny + <input type="radio" name="appletGuiStyle" id="appletGuiStyle" value="tiny" onclick="setAppletDimension(152, 145)">tiny <input type="radio" name="appletGuiStyle" value="simple" checked="checked" onclick="setAppletDimension(190,130)">simple <input type="radio" name="appletGuiStyle" value="advanced" onclick="setAppletDimension(300, 180)">advanced </p> <p><label for="appletWidth">Applet Width</label> <input - name="appletWidth" value="190" id="appletWidth"> + name="appletWidth" id="appletWidth" value="190"> <p><label for="appletHeight">Applet Height</label> <input - name="appletHeight" value="130" id="appletHeight"> + name="appletHeight" id="appletHeight" value="130"> <p><label for="appletBackground">Applet Background</label> <input - name="appletBackground" value="" id="appletBackground"> + name="appletBackground" id="appletBackground" value=""> <p><label for="appletBackgroundColor">Applet Background Color</label> <input - name="appletBackgroundColor" value="" id="appletBackgroundColor"> + name="appletBackgroundColor" id="appletBackgroundColor" value=""> </p> <p> <label for="appletPage">Applet Page</label> - <input type="radio" name="applet.jsp" value="BKUApplet" checked="checked">Default + <input type="radio" name="applet.jsp" id="appletPage" value="BKUApplet" checked="checked">Default <input type="radio" name="applet.jsp" value="BKUAppletAlternative">Alternative </p> <p> - <label for="appletPage">Locale</label> - <input value="de_AT" name="locale"/> + <label for="locale">Locale</label> + <input value="de_AT" name="locale" id="locale"> </p> <p> <label for="appletExtension">Extensions</label> - <input type="radio" name="appletExtension" value="" checked="checked">None + <input type="radio" name="appletExtension" id="appletExtension" value="" checked="checked">None <input type="radio" name="appletExtension" value="pin" onclick="setAppletDimension(295, 235)">PIN Management Applet <input type="radio" name="appletExtension" value="identity" onclick="setAppletDimension(295, 235)">Identity Link Applet <input type="radio" name="appletExtension" value="getcertificate" onclick="setAppletDimension(295, 235)">Get Certificate Applet @@ -221,7 +225,7 @@ --> </fieldset> - <fieldset class="submit"><input type="submit" class="submit"/></fieldset> + <fieldset class="submit"><legend></legend><input type="submit" class="submit"></fieldset> </form> </body> |