Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F784928
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
Tue, Feb 11, 8:30 AM
Size
2 KB
Mime Type
text/x-diff
Expires
Thu, Feb 13, 8:30 AM (22 h, 43 m)
Engine
blob
Format
Raw Data
Handle
562544
Attached To
rINP In-Portal
in-portal
View Options
Index: branches/5.0.x/themes/simple/no_permission.tpl
===================================================================
--- branches/5.0.x/themes/simple/no_permission.tpl (nonexistent)
+++ branches/5.0.x/themes/simple/no_permission.tpl (revision 12779)
@@ -0,0 +1,24 @@
+<!--##
+<NAME>No Permissions</NAME>
+<DESC></DESC>
+<SECTION></SECTION>
+##-->
+
+<!--## DEFINE MAIN CONTENT ELEMENT ##-->
+<inp2:m_DefineElement name="content">
+ <div class="movable-element">
+
+ <div id="block-latest" class="block">
+ <div class="round-top"></div>
+ <div class="content">
+ <h1 class="movable-header"><inp2:m_Phrase name="lu_title_NoPermission"/></h1>
+ <inp2:m_phrase name="lu_text_NoPermission"/>
+ </div>
+ <div class="round-bottom"></div>
+ </div>
+
+ </div>
+</inp2:m_DefineElement>
+<!--## /DEFINE MAIN CONTENT ELEMENT ##-->
+
+<inp2:m_include template="designs/default_design.des" pass_params="1"/>
Index: branches/5.0.x/themes/simple/error_notfound.tpl
===================================================================
--- branches/5.0.x/themes/simple/error_notfound.tpl (nonexistent)
+++ branches/5.0.x/themes/simple/error_notfound.tpl (revision 12779)
@@ -0,0 +1,30 @@
+<!--##
+<NAME>Page Not Found</NAME>
+<DESC></DESC>
+<SECTION></SECTION>
+##-->
+
+<!--## SET 404 HEADER FOR RESPONSE ##-->
+<inp2:m_Header data="HTTP/1.0 404 Not Found"/>
+<!--## //SET 404 HEADER FOR RESPONSE ##-->
+
+<!--## MAIN CONTENT ##-->
+<inp2:m_DefineElement name="content">
+ <div class="movable-element">
+
+ <div id="block-latest" class="block">
+ <div class="round-top"></div>
+ <div class="content">
+ <h1 class="movable-header"><inp2:m_Phrase name="lu_title_PageNotFound"/></h1>
+ <inp2:m_phrase name="lu_text_PageNotFound"/>
+ </div>
+ <div class="round-bottom"></div>
+ </div>
+
+ </div>
+</inp2:m_DefineElement>
+<!--## /MAIN CONTENT ##-->
+
+<!--## DESIGN TEMPLATE ##-->
+<inp2:m_include template="designs/default_design.des" pass_params="1"/>
+<!--## /DESIGN TEMPLATE ##-->
Event Timeline
Log In to Comment