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

182 lines (148 sloc) 7.11 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>InCommon Federation Info: Global Metadata</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>
<link type="text/css" href="../css/info-template.css?deployDate=2015-06-02T12:00:00Z" rel="stylesheet" />
<link type="text/css" href="./css/all-entities-mdq-beta.css?deployDate=2015-06-30T17:00:00Z" rel="stylesheet" />
<script type="text/javascript" src="../js/jquery/plugins/jquery.tablesorter.min.js"></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"></script>
<script type="text/javascript" src="../js/jquery/plugins/jquery.textchange.min.js"></script>
<script type="text/javascript" src="../js/library/http-utils.js"></script>
<script type="text/javascript" src="../js/library/ProtocolEntity.js"></script>
<script type="text/javascript" src="./js/all-entities-mdq-beta.js?deployDate=2015-06-30T17: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 id="search-link-container"><a id="search-link" href="#">hide search</a></div>
<div id="form-container">
<div class="name-value-container">
<div><label for="any-entityid" class="generalized-label">Entity ID:</label></div>
<div><form><input type="text" id="any-entityid" class="entityid" size="50" /> <input type="button" id="any-entityid-reset" value="Clear" /></form></div>
</div>
<div class="name-value-container">
<div><label for="mdq-request-url" class="generalized-label">Metadata Query Request URL:</label></div>
<div><span id="mdq-request-url" class="some-url"></span></div>
</div>
</div><!-- end #form-container -->
<div id="tabs">
<ul>
<li id="idps-tab"><a href="#IdPs">IdPs</a></li>
<li id="sps-tab"><a href="#SPs">SPs</a></li>
<li id="other-tab"><a href="#Other">Other</a></li>
</ul>
<div id="IdPs">
<table id="list-of-idps" class="tablesorter list-of-entities">
<thead>
<tr>
<th class="name-heading"><span class="space-right">Identity Provider Name</span></th>
<th class="registrar-heading"><span class="space-right">Registrar ID</span></th>
</tr>
</thead>
<tbody>
<!-- insert one row for each entity -->
</tbody>
</table><!-- end #list-of-idps -->
</div><!-- end #IdPs -->
<div id="SPs">
<table id="list-of-sps" class="tablesorter list-of-entities">
<thead>
<tr>
<th class="name-heading"><span class="space-right">Service Provider Name</span></th>
<th class="category-heading"><span class="space-right">Registrar ID</span></th>
</tr>
</thead>
<tbody>
<!-- insert one row for each entity -->
</tbody>
</table><!-- end #list-of-sps -->
</div><!-- end #SPs -->
<div id="Other">
<table id="list-of-other-entities" class="tablesorter list-of-entities">
<thead>
<tr>
<th class="name-heading"><span class="space-right">Other Entity ID</span></th>
<th class="category-heading"><span class="space-right">Registrar ID</span></th>
</tr>
</thead>
<tbody>
<!-- insert one row for each entity -->
</tbody>
</table><!-- end #list-of-other -->
</div><!-- end #Other -->
</div><!-- end #tabs -->
</div><!-- end #primary-content -->
<div id="secondary-content">
<h1>InCommon Global Metadata</h1>
<p>This page contains links to all the metadata served from the metadata query server instance at mdq-beta.incommon.org. Visit the <a href="https://spaces.internet2.edu/x/3w7kAg">Per-Entity Metadata Pilot</a> wiki page for more information.</p>
<fieldset>
<legend>Registrar Summary</legend>
<table id="list-of-registrars" class="tablesorter">
<thead>
<tr>
<th><input type="checkbox" id="master-checkbox" name="master-checkbox"></th>
<th class="registrar-header">Registrar ID</th>
<th class="number-header"># of<br>entities</th>
<th class="number-header"># of<br>IdPs</th>
<th class="number-header"># of<br>SPs</th>
<th class="number-header"># of<br>other</th>
</tr>
</thead>
<tfoot>
<tr>
<th></th>
<th class="total-footer">Global totals:</th>
<th id="total-num-entities" class="number-footer">0</th>
<th id="total-num-idp-roles" class="number-footer">0</th>
<th id="total-num-sp-roles" class="number-footer">0</th>
<th id="total-num-other-roles" class="number-footer">0</th>
</tr>
</tfoot>
<tbody>
<!--
<tr>
<td><input type="checkbox" class="registrar-checkbox" name="registrar" value="https://example.org"></td>
<td>https://example.org</td>
<td class="number-body">0</td>
<td class="number-body">0</td>
<td class="number-body">0</td>
<td class="number-body">0</td>
</tr>
-->
</tbody>
</table><!-- end #list-of-registrars -->
</fieldset>
</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 &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>