ABOUT SEI
C "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ Page Language="C#" aspcompat="true"%>
<%@ Import Namespace="System.Diagnostics" %>
<%@ Import Namespace="System.Xml" %>
<%@ Import Namespace="System.Xml.XPath" %>
<% string foundation_RenderMode =""; %>
<% foundation_RenderMode = "2"; %>
<%
//------------------------------------------------------
// General Page Information Variables
string foundation_sessionKey = "";
string foundation_projectGUID = "B96B8E10DFBA40709BD32313A6E8C8CA";
string foundation_pageID = "679";
string foundation_pageIDTC = "679";
string foundation_pageGUID = "EFF18B259FCF4166AACD1DD1B63C926B";
string foundation_pageGUIDTC = "EFF18B259FCF4166AACD1DD1B63C926B";
string foundation_CurrentLang = "ENU";
string foundation_ProjectVariant = "07FEAE91B0194619B836A970FE1C778E";
string foundation_PageName = "";
string foundation_PageURL = "/enUS/about/679.htm";
//------------------------------------------------------
// Content Variables
string foundation_pageTitle = "SEI to Provide Global Wealth Services for San Antonio-Based Frost";
string foundation_AltTitle = "";
string foundation_METAKeywords = "";
string foundation_METADescription = "";
string foundation_METARevisedDate = "4/6/2012 12:15:58 PM";
string foundation_Keywords = "Article Types:Press Release,Categories:Private Banking";
string foundation_Layout = "2";
string foundation_ShowTitle = "1";
string foundation_ShowVariants = "0";
string foundation_ShowNav = "1";
string foundation_LeadGen = "none";
string foundation_PubDate = "2008-02-01";
bool foundation_IsPubDateSet = false;
DateTime foundation_ParsedPubDate = DateTime.MinValue;
string foundation_PageType = "press_release";
string foundation_PageTypeSet = "";
string foundation_BodyCssClass = "article";
string foundation_Authors = "";
string foundation_PlainAuthors = "";
bool foundation_IsRightColVisible = false;
bool foundation_IsHome = false;
//the line below is for new pages and the old pages
bool foundation_IsMicrosite = "false" == "true" || "" != "";
string foundation_RightColumnTitle = "";
bool foundation_ShowTertiaryNav = "yes" != "no";
bool foundation_ShowSecondaryNav = "1" != "0";
//settings that are inherited from previous pages in navigation
string foundation_LightboxImage = "";
string foundation_LightboxThumbnailImage = "";
string foundation_LightboxImageTitle = "";
string foundation_SectionTitle = "";
ArrayList foundation_ThemeList = new ArrayList();
ArrayList foundation_ThemeNamesList = new ArrayList();
//required for inheritance of the header
string foundation_HeaderContentType = "";
string foundation_HeaderImage = "";
try
{
foundation_ParsedPubDate = DateTime.ParseExact(foundation_PubDate, "yyyy-MM-dd", System.Threading.Thread.CurrentThread.CurrentCulture.DateTimeFormat, System.Globalization.DateTimeStyles.None);
foundation_IsPubDateSet = true;
}
catch
{
foundation_IsPubDateSet = false;
}
//-------------------------------------------------------
// Other content variables that need to be initialized.
// This is a list of variables that can be used in other content classes.
//
// The purpose of this list is to initialize defaults and to track the usages of the variables.
//
string container_PageSubTitle = ""; // BU page
string container_ShowTitle = ""; // knowledge centre list,expert list, news list, press release list
string container_UseBunitFilter = ""; // knowledge centre list, press release list
string container_UseTypeFilter = ""; // knowledge centre list, press release list
string container_UseDateFilter = ""; // press release list
string container_ShowTeasers = ""; // press release list
string container_UseFilter = ""; // expert list, manager list
string container_PageTitle = ""; // expert, manager
string container_Position = ""; // expert, manager
string block_PageTitle = ""; // teaser block
string block_ShowTitle = ""; // teaser block
//-------------------------------------------------------
// Homepage and page CSS class based on page type
if(foundation_pageID == "47")
{
foundation_IsHome = true;
foundation_BodyCssClass = "home";
}
else if(foundation_IsMicrosite)
{
foundation_BodyCssClass = "micro";
}
else if(foundation_PageType == "bu_hub")
{
foundation_BodyCssClass = "hub";
}
// article types
string foundation_ArtType = "none";
Regex re = new Regex(@"Article Types:([\w\s]+)");
Match m = re.Match(foundation_Keywords);
if(m.Groups.Count > 0 && m.Groups[0].Captures.Count > 0)
{
foundation_ArtType = m.Groups[0].Captures[0].ToString();
}
//------------------------------------------------------
//Derived Content Variables
if (foundation_Authors.Length > 2)
{
string tmp_Auth = foundation_Authors.Substring(0, foundation_Authors.Length - 2);
switch (foundation_CurrentLang)
{
case "FRC":
foundation_Authors = string.Format("Par {0}", tmp_Auth);
break;
case "NLD":
foundation_Authors = string.Format("Door {0}", tmp_Auth);
break;
default:
foundation_Authors = string.Format("By {0}", tmp_Auth);
break;
}
if (foundation_PlainAuthors.Length > 0)
{
foundation_Authors = foundation_Authors + ", " + foundation_PlainAuthors;
}
}
else if (foundation_PlainAuthors.Length > 0)
{
switch (foundation_CurrentLang)
{
case "FRC":
foundation_Authors = "Par " + foundation_PlainAuthors;
break;
case "NLD":
foundation_Authors = "Door " + foundation_PlainAuthors;
break;
default:
foundation_Authors = "By " + foundation_PlainAuthors;
break;
}
}
%>
<% foundation_LightboxImage = "/Footer-About.jpg"; %>
<% foundation_LightboxThumbnailImage = "/Thumb-About.jpg"; %>
<% foundation_LightboxImageTitle = "Our floors are made from recycled tire rubber - there's more than 300,000 square feet of it to handle our changing space configurations."; %>
<% foundation_SectionTitle = "ABOUT SEI"; %>
<%
foundation_ThemeList = new ArrayList();
foundation_ThemeNamesList = new ArrayList();
%>
<%
foundation_ThemeNamesList.Add("hub-about");
foundation_ThemeList.Add("/8495.css");
%>
<%
foundation_ThemeList = new ArrayList();
foundation_ThemeNamesList = new ArrayList();
%>
<%
foundation_ThemeNamesList.Add("article-rafters");
foundation_ThemeList.Add("/8503.css");
%>
<%
foundation_ThemeNamesList.Add("article-rubber");
foundation_ThemeList.Add("/8502.css");
%>
<%
foundation_ThemeNamesList.Add("article-wood");
foundation_ThemeList.Add("/8499.css");
%>
<%
foundation_ThemeNamesList.Add("article-desk-chair");
foundation_ThemeList.Add("/8501.css");
%>
<%
foundation_ThemeNamesList.Add("article-sound");
foundation_ThemeList.Add("/8500.css");
%>
<%
foundation_ThemeNamesList.Add("article-waiting");
foundation_ThemeList.Add("/8504.css");
%>
<%
string tmp_TitleSuffix = "";
if(foundation_RenderMode == "0" || foundation_RenderMode == "1")
{
tmp_TitleSuffix = "- Page ID: " + foundation_pageID;
}
switch (foundation_CurrentLang)
{
case "ENC": %>
SEI - <%=foundation_pageTitle%> - Canada<%= tmp_TitleSuffix%>
<%break;
case "ENG": %>
SEI - <%=foundation_pageTitle%> - UK<%= tmp_TitleSuffix%>
<%break;
case "ZHH": %>
SEI - <%=foundation_pageTitle%> - Hong Kong<%= tmp_TitleSuffix%>
<%break;
case "ENS": %>
SEI - <%=foundation_pageTitle%> - South Africa<%= tmp_TitleSuffix%>
<%break;
case "FRC": %>
SEI - <%=foundation_pageTitle%> - Canada French<%= tmp_TitleSuffix%>
<%break;
case "MEA": %>
SEI - <%=foundation_pageTitle%> - Middle East<%= tmp_TitleSuffix%>
<%break;
case "NLD": %>
SEI - <%=foundation_pageTitle%> - Netherlands<%= tmp_TitleSuffix%>
<% break;
case "ENU":
default: %>
SEI - <%=foundation_pageTitle%> - US<%= tmp_TitleSuffix%>
<% break;
}
%>
<% if(foundation_CurrentLang == "ENU"){ %>
<% } %>
<% if(foundation_LeadGen != "" && foundation_LeadGen != "none") { %>
<%=""%>
<% } %>
<% foreach(string themeUrl in foundation_ThemeList){ %>
<% } %>
<% {
string tmp_FinalBodyCss = foundation_BodyCssClass;
if(!foundation_IsHome)
{
if(foundation_BodyCssClass.Length > 0)
{
tmp_FinalBodyCss+= " ";
}
if(foundation_ThemeNamesList.Count == 0)
{
tmp_FinalBodyCss += "theme-default";
Trace.Warn("Theme", "No themes on the list. Using default");
}
else if(foundation_ThemeNamesList.Count == 1)
{
string th = (string)foundation_ThemeNamesList[0];
tmp_FinalBodyCss += th;
Trace.Warn("Theme", "Using theme: " + th);
}
else
{
string scriptThemes = "";
foreach(string s in foundation_ThemeNamesList)
{
scriptThemes += s + ",";
} %>
<% }
}
Trace.Warn("Theme", "Body css class should be: " + tmp_FinalBodyCss);
%>
<% } %>
<%
{
string siteCssClass = "";
if(!foundation_ShowSecondaryNav)
{
siteCssClass += "no-nav ";
}
if(!foundation_ShowTertiaryNav)
{
siteCssClass += "no-nav3";
}
%>
<%}%>
<%
string tmp_CurrentRegion70 = "United States";
string tmp_HidClientValue70 = "default_frontend";
string tmp_HidSiteValue70 = "default_collection";
string tmp_HidProxyValue70 = "default_frontend";
//------------------------------------------------------
//Varies by language
switch (foundation_CurrentLang)
{
case "ENU":
tmp_CurrentRegion70 = "United States";
tmp_HidClientValue70 = "default_frontend";
tmp_HidSiteValue70 = "default_collection";
tmp_HidProxyValue70 = "default_frontend";
break;
case "ENC":
tmp_CurrentRegion70 = "Canada";
tmp_HidClientValue70 = "enCA";
tmp_HidSiteValue70 = "enCA";
tmp_HidProxyValue70 = "enCA";
break;
case "FRC":
tmp_CurrentRegion70 = "Canada";
tmp_HidClientValue70 = "frCA";
tmp_HidSiteValue70 = "frCA";
tmp_HidProxyValue70 = "frCA";
break;
case "ENG":
tmp_CurrentRegion70 = "United Kingdom";
tmp_HidClientValue70 = "enUK";
tmp_HidSiteValue70 = "enUK";
tmp_HidProxyValue70 = "enUK";
break;
case "DEU":
tmp_CurrentRegion70 = "Germany";
tmp_HidClientValue70 = "deDE";
tmp_HidSiteValue70 = "deDE";
tmp_HidProxyValue70 = "deDE";
break;
case "NLD":
tmp_CurrentRegion70 = "Netherlands";
tmp_HidClientValue70 = "nlNL";
tmp_HidSiteValue70 = "nlNL";
tmp_HidProxyValue70 = "nlNL";
break;
case "ENS":
tmp_CurrentRegion70 = "South Africa";
tmp_HidClientValue70 = "enSA";
tmp_HidSiteValue70 = "enSA";
tmp_HidProxyValue70 = "enSA";
break;
case "ZHH":
tmp_CurrentRegion70 = "Hong Kong";
tmp_HidClientValue70 = "zhHK";
tmp_HidSiteValue70 = "zhHK";
tmp_HidProxyValue70 = "zhHK";
break;
case "MEA":
tmp_CurrentRegion70 = "Middle East";
tmp_HidClientValue70 = "enME";
tmp_HidSiteValue70 = "enME";
tmp_HidProxyValue70 = "enME";
break;
}
%>
<%
if(foundation_SectionTitle != "")
{ %>
<%= foundation_SectionTitle %>
<%}
else if(foundation_ShowTitle == "1")
{
if(foundation_AltTitle != "")
{ %>
<%= foundation_AltTitle %>
<%}
else if(foundation_pageTitle != "")
{ %>
<%= foundation_pageTitle %>
<%}
}
%>
<% if(!foundation_IsHome){ %>
<% } else { %>
<% } %>
<% foundation_IsRightColVisible = true; %>
<% if(foundation_RightColumnTitle != ""){ %>
<%= foundation_RightColumnTitle %>
<%}%>