-
Notifications
You must be signed in to change notification settings - Fork 5
/
notification.html
39 lines (39 loc) · 1.82 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
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<!--
Copyright (c) 2011, 2012 Fluidinfo. All rights reserved. Use of this
source code is governed by the Apache license, which can be found
in the LICENSE file.
-->
<html>
<head>
<link type="text/css" rel="stylesheet" href="notification.css"/>
<link type="text/css" rel="stylesheet" href="domains/lexisnexis.com.css"/>
<link type="text/css" rel="stylesheet" href="domains/oreilly.com.css"/>
<link type="text/css" rel="stylesheet" href="domains/radar.oreilly.com.css"/>
<link type="text/css" rel="stylesheet" href="domains/sportsdirect.com.css"/>
<link type="text/css" rel="stylesheet" href="domains/telegraph.co.uk.css"/>
<script type="text/javascript" src="jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="mustache.js"></script>
<script type="text/javascript" src="global.js"></script>
<script type="text/javascript" src="values.js"></script>
<script type="text/javascript" src="domains/parse.js"></script>
<script type="text/javascript" src="domains/lexisnexis.com.js"></script>
<script type="text/javascript" src="domains/oreilly.com.js"></script>
<script type="text/javascript" src="domains/radar.oreilly.com.js"></script>
<script type="text/javascript" src="domains/sportsdirect.com.js"></script>
<script type="text/javascript" src="domains/telegraph.co.uk.js"></script>
<script type="text/javascript" src="domains/domains.js"></script>
<script type="text/javascript" src="notification.js"></script>
</head>
<body>
<img id="logo" src="images/logo-19.png"/>
<p id="fi_notification_intro">
<span id="fi_title">People you follow have added info to</span>:<br/>
<span id="fi_url">URL</span>
<a href="#" id="fi_open_sidebar">View in sidebar</a>.
</p>
<p>
<div id="fi_tags"></div>
</p>
</body>
</html>