From 26fd7c97a6cc333d00800c4c98a4f58a3dc7c2c5 Mon Sep 17 00:00:00 2001 From: clemenso Date: Wed, 11 Feb 2009 20:06:57 +0000 Subject: activation support, GetStatusRequest in stal schema git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@299 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- .../src/main/webapp/WEB-INF/applicationContext.xml | 21 ++- BKUOnline/src/main/webapp/WEB-INF/wsdl/stal.xsd | 14 ++ BKUOnline/src/main/webapp/applet.jsp | 14 +- BKUOnline/src/main/webapp/css/applet.css | 16 ++ BKUOnline/src/main/webapp/css/login.css | 16 -- BKUOnline/src/main/webapp/slRequestForm.html | 183 +++++++++++++-------- 6 files changed, 164 insertions(+), 100 deletions(-) create mode 100644 BKUOnline/src/main/webapp/css/applet.css delete mode 100644 BKUOnline/src/main/webapp/css/login.css (limited to 'BKUOnline/src/main/webapp') diff --git a/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml b/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml index 321e1e98..6a234b73 100644 --- a/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml +++ b/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml @@ -10,9 +10,9 @@ CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - --> - + + + @@ -55,9 +61,12 @@ - - - + + diff --git a/BKUOnline/src/main/webapp/WEB-INF/wsdl/stal.xsd b/BKUOnline/src/main/webapp/WEB-INF/wsdl/stal.xsd index 6f3946dc..2389e043 100644 --- a/BKUOnline/src/main/webapp/WEB-INF/wsdl/stal.xsd +++ b/BKUOnline/src/main/webapp/WEB-INF/wsdl/stal.xsd @@ -33,6 +33,7 @@ + @@ -65,6 +66,13 @@ + + + + + + + - -Security-Layer v1.2 Request Formular - - - -

Security-Layer v1.2 Request Formular

- + 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; + } -

-

- -
Enter XML Request -

- -

-

-

-

- - tiny - simple - advanced - activation -

+ + +

+ + tiny + simple + advanced +

+

+

+

-

-
-
- +

+ + Activation + PIN Management +

+ + + +
+ + + -- cgit v1.2.3