aboutsummaryrefslogtreecommitdiff
path: root/id/ConfigWebTool/src/main/webapp/jsp/snippets/OA
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-10-22 14:43:55 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-10-22 14:43:55 +0200
commit79867a72c06e4230428d3755509f1bf7b50f9914 (patch)
treed8e5e4c1033f853ba0fd9ae0a3b98157dbd2f1cd /id/ConfigWebTool/src/main/webapp/jsp/snippets/OA
parent5a5ab5c36c94157e431a6128e3189db314626859 (diff)
downloadmoa-id-spss-79867a72c06e4230428d3755509f1bf7b50f9914.tar.gz
moa-id-spss-79867a72c06e4230428d3755509f1bf7b50f9914.tar.bz2
moa-id-spss-79867a72c06e4230428d3755509f1bf7b50f9914.zip
add PVP gateway configuration into configWebTool
Diffstat (limited to 'id/ConfigWebTool/src/main/webapp/jsp/snippets/OA')
-rw-r--r--id/ConfigWebTool/src/main/webapp/jsp/snippets/OA/pvpgateway.jsp18
1 files changed, 18 insertions, 0 deletions
diff --git a/id/ConfigWebTool/src/main/webapp/jsp/snippets/OA/pvpgateway.jsp b/id/ConfigWebTool/src/main/webapp/jsp/snippets/OA/pvpgateway.jsp
new file mode 100644
index 000000000..8acd725c7
--- /dev/null
+++ b/id/ConfigWebTool/src/main/webapp/jsp/snippets/OA/pvpgateway.jsp
@@ -0,0 +1,18 @@
+<%@page import="at.gv.egovernment.moa.id.configuration.helper.LanguageHelper"%>
+<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
+<%@ taglib prefix="s" uri="/struts-tags" %>
+
+<html>
+ <div id="oa_pvp2_area" class="oa_protocol_area">
+ <h4><%=LanguageHelper.getGUIString("webpages.inderfederation.moaid.header", request) %></h4>
+
+ <s:textfield name="pvpGateway.entityID"
+ value="%{pvpGateway.entityID}"
+ labelposition="left"
+ key="webpages.inderfederation.gateway.entityID"
+ cssClass="textfield_long">
+ </s:textfield>
+
+ </div>
+
+</html> \ No newline at end of file