Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/utils/i18n/test.html
blob: 7f481cf4d391721432840163272fb71b3cd257c2 (plain)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" dir="ltr">
<head>
<meta name="keywords" content="karma,javascript,html5,sugar,sugarlabs,gsoc,ole,nepal" />

<link rel="shortcut icon" href="http://karma.sugarlabs.org/favicon.ico" />

<style type="text/css">

#scoreboard { border: 1px solid black;
	      width: 300px;
	      height: 50px;}

</style>
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="js/jquery.jgrowl_minimized.js"></script>


</head>

<body>
<div id="main">
<div id="scoreboard" class="horizontal_elements translate">
  <label id="lblScore">The score is</label>
  <label id="txtScore">0</label>
</div>
<div id="buttons" class="horizontal_elements translate">
<button id="btnYes">Yes</button>
<button id="btnNo">No!</button>
<button id="btnRestart">Restart</button>
</div>
</div>



</body>
</html>