OpenAMIdPInstallDebianLenny: login_denied.jsp

File login_denied.jsp, 6.2 kB (added by l.suhrbier, 2 years ago)
Line 
1<%--
2   DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3 
4   Copyright (c) 2005 Sun Microsystems Inc. All Rights Reserved
5 
6   The contents of this file are subject to the terms
7   of the Common Development and Distribution License
8   (the License). You may not use this file except in
9   compliance with the License.
10                                                                               
11   You can obtain a copy of the License at
12   https://opensso.dev.java.net/public/CDDLv1.0.html or
13   opensso/legal/CDDLv1.0.txt
14   See the License for the specific language governing
15   permission and limitations under the License.
16                                                                               
17   When distributing Covered Code, include this CDDL
18   Header Notice in each file and include the License file
19   at opensso/legal/CDDLv1.0.txt.
20   If applicable, add the following below the CDDL Header,
21   with the fields enclosed by brackets [] replaced by
22   your own identifying information:
23   "Portions Copyrighted [year] [name of copyright owner]"
24                                                                               
25   $Id: login_denied.jsp,v 1.5 2008/08/15 01:05:29 veiming Exp $
26                                                                               
27--%>
28
29
30
31
32<html>
33
34<%@page info="User has no profile in this organization" language="java"%>
35<%@taglib uri="/WEB-INF/jato.tld" prefix="jato"%>
36<%@taglib uri="/WEB-INF/auth.tld" prefix="auth"%>
37<jato:useViewBean className="com.sun.identity.authentication.UI.LoginViewBean">
38
39
40<%@ page contentType="text/html" %>
41
42<head>
43<title><jato:text name="htmlTitle_UserProfileNotFound" /></title>
44
45<%
46String ServiceURI = (String) viewBean.getDisplayFieldValue(viewBean.SERVICE_URI);
47%>
48
49<link rel="stylesheet" href="<%= ServiceURI %>/css/styles.css" type="text/css" />
50<script language="JavaScript" src="<%= ServiceURI %>/js/browserVersion.js"></script>
51<script language="JavaScript" src="<%= ServiceURI %>/js/auth.js"></script>
52
53<script language="javascript">
54    writeCSS('<%= ServiceURI %>');
55</script>
56<script type="text/javascript"><!--// Empty script so IE5.0 Windows will draw table and button borders
57//-->
58</script>
59</head>
60
61<body class="LogBdy">
62  <table border="0" cellpadding="0" cellspacing="0" align="center" title="">
63    <tr>
64      <td width="50%"><img src="<%= ServiceURI %>/images/dot.gif" width="1" height="1" alt="" /></td>
65      <td><img src="<%= ServiceURI %>/images/dot.gif" width="728" height="1" alt="" /></td>
66      <td width="50%"><img src="<%= ServiceURI %>/images/dot.gif" width="1" height="1" alt="" /></td>
67    </tr>
68    <tr class="LogTopBnd" style="background-image: url(<%= ServiceURI %>/images/gradlogtop.jpg);
69    background-repeat: repeat-x; background-position: left top;">
70      <td>&nbsp;</td>
71      <td><img src="<%= ServiceURI %>/images/dot.gif" width="1" height="30" alt="" /></td>
72      <td>&nbsp;</td>
73    </tr>
74    <tr>
75      <td class="LogMidBnd" style="background-image: url(<%= ServiceURI %>/images/gradlogsides.jpg);
76        background-repeat:repeat-x;background-position:left top;">&nbsp;</td>
77      <td class="LogCntTd" style="background-image: url(<%= ServiceURI %>/images/login-backimage.jpg);
78        background-repeat:no-repeat;background-position:left top;" height="435" align="center" valign="middle">
79        <table border="0" background="<%= ServiceURI %>/images/dot.gif" cellpadding="0" cellspacing="0"
80        width="100%" title="">
81          <tr>
82            <td width="260"><img src="<%= ServiceURI %>/images/dot.gif" width="260" height="245" alt="" /></td>
83            <td width="415" bgcolor="#ffffff" valign="top"><img name="Login.productLogo"
84            src="<%= ServiceURI %>/images/PrimaryProductName.png" alt="<auth:resBundle bundleName="amAuthUI" resourceKey="basic_realm" />"
85            border="0" />
86              <table border="0" cellspacing="0" cellpadding="0">
87                <tr>
88                  <td colspan="2">
89                      <img src="<%= ServiceURI %>/images/dot.gif" width="1" height="25" alt="" />                               
90                  </td>
91                </tr>           
92                <tr>
93                  <td>&nbsp;</td>
94                  <td><div class="logErr"><table align="center" border="0" cellpadding="0" cellspacing="0"
95                    class="AlrtTbl" title="">
96                <tr>
97                <td valign="middle">
98                <div class="AlrtErrTxt">
99                <img name="Login.AlertImage" src="<%= ServiceURI %>/images/error_large.gif" alt="Error"
100                height="21" width="21" />
101                <auth:resBundle bundleName="amAuthUI" resourceKey="userhasnoprofile.org" />
102                </div>
103                <div class="AlrtMsgTxt">
104                <auth:resBundle bundleName="amAuthUI" resourceKey="contactadmin" />
105                   
106                <!-- hyperlink -->
107                <jato:content name="ContentHref">
108                <p><auth:href name="LoginURL"
109                fireDisplayEvents='true'><jato:text
110                name="txtGotoLoginAfterFail" /></auth:href></p>
111                </jato:content>
112                </div>
113                </td></tr></table></div></td>
114                </tr>
115               
116                <tr>
117                <td>&nbsp;</td>
118                </tr>
119            <tr>
120            <td><img src="<%= ServiceURI %>/images/dot.gif"
121            width="1" height="33" alt="" /></td>
122            <td>&nbsp;</td>
123            </tr>
124        </table>
125      </td>
126      <td width="45"><img src="<%= ServiceURI %>/images/dot.gif"
127      width="45" height="245" alt="" /></td>
128    </tr>
129    </table>
130    </td>
131    <td class="LogMidBnd" style="background-image: url(<%= ServiceURI %>/images/gradlogsides.jpg);
132    background-repeat:repeat-x;background-position:left top;">&nbsp;</td>
133    </tr>
134    <tr class="LogBotBnd" style="background-image: url(<%= ServiceURI %>/images/gradlogbot.jpg);
135    background-repeat:repeat-x;background-position:left top;">
136      <td>&nbsp;</td>
137      <td><div class="logCpy"><span class="logTxtCpy">
138        <auth:resBundle bundleName="amAuthUI" resourceKey="copyright.notice" /></span></div>
139      </td>
140      <td>&nbsp;</td>
141    </tr>
142  </table>
143</body>
144
145</jato:useViewBean>
146</html>