aboutsummaryrefslogtreecommitdiff
path: root/tools/addon-sdk-1.5/examples/annotator/data/list/annotation-list.html
diff options
context:
space:
mode:
Diffstat (limited to 'tools/addon-sdk-1.5/examples/annotator/data/list/annotation-list.html')
-rw-r--r--tools/addon-sdk-1.5/examples/annotator/data/list/annotation-list.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/tools/addon-sdk-1.5/examples/annotator/data/list/annotation-list.html b/tools/addon-sdk-1.5/examples/annotator/data/list/annotation-list.html
new file mode 100644
index 0000000..32a5409
--- /dev/null
+++ b/tools/addon-sdk-1.5/examples/annotator/data/list/annotation-list.html
@@ -0,0 +1,26 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+
+<html>
+<head>
+ <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+ <title>Saved annotations</title>
+ <link rel="stylesheet" type="text/css" href="annotation-list.css" />
+</head>
+<body>
+
+<div id="annotation-list">
+</div>
+
+<div id="template">
+ <div class="annotation-details">
+ <a class="url"></a>
+ <div class="selection-text"></div>
+ <div class="annotation-text"></div>
+ </div>
+</div>
+
+</body>
+
+</html>