forked from eduardo/planning-poker-timer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (58 loc) · 2.92 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
<!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="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<title>Planning Poker timer</title>
<script src="javascripts/prototype.js" type="text/javascript"></script>
<script src="javascripts/scriptaculous.js" type="text/javascript"></script>
<script src="javascripts/planning_poker_timer.js" type="text/javascript"></script>
<link href="stylesheets/style.css" rel="stylesheet" type="text/css" />
</head>
<body id="body" class="green">
<h1 id="time"> </h1>
<div id="info">
<h2>Planning Poker Timer</h2>
<h3>By <a href="http://blog.aslakhellesoy.com/">Aslak Hellesøy</a></h3>
<noscript>
<h2 class="black">Javascript is disabled. It must be enabled!</h2>
</noscript>
<div class="tip-container">
<div class="tip">
<h3 class="yellow"><a href="?precision=1&time=600&initialColour=00ff00&colours[60]=ff0000&colours[0]=000000">LYNTALE</a></h3>
<a href="?precision=1&time=600&initialColour=00ff00&colours[60]=ff0000&colours[0]=000000">10 minutter, hvert sek</a>
</div>
</div>
<div class="tip-container">
<div class="tip">
<h3 class="black"><a href="?precision=1&time=1200&initialColour=00ff00&colours[120]=ff0000&colours[0]=000000">TORDENTALE</a></h3>
<a href="?precision=1&time=1200&initialColour=00ff00&colours[120]=ff0000&colours[0]=000000">TORDENTALE</a>
</div>
</div>
<div class="tip-container">
<div class="tip">
<h3 class="red"><a href="?precision=1&time=5&initialColour=00ff00&colours[2]=ff0000&colours[0]=000000">TEST</a></h3>
<a href="?precision=1&time=5&initialColour=00ff00&colours[2]=ff0000&colours[0]=000000">TEST</a>
</div>
</div>
<div class="tip-container">
<div class="tip">
<h3 class="purple">FULL SCREEN</h3>
Make the text bigger to fill the whole screen. This is CMD+ or CTRL+ in most browsers - or via the menu if you're using IE.
</div>
</div>
<div class="tip-container">
<div class="tip">
<h3 class="green">FREE</h3>
<a class="cc" rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">
<img class="cc" alt="Creative Commons License" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png"/>
</a>
<a href="http://validator.w3.org/check?uri=referer">
<img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" />
</a>
<br/>
This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 Unported License</a>.
</div>
</div>
</body>
</html>