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/UI/timeline.html | 913 +++++++++++++++++++++ 1 file changed, 913 insertions(+) create mode 100644 public/bower_components/admin-lte/pages/UI/timeline.html (limited to 'public/bower_components/admin-lte/pages/UI/timeline.html') diff --git a/public/bower_components/admin-lte/pages/UI/timeline.html b/public/bower_components/admin-lte/pages/UI/timeline.html new file mode 100644 index 0000000..a669da6 --- /dev/null +++ b/public/bower_components/admin-lte/pages/UI/timeline.html @@ -0,0 +1,913 @@ + + + + + + AdminLTE 2 | Timeline + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + + + +
+ +
+

+ Timeline + example +

+ +
+ + +
+ + +
+
+ +
    + +
  • + + 10 Feb. 2014 + +
  • + + +
  • + + +
    + 12:05 + +

    Support Team sent you an email

    + +
    + Etsy doostang zoodles disqus groupon greplin oooj voxy zoodles, + weebly ning heekya handango imeem plugg dopplr jibjab, movity + jajah plickers sifteo edmodo ifttt zimbra. Babblely odeo kaboodle + quora plaxo ideeli hulu weebly balihoo... +
    + +
    +
  • + + +
  • + + +
    + 5 mins ago + +

    Sarah Young accepted your friend request

    +
    +
  • + + +
  • + + +
    + 27 mins ago + +

    Jay White commented on your post

    + +
    + Take me to your leader! + Switzerland is small and neutral! + We are more like Germany, ambitious and misunderstood! +
    + +
    +
  • + + +
  • + + 3 Jan. 2014 + +
  • + + +
  • + + +
    + 2 days ago + +

    Mina Lee uploaded new photos

    + +
    + ... + ... + ... + ... +
    +
    +
  • + + +
  • + + +
    + 5 days ago + +

    Mr. Doe shared a video

    + +
    +
    + +
    +
    + +
    +
  • + +
  • + +
  • +
+
+ +
+ + +
+
+
+
+

Timeline Markup

+
+
+
+<ul class="timeline">
+
+    <!-- timeline time label -->
+    <li class="time-label">
+        <span class="bg-red">
+            10 Feb. 2014
+        </span>
+    </li>
+    <!-- /.timeline-label -->
+
+    <!-- timeline item -->
+    <li>
+        <!-- timeline icon -->
+        <i class="fa fa-envelope bg-blue"></i>
+        <div class="timeline-item">
+            <span class="time"><i class="fa fa-clock-o"></i> 12:05</span>
+
+            <h3 class="timeline-header"><a href="#">Support Team</a> ...</h3>
+
+            <div class="timeline-body">
+                ...
+                Content goes here
+            </div>
+
+            <div class="timeline-footer">
+                <a class="btn btn-primary btn-xs">...</a>
+            </div>
+        </div>
+    </li>
+    <!-- END timeline item -->
+
+    ...
+
+</ul>
+                  
+
+ +
+ +
+ +
+ + +
+ +
+ + + + + + + + +
+
+ + + + + + + + + + + + + + -- cgit v1.2.3