Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F775837
in-portal
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Feb 6, 10:05 AM
Size
3 KB
Mime Type
text/x-diff
Expires
Sat, Feb 8, 10:05 AM (1 d, 15 h)
Engine
blob
Format
Raw Data
Handle
558345
Attached To
rINP In-Portal
in-portal
View Options
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
Log In to Comment