Permalink
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
inc-md-js/info/all-idps-certified.html
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
108 lines (83 sloc)
4.74 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<title>InCommon Federation Info: Certified Identity Providers</title> | |
<!-- jQuery and jQuery UI --> | |
<link type="text/css" href="../js/jquery/jquery-ui-1.9.2.custom/css/custom-theme/jquery-ui-1.9.2.custom.css" rel="stylesheet" /> | |
<script type="text/javascript" src="../js/jquery/jquery-ui-1.9.2.custom/js/jquery-1.8.3.js"></script> | |
<script type="text/javascript" src="../js/jquery/jquery-ui-1.9.2.custom/js/jquery-ui-1.9.2.custom.min.js"></script> | |
<script type="text/javascript" src="../js/jquery/jquery-ui-1.9.2.custom/development-bundle/external/jquery.cookie.js"></script> | |
<link type="text/css" href="../css/info-template.css?deployDate=2015-06-02T12:00:00Z" rel="stylesheet" /> | |
<link type="text/css" href="./css/entity.css?deployDate=2014-12-14T14:00:00Z" rel="stylesheet" /> | |
<link type="text/css" href="./css/all-idps-certified.css?deployDate=2014-12-14T14:00:00Z" rel="stylesheet" /> | |
<script type="text/javascript" src="../js/jquery/plugins/jquery.tablesorter.min.js?deployDate=2014-12-14T14:00:00Z"></script> | |
<script type="text/javascript" src="../js/jquery/plugins/jquery.json-metadata.js?deployDate=2015-06-02T12:00:00Z"></script> | |
<script type="text/javascript" src="../js/jquery/plugins/jquery.error-handler.js?deployDate=2014-12-14T14:00:00Z"></script> | |
<script type="text/javascript" src="../js/library/http-utils.js?deployDate=2014-12-14T14:00:00Z"></script> | |
<script type="text/javascript" src="../js/library/SAMLEntity.js?deployDate=2014-12-14T14:00:00Z"></script> | |
<script type="text/javascript" src="./js/entity-dom.js?deployDate=2014-12-14T14:00:00Z"></script> | |
<script type="text/javascript" src="./js/entity-link-handler.js?deployDate=2014-12-14T14:00:00Z"></script> | |
<script type="text/javascript" src="./js/entity-list-builder.js?deployDate=2014-12-14T14:00:00Z"></script> | |
<script type="text/javascript" src="./js/all-idps-certified.js?deployDate=2014-12-14T14:00:00Z"></script> | |
</head> | |
<body> | |
<nav> | |
<div id="primary-nav-bar"><!-- future enhancement --></div> | |
</nav> | |
<div id="incommon-header"> | |
<img width="800" height="85" src="../images/beta_header_federation.jpg" alt="InCommon LLC" /> | |
</div> | |
<nav> | |
<div id="secondary-nav-bar"><span id="secondary-nav-bar-prompt">Federation Info:</span> <span class="nav-component"><a href="./about.html">About</a></span> <span class="nav-component"><a href="./all-orgs.html">Organizations</a></span> <span class="nav-component"><a href="./all-entities.html">Entities</a></span></div> | |
</nav> | |
<div id="loading"><img src="../images/ajax-loader.gif" alt="Loading" /></div> | |
<noscript> | |
<p>JavaScript must be enabled in order for you to use this web application, but it seems JavaScript is either disabled or not supported by your browser. To use this web application, enable JavaScript by changing your browser settings, then <a href="">reload this page</a>.</p> | |
</noscript> | |
<div id="page-content"> | |
<div class="body"> | |
<div id="primary-content"> | |
<div>The following IdPs are certified under the InCommon Assurance Program:</div> | |
<div id="IdPs"> | |
<table id="list-of-idps" class="tablesorter"> | |
<thead> | |
<tr> | |
<th class="name-heading"><span class="space-right">Identity Provider Name</span></th> | |
<th class="certification-heading"><span class="space-right">Certification</span></th> | |
</tr> | |
</thead> | |
<tbody> | |
</tbody> | |
</table><!-- end list-of-idps --> | |
</div><!-- end #IdPs --> | |
</div><!-- end #primary-content --> | |
<div id="secondary-content"> | |
<h1>InCommon Certified Identity Providers</h1> | |
<table id="list-of-certifications" class="tablesorter"> | |
<thead> | |
<tr> | |
<th class="certification-heading"><span class="space-right">Certification</span></th> | |
<th class="number-heading"># of IdPs</th> | |
</tr> | |
</thead> | |
<tbody> | |
</tbody> | |
</table><!-- end #list-of-certifications --> | |
<div id="assurance-logos"> | |
<img src="../images/IC_Silver.png" width="70" alt="InCommon Silver" /> <img src="../images/IC_Bronze.png" width="70" alt="InCommon Bronze" /> | |
</div><!-- end assurance-logos --> | |
</div><!-- end #secondary-content --> | |
</div><!-- end body --> | |
<div class="footer"> | |
<div class="footer-right"> | |
<div>Questions? Visit our <a href="https://spaces.internet2.edu/x/5IOVAQ">FAQ</a> or contact <info@incommon.org></div> | |
</div> | |
<div class="footer-left"> | |
<div><em>InCommon LLC</em></div> | |
<div><a href="http://incommon.org/">http://incommon.org/</a></div> | |
</div> | |
</div><!-- end footer --> | |
</div><!-- end page-content --> | |
</body> | |
</html> |