Add seed code for sdnr app based on ONF Centennial
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / apps / dlux / dlux-web / src / common / topbar / notifications.tpl.html
diff --git a/sdnr/wireless-transport/code-Carbon-SR1/apps/dlux/dlux-web/src/common/topbar/notifications.tpl.html b/sdnr/wireless-transport/code-Carbon-SR1/apps/dlux/dlux-web/src/common/topbar/notifications.tpl.html
new file mode 100644 (file)
index 0000000..cefa739
--- /dev/null
@@ -0,0 +1,25 @@
+<li class="dropdown">
+    <a data-toggle="dropdown" class="dropdown-toggle" href="">
+        <i class="icon-bell-alt icon-animated-bell"></i>
+        <span class="badge badge-important">{{ notifs.count }}</span>
+    </a>
+    <ul class="dropdown-menu dropdown-alerts">
+        <li ng-repeat="notif in notifs.latest">
+            <a href="#">
+                
+                <div>
+                    <i class="btn btn-xs no-hover {{notif.iconClass}} {{notif.icon}}"></i>{{notif.title}}
+                    <span class="pull-right text-muted small">4 minutes ago</span>                 
+                </div>
+            </a>
+        </li>
+
+
+        <li>
+            <a href="#" class="text-center">
+                <strong>See all notifications</strong>
+                <i class="icon-arrow-right"></i>
+            </a>
+        </li>
+    </ul>
+</li>
\ No newline at end of file