📄 openidlogin.jsp
字号:
<%@ taglib prefix="s" uri="/struts-tags"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>WSO2 Identity Solution</title>
<link type="text/css" rel="stylesheet" href="css/styles.css" />
</head>
<body>
<!-- Include the header -->
<s:include value="header.jsp" />
<table cellpadding="0" cellspacing="0" border="0" style="width: 100%;">
<tr>
<td class="right-back"></td>
<td class="content" valign="top">
<table cellpadding="0" cellspacing="0" border="0" style="width: 100%;">
<tr>
<td>
<h1>WSO2 Identity Provider</h1>
</td>
<td align="right" valign="top"><img
src="images/wso2-identity-content-rounded.jpg" align="top" /></td>
</tr>
</table>
<br>
<table cellpadding="0" cellspacing="10" border="0"
class="login-header">
<tr>
<td valign="top" width="40%"><strong>Login with your
OpenID url</strong> <s:form action="OpenIDSubmit.action" theme="simple"
method="POST">
<div class="errors"><s:actionerror /> <s:fielderror /></div>
<table cellpadding="0" cellspacing="10" border="0" class="form-table">
<tr>
<td>OpenID </td>
<td><input class='openid-url' id='openIdUrl' name="openIdUrl" size='30' />
</td>
</tr>
<tr>
<td><br/><input type="submit" value="Login" class="button"></td>
<td><br/><input type="button" value="Cancel" onClick="javascript:window.location = 'ShowMain.action'" class="button"></td>
</tr>
</table>
</s:form></td>
<td><img src="images/line-sep.png" height="150" width="5" /></td>
<td valign="top"><strong>Login with your OpenID Information Card</strong><br/>
<div><a href="OpenIDInfoCardLogin.action"
title="Login with your OpenID Information Card"><img
src="images/openid_infocard.png" align="left"
style="margin-right: 10px;" border="0" /></a></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- Include footer -->
<s:include value="footer.jsp" />
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -