-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiris.html
52 lines (46 loc) · 1.83 KB
/
iris.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
40
41
42
43
44
45
46
47
48
49
50
51
52
<html>
<head>
<title>NewsByIris</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="search.js"></script>
<script src="news/newsFetch.js"></script>
<script src="twitter/twitterFetch.js"></script>
<script src="wikipedia/colors.js"></script>
<script type="text/javascript">
ExtraBottomMargin = .15;
</script>
<link rel="stylesheet" href="sigmajs/graph.css" />
<link rel="stylesheet" href="sigmajs/spinner.css" />
<script src="./sigmajs/sigma.min.js"></script>
<script src="./sigmajs/graph.js"></script>
</head>
<body>
<div id="message"></div>
<div id="portalName" class="txcolor1" ><a href="" target="_blank" ></a></div>
<div id="news">
<div id="newsContent"></div>
<div id="strLengthTest" class="lengthTest newsShort"></div>
<div id="ttlLengthTest" class="lengthTest newsTitle"></div>
</div>
<div id="graph">
<div id="searchContainer">
<img src="static_logo.png" alt="" id="logo">
<div id="searchWrapper">
<input type="text" id="searchInput" />
<button id="searchSubmit">Search</button>
<ul class="crumbs">
<li class="first"><a href="#" style="z-index:9;"><span></span>Blog Home</a></li>
</ul>
</div>
</div>
<div id="container"></div>
</div>
<div id="chat">
<div id="tweet">
<a href="https://twitter.com/share" class="twitter-share-button" data-text="Come discover News by IRIS!" data-size="large" data-lang="en">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
<div id="twitterContent"></div>
</div>
</body>