From 427ad9d0856ad711dee03fb1102f3dd7a32d8ca5 Mon Sep 17 00:00:00 2001 From: nestict Date: Sat, 24 May 2025 12:30:41 +0200 Subject: [PATCH] Upload files to "ui/ui/sections" Signed-off-by: nestict --- ui/ui/sections/footer.tpl | 121 ++++++++ ui/ui/sections/header.tpl | 510 +++++++++++++++++++++++++++++++++ ui/ui/sections/index.html | 8 + ui/ui/sections/user-footer.tpl | 31 ++ ui/ui/sections/user-header.tpl | 304 ++++++++++++++++++++ 5 files changed, 974 insertions(+) create mode 100644 ui/ui/sections/footer.tpl create mode 100644 ui/ui/sections/header.tpl create mode 100644 ui/ui/sections/index.html create mode 100644 ui/ui/sections/user-footer.tpl create mode 100644 ui/ui/sections/user-header.tpl 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