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.
121 lines
4.0 KiB
121 lines
4.0 KiB
<%@ Page Language='C#' Inherits='UDDI.Web.UddiPage'%>
|
|
<%@ Import Namespace='UDDI' %>
|
|
<%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
|
|
<%@ Register Tagprefix='uddi' Tagname='Header' Src='../controls/header.ascx' %>
|
|
<%@ Register Tagprefix='uddi' Tagname='Footer' Src='../controls/footer.ascx' %>
|
|
<%@ Register Tagprefix='uddi' Tagname='SideMenu' Src='../controls/sidemenu.ascx' %>
|
|
<uddi:StyleSheetControl
|
|
Runat='server'
|
|
Default='../stylesheets/uddi.css'
|
|
Downlevel='../stylesheets/uddidl.css'
|
|
/>
|
|
<uddi:PageStyleControl
|
|
Runat='server'
|
|
OnClientContextMenu='Document_OnContextMenu()'
|
|
ShowHeader='true'
|
|
AltTitle="TITLE_ALT"
|
|
Title="TITLE"
|
|
/>
|
|
<uddi:ClientScriptRegister
|
|
Runat='server'
|
|
Source='../client.js'
|
|
Language='javascript'
|
|
/>
|
|
<uddi:SecurityControl
|
|
Runat='server'
|
|
Id='security'
|
|
/>
|
|
|
|
<form enctype='multipart/form-data' Runat='server'>
|
|
|
|
|
|
<table width='100%' border='0' height='100%' cellpadding='0' cellspacing='0' >
|
|
<asp:PlaceHolder
|
|
Id='HeaderBag'
|
|
Runat='server'
|
|
>
|
|
<tr height='95'>
|
|
<td>
|
|
<!-- Header Control Here -->
|
|
<uddi:Header
|
|
Runat='server'
|
|
/>
|
|
</td>
|
|
</tr>
|
|
</asp:PlaceHolder>
|
|
<tr>
|
|
<td valign='top'>
|
|
<TABLE width='100%' height='100%' cellpadding='0' cellspacing='0' border='0'>
|
|
<tr>
|
|
<td valign='top' bgcolor='#F1F1F1' width='200'>
|
|
<uddi:SideMenu
|
|
Runat='server'
|
|
SelectedIndex='15'
|
|
/>
|
|
</td>
|
|
<td valign='top' >
|
|
<TABLE width='100%' height='100%' cellpadding='10' cellspacing='0' border='0'>
|
|
<tr>
|
|
<td valign='top'>
|
|
<TABLE width='100%' cellpadding='0' cellspacing='0' border='0' bordercolor='green'>
|
|
<COLS>
|
|
<COL width='10'></COL>
|
|
<COL width='95'></COL>
|
|
<COL></COL>
|
|
<COL width='10'></COL>
|
|
</COLS>
|
|
<TR><TD colspan='3' height='10'><IMG src='/images/trans_pixel.gif' border='0' width='1' height='1'></TD>
|
|
<TR>
|
|
<TD width='10'><IMG src='/images/trans_pixel.gif' border='0' width='1' height='1'></TD>
|
|
<TD width='95'><IMG src='/images/trans_pixel.gif' border='0' width='1' height='1'></TD>
|
|
<TD valign='top'><IMG src='/images/policies.gif' border='0'></TD>
|
|
<TD width='10'><IMG src='/images/trans_pixel.gif' border='0' width='1' height='1'></TD>
|
|
</TR>
|
|
<TR><TD colspan='3' height='10'><IMG src='/images/trans_pixel.gif' border='0' width='1' height='1'></TD>
|
|
<TR>
|
|
<TD width='10'><IMG src='/images/trans_pixel.gif' border='0' width='1' height='1'></TD>
|
|
<TD colspan='2' height='1' bgcolor='#629ACF'><IMG src='/images/trans_pixel.gif' border='0' width='1' height='1'></TD>
|
|
<TD width='10'><IMG src='/images/trans_pixel.gif' border='0' width='1' height='1'></TD>
|
|
</TR>
|
|
<TR><TD colspan='3' height='10'><IMG src='/images/trans_pixel.gif' border='0' width='1' height='1'></TD>
|
|
<TR>
|
|
<TD width='10'><IMG src='/images/trans_pixel.gif' border='0' width='1' height='1'></TD>
|
|
<TD width='95'><IMG src='/images/trans_pixel.gif' border='0' width='1' height='1'></TD>
|
|
<TD>
|
|
<!-- Begin EULA -->
|
|
<!-- #INCLUDE VIRTUAL="/eula.txt" -->
|
|
<!-- End EULA -->
|
|
</TD>
|
|
<TD width='10'><IMG src='/images/trans_pixel.gif' border='0' width='1' height='1'></TD>
|
|
</TR>
|
|
<TR><TD colspan='3' height='10'><IMG src='/images/trans_pixel.gif' border='0' width='1' height='1'></TD>
|
|
|
|
</TABLE>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<asp:PlaceHolder
|
|
Id='FooterBag'
|
|
Runat='server'
|
|
>
|
|
<tr height='95'>
|
|
<td>
|
|
<!-- Footer Control Here -->
|
|
<uddi:Footer
|
|
Runat='server'
|
|
/>
|
|
</td>
|
|
</tr>
|
|
</asp:PlaceHolder>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</form>
|