Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shared/style/status/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'shared/style/status/index.html')
-rw-r--r--shared/style/status/index.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/shared/style/status/index.html b/shared/style/status/index.html
new file mode 100644
index 0000000..b440de2
--- /dev/null
+++ b/shared/style/status/index.html
@@ -0,0 +1,35 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8">
+
+ <title>Status</title>
+ <meta name="description" content="Most common used after Multi-Select edit, to confirm user action, and optional provide 'Undo' input">
+
+ <link rel="stylesheet" href="../status.css">
+
+ <!--
+ This <style> and <link> is only used for the example code, is no needed for the real case use
+ -->
+ <style>
+ html, body {
+ margin: 0;
+ padding: 0;
+ font-size: 10px;
+ background-color: #fff;
+ }
+
+ body {
+ background: none;
+ }
+ </style>
+</head>
+
+<body role="application">
+
+ <section role="status">
+ <p>The Alarm is set for <strong>7 hours</strong> and <strong>14 minutes</strong> from now</p>
+ </section>
+
+</body>
+</html> \ No newline at end of file