diff --git a/ui/ui/sections/footer.tpl b/ui/ui/sections/footer.tpl new file mode 100644 index 0000000..825e3e3 --- /dev/null +++ b/ui/ui/sections/footer.tpl @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {if isset($xfooter)} + {$xfooter} + {/if} + {literal} + + {/literal} + + + \ No newline at end of file diff --git a/ui/ui/sections/header.tpl b/ui/ui/sections/header.tpl new file mode 100644 index 0000000..c4ca2d1 --- /dev/null +++ b/ui/ui/sections/header.tpl @@ -0,0 +1,510 @@ + + + + + + + + {$_title} - {$_c['CompanyName']} + + + + + + + + + + + + + {if isset($xheader)} + {$xheader} + {/if} + + + + +
+ + + + + + + + +
+ +
+ + + +
+
+ +
+
+ + {if $_c['maintenance_mode'] == 1} +
+

{Lang::T('The website is currently in maintenance mode, this means that some or all functionality may be + unavailable to regular users during this time.')}   {Lang::T('Turn Off')}

+
+ {/if} + +
+ {if isset($notify)} + + {/if} diff --git a/ui/ui/sections/index.html b/ui/ui/sections/index.html new file mode 100644 index 0000000..9757970 --- /dev/null +++ b/ui/ui/sections/index.html @@ -0,0 +1,8 @@ + + + 403 Forbidden + + +

Directory access is forbidden.

+ + \ No newline at end of file diff --git a/ui/ui/sections/user-footer.tpl b/ui/ui/sections/user-footer.tpl new file mode 100644 index 0000000..ad02970 --- /dev/null +++ b/ui/ui/sections/user-footer.tpl @@ -0,0 +1,31 @@ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ui/ui/sections/user-header.tpl b/ui/ui/sections/user-header.tpl new file mode 100644 index 0000000..ba4eb2f --- /dev/null +++ b/ui/ui/sections/user-header.tpl @@ -0,0 +1,304 @@ + + + + + + + + Customer + + + + + + + + + + + + +
+
+ L + o + a + d + i + n + g + . + . + . +
+
+ + +
+ +
+ +
+ + + + + +
+
+ +
+
+ + + +
+ {if isset($notify)} + + {/if} + +
\ No newline at end of file