summaryrefslogtreecommitdiff
path: root/BKUOnline/src/main/webapp/HTTP-ohne.html
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-01-20 14:52:40 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-01-20 14:52:40 +0000
commit351eba07a9ba4e98e182c6210839c209dcbb82a6 (patch)
treefbabcd86367663632769a647faf36265c346184b /BKUOnline/src/main/webapp/HTTP-ohne.html
parent9676c9eb710bf10ecb4812043fedacd2f6e6278c (diff)
downloadmocca-351eba07a9ba4e98e182c6210839c209dcbb82a6.tar.gz
mocca-351eba07a9ba4e98e182c6210839c209dcbb82a6.tar.bz2
mocca-351eba07a9ba4e98e182c6210839c209dcbb82a6.zip
cleanup (removed hashdatadisplay config; rename HTTP-ohne.html, appletPage.jsp)
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@270 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src/main/webapp/HTTP-ohne.html')
-rw-r--r--BKUOnline/src/main/webapp/HTTP-ohne.html121
1 files changed, 0 insertions, 121 deletions
diff --git a/BKUOnline/src/main/webapp/HTTP-ohne.html b/BKUOnline/src/main/webapp/HTTP-ohne.html
deleted file mode 100644
index e5a35cf0..00000000
--- a/BKUOnline/src/main/webapp/HTTP-ohne.html
+++ /dev/null
@@ -1,121 +0,0 @@
-<!--
- Copyright 2008 Federal Chancellery Austria and
- Graz University of Technology
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title>Infobox Requests</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-</head>
-<body>
-<h1>Securitykapsel - HTTP-Bindung</h1>
-<style type="text/css">
-fieldset {
- padding: 1em;
- font: 80%/ 1 sans-serif;
- background-color: #F2EFE9;
- padding-left: 5em;
-}
-
-fieldset.submit {
- float: none;
- width: auto;
- border: 0 none #FFF;
- padding-left: 14em;
- border-style: none;
- background-color: transparent;
-}
-
-label {
- float: left;
- width: 8em;
- margin-right: 0.5em;
- padding-top: 0.2em;
- text-align: right;
- font-weight: bold;
- color: #000;
- padding-top: 0.2em;
-}
-
-legend {
- border: 1px solid;
- padding: 2px 6px
-}
-</style>
-
-<p>
-<form action="./http-security-layer-request" method="Post"
- enctype="application/x-www-form-urlencoded">
- <!--input name="locale" value="es_MX" type="hidden" /-->
-<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>
-</textarea></p>
-<!--
-<?xml version="1.0" encoding="UTF-8" ?>
-<sl:InfoboxReadRequest
- xmlns:sl="http://www.buergerkarte.at/namespaces/securitylayer/1.2#">
-<sl:InfoboxIdentifier>IdentityLink</sl:InfoboxIdentifier>
-<sl:BinaryFileParameters ContentIsXMLEntity="true" />
-</sl:InfoboxReadRequest>
--->
-<p><label for="appletWidth">Applet Width</label> <input
- name="appletWidth" value="190" id="appletWidth">
-<p><label for="appletHeight">Applet Height</label> <input
- name="appletHeight" value="130" id="appletHeight">
-<p><label for="appletBackground">Applet Background</label> <input
- name="appletBackground" value="" id="appletBackground">
-<p>
- <label for="appletGuiStyle">GUI Style</label>
- <input type="radio" name="appletGuiStyle" value="simple" checked="checked">simple
- <input type="radio" name="appletGuiStyle" value="advanced">advanced
-</p>
-<p>
- <label for="appletHashDataDisplay">HashData Display</label>
- <input type="radio" name="appletHashDataDisplay" value="frame" checked="checked">Frame
- <input type="radio" name="appletHashDataDisplay" value="browser">Browser
- <!--input type="radio" name="appletHashDataDisplay" value="internal">Applet-->
-</p>
-
-<!--
-<p><label for="RedirectURL">RedirectURL</label> <input
- name="RedirectURL" value="" id="RedirectURL"></p>
-<p><label for="DataURL">DataURL</label> <input name="DataURL"
- value="" id="DataURL"></p>
-<p><label for="StyleSheetURL">StyleSheetURL</label> <input
- name="StyleSheetURL" value="" id="StyleSheetURL"></p>
-<p>
- --></fieldset>
-<fieldset class="submit"><input type="submit" class="submit"></fieldset>
-</form>
-
-</body>
-</html>