﻿<%@ Page Language="C#" MasterPageFile="~/Masters/Web30.Master" AutoEventWireup="true" CodeBehind="Error.aspx.cs" Inherits="CyberCoders.Error" StylesheetTheme="Web30SmallCentered" %>
<asp:Content ID="Content3" ContentPlaceHolderID="Content" runat="server">
	<cc:Frame ID="Frame1" CssClass="text" runat="server" ShowReflection="false" TileSet="White">
		<ContentTemplate>
			<h3>Oops!</h3>
			<p>
				Sorry, there has been an error. This error has been recorded and the CyberCoders staff has been notified with the details 
				of this error so that a resolution may be found. In order to utilize our site fully, please ensure your cookies are turned on, 
				and you have the latest version of Internet Explorer by clicking the link below:<br />
				<asp:HyperLink ID="IELink" runat="server" NavigateUrl="http://www.microsoft.com/ie">Click here to download the latest version of Internet Explorer</asp:HyperLink>
			</p>
			<p>
				If you are still having difficulty, and you are trying to apply for a position, please email your resume directly to:
				<br />
				<asp:HyperLink ID="ResumeLink" runat="server" NavigateUrl="mailto:Resumes@CyberCoders.com?subject=Error+page+resume+submittal">Resumes@CyberCoders.com</asp:HyperLink>
			</p>
			<p>
				Please put the job code, job title or a description of the position in the subject line and any questions you may have in the email.
			</p>
			<p>All the best from CyberCoders.</p>
		</ContentTemplate>
	</cc:Frame>
	<cc:Frame ID="Frame2" runat="server" TileSet="WhiteWithHeader" HeaderText="Search More Jobs Below!">
		<ContentTemplate>
			<asp:DataList ID="SubdomainDataList" runat="server" RepeatColumns="3">				
				<ItemTemplate>
					<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl='<%# GetSubdomainUrl(Eval("Name").ToString()) %>' Text='<%# String.Format("{0} {1}s", Eval("FriendlyName"), Eval("Type")) %>' />
				</ItemTemplate>
			</asp:DataList>
		</ContentTemplate>
	</cc:Frame>
</asp:Content>
