forked from kdzwinel/Context
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotification.html
26 lines (22 loc) · 1.11 KB
/
notification.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<html>
<head>
<meta charset="utf-8">
<title data-i18n="context_options"></title>
<link rel="stylesheet" href="css/ui-lightness/jquery-ui-1.8.17.custom.css" type="text/css" />
<link rel="stylesheet" href="css/main.css" type="text/css" />
<script src="js/libs/jquery-1.7.1.min.js"></script>
<script src="js/libs/jquery-ui-1.8.17.custom.min.js"></script>
<script src="js/classes/Configuration.class.js"></script>
<script src="js/classes/ExtensionsManager.class.js"></script>
<script src="js/classes/ContextsManager.class.js"></script>
<script src="js/notification.js"></script>
</head>
<body id='notification'>
<p><span data-i18n="extension_installed_1"></span> "<span id='extensionName'></span>" <span data-i18n="extension_installed_2"></span>. <span data-i18n="add_to_contexts"></span>:</p>
<ul class='simple-list'>
</ul>
<p><span data-i18n="or_add_it_to"></span>: <span id='always_enabled' class="inline-selectable ui-widget-content ui-corner-all" data-i18n="always_enabled_extensions"></span></p>
<button id='save' data-i18n="save"></button>
<button id='do_nothing' data-i18n="cancel"></button>
</body>
</html>