Skip to content

Instantly share code, notes, and snippets.

@bzerangue
Created February 4, 2014 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bzerangue/8808709 to your computer and use it in GitHub Desktop.
Save bzerangue/8808709 to your computer and use it in GitHub Desktop.
<%@ control language="C#" autoeventwireup="true" inherits="ArenaWeb.UserControls.Custom.Registration.Register.RegisterPage1, Arena" %>
<asp:Panel runat="server" DefaultButton="btnNext">
<input type="hidden" runat="server" id="ihRegistrationGuid" />
<asp:Image CssClass="registrationProcessImage" ID="imgProcess" runat="server" Visible="false" />
<div class="registrationPage" id="registrationPage1">
<asp:Panel CssClass="registrationTitle" ID="pnlTitle" runat="server" />
<asp:Panel CssClass="registrationMessage" ID="pnlMessage" runat="server" Visible="false" />
<h4>Instructions (SANDBOX - NEED TO MAKE DYNAMIC)</h4>
<p><strong>MAKE LIFE EASIER USE THE LOGIN YOU CREATED LAST TIME YOU REGISTERED FOR A PCPC EVENT. IF YOU CANNOT REMEMBER YOUR PASSWORD CLICK FORGOT PASSWORD.</strong></p>
<p>If you have registered for a PCPC event since July 2012 please use the login credentials you created at that time. If you have not registered in the last year you can create a new account on the following screens.</p>
<p>Fill out the online form and click submit. Most fields on the form will be required. An account will be created for you. Use an ID and password you can easily remember for the next time you register for a PCPC event. The password needs to be letters and at least one number. The password is case sensitive.</p>
<p><span class="primary round label">IMPORTANT NOTE</span> <strong>Please DO NOT USE the browser's BACK button during the registration process</strong>, this could cause an error for you. Use the "Previous Button" at the bottom of the screen to go back.</p>
<p><span class="primary round label">IMPORTANT NOTE</span> If you do not reach the "Registration Successful" page or do not receive a confirmation email, please contact <a href="database@pcpc.org">database@pcpc.org</a>.</p>
<p><strong>Click the start button below to begin the process.</strong></p>
<!-- <asp:Panel CssClass="registrationDetails" ID="pnlDetails" runat="server">
<asp:Image CssClass="registrationImage" ID="imgRegistration" runat="server" />
<asp:Panel CssClass="registrationHeading" ID="pnlDescriptionHead" runat="server">Description</asp:Panel>
<asp:Panel CssClass="registrationContent" ID="pnlDescription" runat="server" />
<asp:Panel CssClass="registrationHeading" ID="pnlInstructionsHead" runat="server">Instructions</asp:Panel>
<asp:Panel CssClass="registrationContent" ID="pnlInstructions" runat="server" />
</asp:Panel> -->
<div class="registrationButtons" id="divRegisrationButtons">
<p>
<br>
<asp:Button ID="btnNext" Runat="server" CssClass="secondary btn" Text="Start >" OnClick="btnNext_Click" />
</p>
</div>
</div>
</asp:Panel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment