Page MenuHomeIn-Portal Phabricator

modern-store
No OneTemporary

File Metadata

Created
Sat, Jul 12, 6:12 AM

modern-store

Index: branches/1.0.x/no_permission.tpl
===================================================================
--- branches/1.0.x/no_permission.tpl (nonexistent)
+++ branches/1.0.x/no_permission.tpl (revision 14935)
@@ -0,0 +1,23 @@
+<!--##
+<NAME>No Permissions</NAME>
+<DESC>No permissions to perform this operation.</DESC>
+<SECTION>Pages</SECTION>
+##-->
+
+<!--## MAIN CONTENT ##-->
+<inp2:m_DefineElement name="content">
+
+ <inp2:m_RenderElement design="content_box">
+ <inp2:m_Capture to_var="header">
+ <inp2:st_PageInfo type="title"/>
+ </inp2:m_Capture>
+
+ <inp2:st_Field name="Description"/>
+ </inp2:m_RenderElement>
+
+</inp2:m_DefineElement>
+<!--## /MAIN CONTENT ##-->
+
+<!--## DESIGN TEMPLATE ##-->
+<inp2:m_include template="designs/default_design.des" pass_params="1"/>
+<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Index: branches/1.0.x/error_notfound.tpl
===================================================================
--- branches/1.0.x/error_notfound.tpl (nonexistent)
+++ branches/1.0.x/error_notfound.tpl (revision 14935)
@@ -0,0 +1,23 @@
+<!--##
+<NAME>Page Not Found</NAME>
+<DESC>404. Page not found on the server.</DESC>
+<SECTION>Pages</SECTION>
+##-->
+
+<!--## MAIN CONTENT ##-->
+<inp2:m_DefineElement name="content">
+
+ <inp2:m_RenderElement design="content_box">
+ <inp2:m_Capture to_var="header">
+ <inp2:st_PageInfo type="title"/>
+ </inp2:m_Capture>
+
+ <inp2:st_Field name="Description"/>
+ </inp2:m_RenderElement>
+
+</inp2:m_DefineElement>
+<!--## /MAIN CONTENT ##-->
+
+<!--## DESIGN TEMPLATE ##-->
+<inp2:m_include template="designs/default_design.des" pass_params="1"/>
+<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file

Event Timeline