-
Notifications
You must be signed in to change notification settings - Fork 0
/
fiaoriginal.html
66 lines (63 loc) · 3.01 KB
/
fiaoriginal.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>TTW12</title>
<meta name="keywords" content="FIA, future, information, umd, umcp" />
<link rel="stylesheet" type="text/css" href="lib/jquery-ui/css/smoothness/jquery-ui-1.8.16.custom.css" />
<link rel="stylesheet" type="text/css" href="styles/FIAmain.css?version=201201201054" />
<!--[if IE]><link rel="stylesheet" type="text/css" href="/styles/IEhacks.css" /><![endif]-->
<script type="text/javascript" src="lib/jquery-1.6.4.min.js"></script>
<script text="text/javascript" src="lib/jquery-ui/js/jquery-ui-1.8.16.custom.min-patched.js"></script>
<!--[if IE]><script type="text/javascript" src="/lib/excanvas_r3/excanvas.js" charset="utf-8"></script><![endif]-->
<script type="text/javascript" src="lib/jquery.bt.min.js" charset="utf-8"></script>
<script type="text/javascript" src="lib/jquery.getUrlParam.js"></script>
<script type="text/javascript" src="lib/fiadata.js?version=201201201054"></script>
<script type="text/javascript" src="lib/fia.js?version=201201201054"></script>
<link type="text/css" rel="stylesheet" href="lib/umd.tweets/tweets.css" />
<script type="text/javascript" src="lib/jquery.timeago.js"></script>
<script type="text/javascript" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script type="text/javascript" src="lib/umd.tweets/tweets.js"></script>
</style>
<script type="text/javascript">
$(document).ready(function() {
initDBTwitterFeed('#twitter-feed2', 'news', 10);
initDBTwitterFeed('#twitter-feed3', 'ideas', 10);
initTwitterFeed('twitter-feed1', BASE_HASHTAG, 6000, 200, 540);
return false;
});
</script>
</head>
<body>
<div class="container">
<div class="leftbar" style="float: left">
<div style="margin-top: 25px"><!--#include virtual="includes/leftbar.html"--></div>
</div>
<div class="rightarea">
<div class="content" style="float:left; background:white">
<div style="margin-top: 25px">
<table style="width: 100%" cellspacing="0">
<tr style="vertical-align:top">
<td style="width:33%">
<h1><span class="searchtags"><a href="community/twfeed.shtml">#ttw12</a></span>
<a class="helpmarker" title="Read what's up in the ttw12. Add the hashtag #FIAumd to your tweets to share your thoughts."> ? </a></h1>
<div id="twitter-feed1" class="twitter-feed"></div>
</td>
<td style="width:33%">
<h1><span class="searchtags"><a href="community/twfeed.shtml?tag=news">#ttw12 #news</a></span>
<a class="helpmarker" title="Read all the current ttw12 news"> ? </a></h1>
<div id="twitter-feed2" class="twitter-feed" style="width:98%; height: 540px"></div>
</td>
<td style="width:33%">
<h1><span class="searchtags"><a href="community/twfeed.shtml?tag=ideas">#ttw12 #ideas</a></span>
<a class="helpmarker" title="Share your ideas with the ttw12 community by adding the hashtags #ttw12 #ideas to your tweets."> ? </a></h1>
<div id="twitter-feed3" class="twitter-feed" style="width:98%; height: 540px"></div>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</body>
</html>