<%@ Page language="c#" Codebehind="asubscriber.aspx.cs" AutoEventWireup="false" Inherits="Repository.asubscriber" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
  <HEAD>
    <title>Archive subscriber of .NET Pagebox repository</title>
    <meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
    <meta name="CODE_LANGUAGE" Content="C#">
    <meta name=vs_defaultClientScript content="JavaScript (ECMAScript)">
    <meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5">
	<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
	<meta content="Archive subscriber of .NET Pagebox repository" name=Description>
	<meta content="Subscribe, .NET, Pagebox, repository" name=keywords>
	<LINK href="pagebox.css" type=text/css rel=stylesheet >
  </HEAD>
  <body>
	
    <form id="asubscriber" method="post" runat="server">
<table borderColor=transparent width="100%">
  <TR>
    <td align=left width=50><asp:hyperlink id=logo runat="server" ImageUrl="logo.gif" BorderStyle="None" BorderWidth="0px" BackColor="Transparent" BorderColor="Transparent" ForeColor="Transparent" ToolTip="Archive subscriber of .NET Pagebox repository" NavigateUrl="http://pagebox.net/dotnet/net-index.html" Target="_self"></asp:hyperlink></td>
    <td align=left><asp:label id=SubscriberLab runat="server" BorderStyle="None" BorderWidth="0px" BackColor="Transparent" BorderColor="Transparent" ForeColor="Black" CssClass="title">Archive subscriber</asp:label></td>
    <td align=right><a href="publisher.aspx" title="Archive publish">Publisher</a></td>
    <td align=right><a href="subscriber.aspx" title="PageBox subscribe">Subscriber</a></td>
    <td align=right><a href="download.aspx" title="Archive download">Download</a></td>
    <td align=right><a href="audit.aspx" title="Repository audit">Audit</a></td>
    <td align=right>
    <asp:hyperlink id=Support runat="server" ImageUrl="mail.gif" BorderStyle="None" BorderWidth="0px" BackColor="Transparent" BorderColor="Transparent" ForeColor="Transparent" ToolTip="support@pagebox.net" NavigateUrl="mailto:support@pagebox.net"></asp:hyperlink></td></TD></TR></table>
<asp:datagrid id=subscriberDB runat="server" Width="100%" DataKeyField="PageBox" AutoGenerateColumns="False" HeaderStyle-HorizontalAlign="Center" HeaderStyle-BackColor="DarkRed" HeaderStyle-ForeColor="Yellow" HeaderStyle-Font-Bold="True" AlternatingItemStyle-BackColor="#ccffff">
  <Columns>
	<asp:ButtonColumn HeaderText="Action" ItemStyle-Width="7%" ButtonType="PushButton" Text="Unsub" CommandName="unsubscribe"/>
	<asp:ButtonColumn HeaderText=" " ItemStyle-Width="7%" ButtonType="PushButton" Text="Force" CommandName="force"/>
	<asp:HyperLinkColumn HeaderText=" " ItemStyle-Width="7%" Text="Archives" DataNavigateUrlField="PageBox" DataNavigateUrlFormatString="aselect.aspx?subscriber={0}"/>
	<asp:BoundColumn DataField="PageBox" ItemStyle-Width="40%" HeaderText="PageBox"/>
	<asp:BoundColumn DataField="Archive" ItemStyle-Width="39%" HeaderText="Archive"/>
  </Columns>
	</asp:datagrid>
	<table><tr>
    <td width="14%">Deployment URL</td>
    <td width="50%"><asp:textbox id="URLTB" runat="server" Width="100%"></asp:textbox></td>
    <td width="9%"><asp:button id="BtnSub" onclick="Form1_subscribe" runat="server" Text="Subscribe"></asp:button></td>
    <td width="9%"><asp:button id="BtnUnsub" onclick="Form1_unsubscribe" runat="server" Text="Unsubscribe"></asp:button></td>
    <td width="9%"><asp:button id="BtnForce" onclick="Form1_force" runat="server" Text="Force"></asp:button></td>
    <td width="9%"><asp:button id="BtnRefresh" onclick="Form1_refresh" runat="server" Text="Refresh"></asp:button></td>
    </tr></table>
    <asp:label id=LabStatus runat="server" Height="30px" Width="100%"></asp:label>
    </form>
	<p class=timestamp align=center>© 2002 Alexis Grandemange</p>
	
  </body>
</HTML>