src/main/webapp/entity/notif.html
changeset 108 ef4e3e0ef83f
parent 41 216eac8b08b4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/main/webapp/entity/notif.html	Tue Apr 23 10:36:04 2013 +0200
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+  <body class="lift:content_id=main">
+    <div id="main" class="lift:surround?with=notification;at=content">
+      <div class="row">
+        <div class="span12">
+          <span class="lift:note"></span>
+        </div>
+      </div> <!-- /row -->
+      <div class="row">
+        <div class="span12">
+          <span class="lift:panel"></span>
+        </div>
+      </div> <!-- /row -->
+    </div>
+  </body>
+</html>
+
+