-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
91 lines (77 loc) · 3.14 KB
/
index.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" media="screen" type="text/css" href="css/colorpicker.css" />
<script type="text/javascript" src="js/jquery-1.5.min.js"></script>
<script type="text/javascript" src="js/jquery.query.js"></script>
<script type="text/javascript" src="js/colorpicker.js"></script>
<script type="text/javascript" src="js/viewport.js"></script>
<script type="text/javascript" src="js/someplugins.js"></script>
<script type="text/javascript" src="tw.js"></script>
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen"/>
<title>Twitter Wall</title>
</head>
<body>
<div id="logo" class="reveal"><img src="images/loader.gif" /><div id="pub">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-8359775803550243";
/* annonce twitter wall */
google_ad_slot = "5047534204";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div></div>
<div id="setupform">
<form method="GET">
<h2>Setup form for twitter wall</h2>
<span>
<i>no advertise when you use the wall</i>
</span>
<span>
<label for="twrequest">The twitter request you want to make</label>
<input type="text" name="twrequest" value="#javascript OR #js" />
</span>
<span>
<label for="hashtag">The #hastag you want display</label>
<input type="text" name="hashtag" value="#javascript" />
</span>
<span>
<label for="img">The picture url</label>
<input type="text" name="img" value="http://i.imgur.com/UjRpT.jpg" />
</span>
<span>
<label for="colorborder">The color of the borders</label>
<input class="colorpick" type="text" name="colorborder" value="4477bb" />
</span>
<span>
<label for="colorlink">The color of the links</label>
<input class="colorpick" type="text" name="colorlink" value="225599" />
</span>
<span>
<label for="colorpseudo">The color of the pseudos and hastags</label>
<input class="colorpick" type="text" name="colorpseudo" value="DD5555" />
</span>
<span>
</span>
<input type="submit" />
</form>
<div>made by <a href="http://twitter.com/waxzce">@waxzce</a></div>
</div>
<div id="hashtag" class="reveal">Twitter wall by <a href="http://twitter.com/waxzce">@waxzce</a></div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-21533263-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<div id="copyrigth"><a href="http://tw.waxzce.org">http://tw.waxzce.org</a> is a <a href="http://twitter.com/waxzce">@waxzce</a> project.</div>
</body>
</html>