forked from waxzce/TwitterWall
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (54 loc) · 2.04 KB
/
Copy pathindex.html
File metadata and controls
65 lines (54 loc) · 2.04 KB
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
<!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>Save the Bluths</title>
</head>
<body>
<div id="logo" class="reveal"><img src="images/loader.gif" /><div id="pub">
</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>
</body>
</html>