<% If "Unknown" = "Unknown" Then response.write "<" & "script runat=""server""" & ">" %> void Page_Load(object sender, EventArgs e) { Session["SessionsId"] = StudyGroup.BusinessObjects.SiteLogging.SetSessionId(int.Parse(System.Web.Configuration.WebConfigurationManager.AppSettings["WebsiteUrlsId"]), (string)Session["WebsiteUrlsId"], (string)Session["SessionsId"], Request.UserHostAddress, Request.UserAgent); Session["WebsiteUrlsId"] = System.Web.Configuration.WebConfigurationManager.AppSettings["WebsiteUrlsId"]; app.WebsiteUrlsId = int.Parse(System.Web.Configuration.WebConfigurationManager.AppSettings["WebsiteUrlsId"]); // Gender labels app.Male = "Male"; app.Female = "Female"; // Text for navigation app.Previous = "Previous"; app.Next = "Next"; app.Finsih = "Submit"; // Placeholders: [count] [total] app.StepCounter = "Step [count] of [total]"; app.Yes = "Yes"; app.No = "No"; app.Sex = "Gender"; app.DOB = "Date of Birth"; app.FirstName = "First name"; app.LastName = "Last name"; app.Addr1 = "Address 1"; app.Addr2 = "Address 2"; app.Addr3 = "Address 3"; app.City = "City"; app.PostCode = "Postcode"; app.Country = "Country"; app.Telephone = "Telephone"; app.Mobile = "Mobile"; app.Email = "Email"; app.ParentDeatils = "Please enter your parent/guardian details"; app.Citizenship = "Citizenship"; app.Visa = "Do you have a current Australian/NZ visa?"; app.TOEFL = "TOEFL score"; app.IELTS = "IELTS Score"; app.EducationLevel = "Your highest level of education"; // Placeholder: [course_title] app.StartDate = "When would you like to start [course_title]?"; app.StartDateTitle = "Start Date"; app.Comments = "Comments"; app.Declaration1 = "I declare that all the information supplied by me is true and correct"; app.Declaration2 = "I have read, understood and agree to be bound by the Terms and Conditions including the Cancellation and Refund policy"; app.Declaration3 = "I agree to pay all fees owing and by the due date"; app.Declaration4 = "I agree that on acceptance of enrolment by the college, the Application for Admission form will become the Contract of Enrolment."; app.DeclarationError = "Please tick boxes if your details are true and correct"; app.Step1Student = "Student details"; app.Step2Parent = "Parent/Guardian details (required if you are under 18 years of age)"; app.Step3Education = "Education"; // Placeholder: [gas_id] app.ThanksMessage = "

Thank you for your application to study at Taylors College.

Your application number is [gas_id]. Please quote this number in any correspondence relating to your application.

A Student Enrolment Advisor will be in contact soon to confirm your enrolment.

To ensure that our email reaches your email inbox successfully, please add cscu@studygroup.com to your email Address Book or Safe List.

"; app.EmailHeaderImage = ""; // Placeholders: [name] [gas_id] [course_summary] [sign_off] app.EmailMessageBodyCSCU = "Dear [name]

Congratulations on choosing to study at Taylors College.  I am delighted that you will soon be studying with us!

Your application number is [gas_id].  Please quote this number in any future correspondence.

A summary of your application is below:
[course_summary]

I will be writing to you again soon to ask for the supporting documents needed to assess your application.  These are usually your last 2 years of academic transcripts and evidence of your English language ability (TOEFL & IELTS results).  Please have these ready to send (either electronically, by post or fax).

To ensure that my email reaches your email inbox successfully, please add cscu@studygroup.com to your email Address Book or Safe List.

We look forward to welcoming you soon to Taylors College!

Kind regards,
[sign_off]

"; app.EmailMessageBodyRO = "

Dear [name]

Thank you for your application to study at Taylors College.

Your application number is [gas_id]. Please quote this number in any correspondence with us.

A summary of your application is below:
[course_summary]

A Taylors College representative will be in contact soon to confirm your enrolment.

Thanks and best regards

[sign_off]

"; app.EmailSubject = "Your Taylors College application"; app.RedirectURL = "/apply_form.aspx"; } protected override void OnLoadComplete(EventArgs e) { string referrerUrl = string.Empty; if (Request.UrlReferrer != null) referrerUrl = Request.UrlReferrer.OriginalString; StudyGroup.BusinessObjects.SiteLogging.InsertActivityLog(Request.Url.AbsolutePath, (string)Session["SessionsId"], Request.Url.Query, referrerUrl, Request.UserAgent, (string)Session["Username"], Response.StatusCode, 0); } <% End If %> <% If "Unknown" = "Unknown" Then response.write "<" & "%" & "@ Register Src=""/user_controls/TaylorsApplicationForm.ascx"" TagPrefix=""Taylors"" TagName=""AppForm"" " & "%" & ">" %>
<% End If %>