Skip to content
Permalink
master
Switch branches/tags

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?
Go to file
Latest commit dec871f Jan 3, 2018 History
0 contributors

Users who have contributed to this file

94 lines (78 sloc) 4.56 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>InCommon Federation Organization</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/org.css?deployDate=2014-12-14T14:00:00Z" rel="stylesheet" />
<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/org-dom.js?deployDate=2014-12-14T14:00:00Z"></script>
<script type="text/javascript" src="./js/org.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 class="body-right">
<div id="participant-logo"><img src="../images/InC_Participant_150.jpg" width="75" alt="This organization is an InCommon participant in good standing." /></div>
</div><!-- end body-right -->
<div class="body-left">
<table class="metadata-table">
<tr class="metadata-table-row">
<td class="metadata-table-heading">Organization Name:</td>
<td id="org-displayName" class="metadata-table-content"></td>
</tr>
<tr class="metadata-table-row">
<td class="metadata-table-heading">Information URL:</td>
<td id="org-url" class="metadata-table-content"></td>
</tr>
<tr class="metadata-table-row">
<td class="metadata-table-heading">Number of Entities:</td>
<td id="num-entities" class="metadata-table-content"></td>
</tr>
<tr class="metadata-table-row">
<td class="metadata-table-heading"><span id="heading-idps">Identity Provider</span>:</td>
<td id="idps" class="metadata-table-content">None</td>
</tr>
<tr class="metadata-table-row">
<td class="metadata-table-heading"><span id="heading-sps">Service Providers</span>:</td>
<td id="sps" class="metadata-table-content">None</td>
</tr>
</table>
</div><!-- end body-left -->
</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 &lt;&#105;&#110;&#102;&#111;&#064;&#105;&#110;&#099;&#111;&#109;&#109;&#111;&#110;&#046;&#111;&#114;&#103;&gt;</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>