RemoveUserAccount.aspx #2

  • //
  • guest/
  • Necqui/
  • Documents/
  • Projects/
  • vsDotNet/
  • TKN/
  • WebProjects/
  • ProjectProposal/
  • RemoveUserAccount.aspx
  • View
  • Commits
  • Open Download .zip Download (4 KB)
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="RemoveUserAccount.aspx.cs" Inherits="RemoveUserAccount" %>

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>Remove PPS Account</title>
</head>
<body background="Images/CFBC-logo2.gif" onload="breakout_of_frame()">
    <form id="form1" runat="server">
        <div id="headerDiv" style="text-align: center;">
            <asp:label runat="server" Style="left: 21px;
                position: absolute; top: 24px; text-align: center; z-index: 100;" id="Label1" Font-Size="18pt" 
                Font-Bold="True" Font-Names="Arial"  ForeColor="#000033"
                Text="His Highness Prince Aga Khan Shia Imami Ismaili Council For British Columbia<br />Project Proposal System"></asp:label>    
        </div>
          
        <div style="position: absolute; width:99%; text-align:right; left: 0px; top: 54px; z-index: 101;">
            <asp:Label ID="currTimeStampLabel" runat="server" Style="left: 147px;
                position: absolute; top: 44px; text-align: left;" Width="300px"></asp:Label>
            <asp:Label ID="lblHeader" runat="server" Style="left: 587px;
                position: absolute; top: 44px; text-align: left;" Width="214px"></asp:Label>
        </div>
    
        <div id="collectEmailDiv" runat="server" style="z-index: 103; left: 147px; width: 657px; position: absolute;
            top: 124px; height: 281px; font-weight:normal; font-family:Arial; font-size: 10pt; display: block;">
            <asp:Label ID="createAccountLabel" runat="server" Font-Bold="True" Style="z-index: 100; left: 0px;
                position: absolute; top: 14px" Text="Remove User Account from PPS" Font-Names="Arial" Font-Size="10pt"></asp:Label>
            
            <asp:Label ID="Label2" runat="server" Font-Names="Arial" Font-Size="10pt" Style="z-index: 101;
                left: 0px; position: absolute; top: 38px; text-align:justify;" Width="652px">
                Please provide the information requested for the current user.<br /><br />
            </asp:Label>
            
            <asp:Label ID="displayMessageLabel" runat="server" Font-Names="Arial" Font-Size="10pt" Style="z-index: 102;
                left: 0px; position: absolute; top: 74px" ForeColor="Red" Visible="true" Width="581px"></asp:Label>
            
            <asp:Label ID="userNameLabel" runat="server" Font-Names="Arial" Font-Size="10pt" Style="z-index: 103;
                left: 0px; position: absolute; top: 119px" Text="User Name:"></asp:Label>
            <asp:TextBox ID="userNameTextBox" runat="server" Font-Names="Arial" Font-Size="10pt" Style="z-index: 104;
                left: 156px; position: absolute; top: 116px" Width="257px"></asp:TextBox>
            <asp:RequiredFieldValidator ID="userNameRequiredValidator" runat="server" ControlToValidate="userNameTextBox"
                Display="Static" ErrorMessage="User Name" Font-Name="Verdana"
                Font-Size="10" Height="22px" Style="z-index: 105; left: 69px;
                position: absolute; top: 116px" Text="*" ValidationGroup="createAccountEval" Width="15px" SetFocusOnError="True"></asp:RequiredFieldValidator>
                
            <asp:Button ID="submitButton" runat="server" Style="z-index: 117; left: 231px; position: absolute;
                top: 251px" Text="Submit" Width="113px" OnClick="submitButton_Click" ValidationGroup="createAccountEval" />
                
            <asp:ValidationSummary ID="emailEvalSummary" runat="server"
                ShowMessageBox="True" ShowSummary="false" DisplayMode="BulletList"
                HeaderText="Please fix the following errors:" Font-Name="verdana" Font-Size="10"
                style="z-index: 118; left: 461px; position: absolute; top: 147px"
                ValidationGroup="createAccountEval" Width="286px" />
        </div>
        
    </form>
</body>

</html>
# Change User Description Committed
#2 21431 Necqui Updates
#1 21430 Necqui TKN Initial