65 lines
1.8 KiB
HTML
65 lines
1.8 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.
|
||
|
-->
|
||
|
|
||
|
<!--
|
||
|
|
||
|
Web Interface used for registry utility functions
|
||
|
|
||
|
<pre>
|
||
|
|
||
|
SOFTWARE HISTORY
|
||
|
|
||
|
Date Ticket# Engineer Description
|
||
|
------------ ---------- ----------- --------------------------
|
||
|
10/15/2013 1682 bphillip Initial implementation
|
||
|
</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: 75px;
|
||
|
margin-right: 75px;
|
||
|
background: #D3D3D3;}
|
||
|
</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>EDEX EBXML Registry Interface</title>
|
||
|
</head>
|
||
|
|
||
|
<FRAMESET cols="15%, 85%">
|
||
|
<FRAME id="navFram" name="navFrame" src=/registry/navigation.html>
|
||
|
<FRAME id="actionFrame" name="actionFrame" src="/registry/services/query/Query.html">
|
||
|
</FRAMESET>
|
||
|
|
||
|
|
||
|
</html>
|