<apex:page showHeader="false" title="{!$Label.site.file_not_found}" cache="false">
|
<apex:composition template="{!$Site.Template}">
|
<apex:define name="body">
|
<center>
|
<apex:panelGrid bgcolor="white" columns="1">
|
<br/>
|
<br/>
|
<apex:panelGrid width="758" cellpadding="0" cellspacing="0" bgcolor="white" columns="1" styleClass="topPanelContainer">
|
<br/>
|
<apex:outputPanel layout="block" styleClass="topPanel">
|
<apex:panelGrid width="758" cellpadding="0" cellspacing="0" bgcolor="white" columns="3">
|
<apex:image url="{!URLFOR($Resource.SiteSamples, 'img/clock.png')}"/>
|
<apex:image url="{!URLFOR($Resource.SiteSamples, 'img/warning.gif')}"/>
|
<apex:panelGroup >
|
<apex:outputText styleClass="title" value="{!$Label.site.page_not_found_detail}">
|
<apex:param value="{!$Site.OriginalUrl}"/>
|
</apex:outputText>
|
<br/>
|
<br/>
|
<apex:outputText value="{!$Label.site.stay_tuned}"/>
|
<apex:outputText escape="false" value=" {!$Label.site.get_in_touch}">
|
<apex:param value="mailto:{!$Site.AdminEmailAddress}"/>
|
<apex:param value="{!$Label.site.email_us}"/>
|
</apex:outputText>
|
</apex:panelGroup>
|
</apex:panelGrid>
|
</apex:outputPanel>
|
<c:SitePoweredBy />
|
</apex:panelGrid>
|
</apex:panelGrid>
|
</center>
|
</apex:define>
|
</apex:composition>
|
<site:previewAsAdmin />
|
</apex:page>
|