<%@ Page language="c#" Codebehind="subscriber.aspx.cs" AutoEventWireup="false" inherits="Repository.SubscriberWF" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
  <HEAD>
    <title>Subscriber of .NET Pagebox repository</title>
<meta content="Microsoft Visual Studio 7.0" name=GENERATOR>
<meta content=C# name=CODE_LANGUAGE>
<meta content="JavaScript (ECMAScript)" name=vs_defaultClientScript>
<meta content=http://schemas.microsoft.com/intellisense/ie5 name=vs_targetSchema>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<meta content="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=Form1 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="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" Height="49px" Width="154px" CssClass="title">Subscriber</asp:label></td>
    <td align=right><a href="publisher.aspx" title="Archive publish">Publisher</a></td>
    <td align=right><a href="asubscriber.aspx" title="PageBox archive subscribe">Archive 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:BoundColumn DataField="PageBox" ItemStyle-Width="46%" HeaderText="PageBox"/>
	<asp:BoundColumn DataField="Archive" ItemStyle-Width="40%" 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>