⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 manageissuedcards.jsp

📁 开源的OpenId的一个java实现
💻 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 | Management Console</title><link type="text/css" rel="stylesheet" href="css/styles.css" /></head><body><div class="page">	<!-- START Header  -->	<s:include value="header.jsp" />	<!-- END Header -->		<!-- START Content  -->	<table cellpadding="0" cellspacing="0" border="0" class="middle">		<tr>			<td class="left-menu" valign="top">				<div class="menu-back">					<!-- START menu -->					<s:include value="menu.jsp" />					<!-- END menu -->														</div>			</td>			<td class="content" valign="top">				<div class="breadcrumb"><a class="breadcrumb-link" href="ShowMain.action">Home</a> | Issued Information Cards</div>				<h1 class="headding-IssuedCards">Issued Information Cards</h1>								<s:url id="ShowInformationCardsUrl" namespace="/" action="ShowInformationCards">				</s:url>				<s:url id="ShowRevokedInformationCardsUrl" namespace="/" action="ShowRevokedInformationCards">				</s:url>				<s:url id="ShowConfigureCardIssuerUrl" namespace="/" action="ShowConfigureCardIssuer">				</s:url>								<s:a href="%{ShowInformationCardsUrl}">Issued Information Cards</s:a><br>				View the list of issued information cards  				<br><br>				<s:a href="%{ShowRevokedInformationCardsUrl}">Revoked Information Cards</s:a><br>				View the list of revoked information cards 				<br><br>				<s:a href="%{ShowConfigureCardIssuerUrl}">Configure Card Issuer</s:a><br>				Configure the card Issuer				<br><br>										</td>		</tr>	</table>	<!-- END Content --></div>	<!-- Include footer --><s:include value="footer.jsp" />  </body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -