diff --git a/ui/ui/.DS_Store b/ui/ui/.DS_Store new file mode 100644 index 0000000..896961e Binary files /dev/null and b/ui/ui/.DS_Store differ diff --git a/ui/ui/404.tpl b/ui/ui/404.tpl new file mode 100644 index 0000000..2820426 --- /dev/null +++ b/ui/ui/404.tpl @@ -0,0 +1,17 @@ +{include file="sections/user-header.tpl"} +
+
+
+
+
+ +

404

+ Go to Dashboard +
+
+
+
+
+ +{include file="sections/user-footer.tpl"} \ No newline at end of file diff --git a/ui/ui/a404.tpl b/ui/ui/a404.tpl new file mode 100644 index 0000000..dae61e6 --- /dev/null +++ b/ui/ui/a404.tpl @@ -0,0 +1,49 @@ + + + + + + + + Admin Dashboard + + + + + + +
+
+
+
+
+
+ +

404

+ Go to Dashboard +
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ui/ui/admin-login.tpl b/ui/ui/admin-login.tpl new file mode 100644 index 0000000..02d4164 --- /dev/null +++ b/ui/ui/admin-login.tpl @@ -0,0 +1,53 @@ + + + + + + + + {Lang::T('Login')} - {$_c['CompanyName']} + + + + + + + +
+ +
{$_c['CompanyName']} - Admin
+ {if isset($notify)} + {$notify} + {/if} +
+ + +
+
+ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ui/ui/alert.tpl b/ui/ui/alert.tpl new file mode 100644 index 0000000..451bdde --- /dev/null +++ b/ui/ui/alert.tpl @@ -0,0 +1,70 @@ + + + + + + + + {Lang::T('Login')} - {$_c['CompanyName']} + + + + + + + + + + +
+
+
+
+
+
+

{ucwords(Lang::T($type))}

+
{$text}
+ {Lang::T('Click Here')} ({$time}) + +
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + \ No newline at end of file