awips2/edexOsgi/com.raytheon.uf.edex.registry.ebxml/web/registry/navigation.html
2017-04-21 18:33:55 -06:00

68 lines
No EOL
2.1 KiB
HTML

<!--
This software was developed and / or modified by Raytheon Company,
pursuant to Contract DG133W-05-CQ-1067 with the US Government.
U.S. EXPORT CONTROLLED TECHNICAL DATA
This software product contains export-restricted data whose
export/transfer/disclosure is restricted by U.S. law. Dissemination
to non-U.S. persons whether in the United States or abroad requires
an export license or other authorization.
Contractor Name: Raytheon Company
Contractor Address: 6825 Pine Street, Suite 340
Mail Stop B8
Omaha, NE 68106
402.291.0100
See the AWIPS II Master Rights File ("Master Rights File.pdf") for
further licensing information.
-->
<!--
Navigation pane containing links
SOFTWARE HISTORY
Date Ticket# Engineer Description
------------ ---------- ----------- --------------------------
10/15/2013 1682 bphillip Initial implementation
5/11/2015 4448 bphillip Separated EBXML Registry from Data Delivery
</pre>
@author bphillip
@version 1
-->
<html>
<head>
<style type="text/css">
a {font-weight:bold;}
td {width:175px;}
button {width:190px;}
input{width:200px;}
select {width:200px;}
body { font-family: Helvetica;
margin-left: 5px;
margin-right: 5px;
background: #F0F0F0;}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<script type="text/javascript" src='/registry/registryUtil.js'></script>
<script type="text/javascript" src='/registry/services/query/queryUtil.js'></script>
<title>NAVIGATION LINKS</title>
</head>
<body>
<a href="/registry/services/query/Query.html" target="actionFrame">Query Interface</a>
<br>
<a href="/registry/services/query/DefineQuery.html" target="actionFrame">Define Query</a>
<br>
<a href="/registry/federation/status.html" target="actionFrame">Federation Status</a>
<br>
<a href="/registry/services/users/defineUsers.html" target="actionFrame">User Admin</a>
</body>
</html>