You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.4 KiB
38 lines
1.4 KiB
|
|
|
|
<%@ Page %>
|
|
<%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
|
|
<html>
|
|
<HEAD>
|
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
|
|
<META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
|
|
<META NAME="MS.LOCALE" CONTENT="EN-US">
|
|
<!-- #include file = "publish.header.htm" -->
|
|
</head>
|
|
<body marginwidth="0" marginheight="0" LEFTMARGIN="0" TOPMARGIN="0" rightmargin="0" ONLOAD="BringToFront()">
|
|
<!-- #include file = "publish.heading.htm" -->
|
|
<table class="content" width="100%" cellpadding="8">
|
|
<tr>
|
|
<td>
|
|
<H1><img src="..\..\images\business.gif" height="16" width="16" alt="Provider"> Provider - <img src="..\..\images\contact.gif" heigh="16" width="16" alt="Contact"> Contacts</H1>
|
|
Use the <B>Contacts</B> tab to view and modify the contacts associated with this provider.
|
|
<ul>
|
|
<li>
|
|
<b>Contacts:</b> Lists the contacts associated with this provider.
|
|
<UL>
|
|
<LI class=action>Click <B>Add Contact</B> to add a contact to this provider. </li>
|
|
<LI class=action>Click <B>View</B> to view a contact. </li>
|
|
<LI class=action>Click <B>Delete</B> to permanently delete a contact. </li>
|
|
</ul>
|
|
</ul>
|
|
<p>
|
|
<H3>More Information</H3>
|
|
<!-- #include file = "glossary.contact.htm" -->
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<!-- #include file = "publish.footer.htm" -->
|
|
</body>
|
|
</html>
|
|
|
|
|