From 6fcfb7c04d32e1c8b26a312295bf7ac3ec2d2ad7 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 13 Jul 2018 19:06:45 +0200 Subject: Fixed many permissions and began admin interface --- .../admin-lte/pages/layout/boxed.html | 657 ++++++++++++++++++++ .../admin-lte/pages/layout/collapsed-sidebar.html | 663 +++++++++++++++++++++ .../admin-lte/pages/layout/fixed.html | 663 +++++++++++++++++++++ .../admin-lte/pages/layout/top-nav.html | 293 +++++++++ 4 files changed, 2276 insertions(+) create mode 100644 public/bower_components/admin-lte/pages/layout/boxed.html create mode 100644 public/bower_components/admin-lte/pages/layout/collapsed-sidebar.html create mode 100644 public/bower_components/admin-lte/pages/layout/fixed.html create mode 100644 public/bower_components/admin-lte/pages/layout/top-nav.html (limited to 'public/bower_components/admin-lte/pages/layout') diff --git a/public/bower_components/admin-lte/pages/layout/boxed.html b/public/bower_components/admin-lte/pages/layout/boxed.html new file mode 100644 index 0000000..d02e250 --- /dev/null +++ b/public/bower_components/admin-lte/pages/layout/boxed.html @@ -0,0 +1,657 @@ + + + + + + AdminLTE 2 | Boxed Layout + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + + + + + + + + +
+ +
+

+ Boxed Layout + Blank example to the boxed layout +

+ +
+ + +
+
+

Tip!

+ +

Add the layout-boxed class to the body tag to get this layout. The boxed layout is helpful when working on + large screens because it prevents the site from stretching very wide.

+
+ +
+
+

Title

+ +
+ + +
+
+
+ Start creating your amazing application! +
+ + + +
+ +
+ +
+ + + + + + + + +
+
+ + + + + + + + + + + + + + + + diff --git a/public/bower_components/admin-lte/pages/layout/collapsed-sidebar.html b/public/bower_components/admin-lte/pages/layout/collapsed-sidebar.html new file mode 100644 index 0000000..aa68c7a --- /dev/null +++ b/public/bower_components/admin-lte/pages/layout/collapsed-sidebar.html @@ -0,0 +1,663 @@ + + + + + + AdminLTE 2 | Collapsed Sidebar Layout + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + + + + + + + + +
+ +
+

+ Sidebar Collapsed + Layout with collapsed sidebar on load +

+ +
+ + +
+
+

Tip!

+ +

Add the sidebar-collapse class to the body tag to get this layout. You should combine this option with a + fixed layout if you have a long sidebar. Doing that will prevent your page content from getting stretched + vertically.

+
+ +
+
+

Title

+ +
+ + +
+
+
+ Start creating your amazing application! +
+ + + +
+ +
+ +
+ + + + + + + + +
+
+ + + + + + + + + + + + + + + + diff --git a/public/bower_components/admin-lte/pages/layout/fixed.html b/public/bower_components/admin-lte/pages/layout/fixed.html new file mode 100644 index 0000000..ad8ff0d --- /dev/null +++ b/public/bower_components/admin-lte/pages/layout/fixed.html @@ -0,0 +1,663 @@ + + + + + + AdminLTE 2 | Fixed Layout + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + + + + + + + + +
+ +
+

+ Fixed Layout + Blank example to the fixed layout +

+ +
+ + +
+
+

Tip!

+ +

Add the fixed class to the body tag to get this layout. The fixed layout is your best option if your sidebar + is bigger than your content because it prevents extra unwanted scrolling.

+
+ +
+
+

Title

+ +
+ + +
+
+
+ Start creating your amazing application! +
+ + + +
+ + +
+ +
+ + + + + + + + +
+
+ + + + + + + + + + + + + + + + diff --git a/public/bower_components/admin-lte/pages/layout/top-nav.html b/public/bower_components/admin-lte/pages/layout/top-nav.html new file mode 100644 index 0000000..d933173 --- /dev/null +++ b/public/bower_components/admin-lte/pages/layout/top-nav.html @@ -0,0 +1,293 @@ + + + + + + AdminLTE 2 | Top Navigation + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ +
+

+ Top Navigation + Example 2.0 +

+ +
+ + +
+
+

Tip!

+ +

Add the layout-top-nav class to the body tag to get this layout. This feature can also be used with a + sidebar! So use this class if you want to remove the custom dropdown menus from the navbar and use regular + links instead.

+
+
+

Warning!

+ +

The construction of this layout differs from the normal one. In other words, the HTML markup of the navbar + and the content will slightly differ than that of the normal layout.

+
+
+
+

Blank Box

+
+
+ The great content goes here +
+ +
+ +
+ +
+ +
+ + +
+ + + + + + + + + + + + + + + + -- cgit v1.2.3