Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Thu, Feb 6, 10:05 AM

in-portal

Index: branches/RC/themes/default2009/error_notfound.tpl
===================================================================
--- branches/RC/themes/default2009/error_notfound.tpl (revision 11431)
+++ branches/RC/themes/default2009/error_notfound.tpl (revision 11432)
@@ -1,37 +1,41 @@
+<!--## SET 404 HEADER FOR RESPONSE ##-->
+<inp2:m_header data="HTTP/1.0 404 Not Found"/>
+<!--## //SET 404 HEADER FOR RESPONSE ##-->
+
<!--## PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="page_title">
<inp2:m_phrase name="lu_title_PageNotFound"/>
</inp2:m_DefineElement>
<!--## //PAGE TITLE ELEMENT ##-->
<!--## SIDE-BAR ELEMENT ##-->
<inp2:m_DefineElement name="sidebar">
<inp2:m_RenderElements
elements="
platform/elements/side_boxes/login,
platform/elements/side_boxes/search,
"
design="blue_box"/>
</inp2:m_DefineElement>
<!--## /SIDE-BAR ELEMENT ##-->
<!--## MAIN CONTENT ##-->
<inp2:m_DefineElement name="content">
<!-- page not found -->
<inp2:m_RenderElement design="content_box">
<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_PageNotFound"/>
</inp2:m_Capture>
<br /><br />
<inp2:m_phrase name="lu_text_PageNotFound"/>
<br /><br />
</inp2:m_RenderElement>
<!-- // page not found -->
</inp2:m_DefineElement>
<!--## /MAIN CONTENT ##-->
<!--## DESIGN TEMPLATE ##-->
<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2009/error_notfound.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.1
\ No newline at end of property
+1.1.2.2
\ No newline at end of property
Index: branches/RC/themes/default2007/error_notfound.tpl
===================================================================
--- branches/RC/themes/default2007/error_notfound.tpl (revision 11431)
+++ branches/RC/themes/default2007/error_notfound.tpl (revision 11432)
@@ -1,37 +1,41 @@
+<!--## SET 404 HEADER FOR RESPONSE ##-->
+<inp2:m_header data="HTTP/1.0 404 Not Found"/>
+<!--## //SET 404 HEADER FOR RESPONSE ##-->
+
<!--## PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="page_title">
<inp2:m_phrase name="lu_title_PageNotFound"/>
</inp2:m_DefineElement>
<!--## //PAGE TITLE ELEMENT ##-->
<!--## SIDE-BAR ELEMENT ##-->
<inp2:m_DefineElement name="sidebar">
<inp2:m_RenderElements
elements="
platform/elements/side_boxes/login,
platform/elements/side_boxes/search,
"
design="blue_box"/>
</inp2:m_DefineElement>
<!--## /SIDE-BAR ELEMENT ##-->
<!--## MAIN CONTENT ##-->
<inp2:m_DefineElement name="content">
<!-- page not found -->
<inp2:m_RenderElement design="content_box">
<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_PageNotFound"/>
</inp2:m_Capture>
<br /><br />
<inp2:m_phrase name="lu_text_PageNotFound"/>
<br /><br />
</inp2:m_RenderElement>
<!-- // page not found -->
</inp2:m_DefineElement>
<!--## /MAIN CONTENT ##-->
<!--## DESIGN TEMPLATE ##-->
<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Property changes on: branches/RC/themes/default2007/error_notfound.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.3.2.2
\ No newline at end of property
+1.3.2.3
\ No newline at end of property

Event Timeline