Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/English_Animal_Identification/index.html
diff options
context:
space:
mode:
authorBryan Berry <bryan@olenepal.org>2010-01-08 08:15:46 (GMT)
committer Bryan Berry <bryan@olenepal.org>2010-01-08 08:15:46 (GMT)
commit93dbbf6a2b14845ff871e70a8388821408f7ce17 (patch)
tree930ac967bcd78dbeb729eee33db13f50376b5681 /examples/English_Animal_Identification/index.html
parent44f293262a8b9c9205b9fbe55872cf8f1105acc1 (diff)
scoreboard now laid out properly when horizontal. Now need to move all css rules to .css file
Diffstat (limited to 'examples/English_Animal_Identification/index.html')
-rwxr-xr-xexamples/English_Animal_Identification/index.html18
1 files changed, 10 insertions, 8 deletions
diff --git a/examples/English_Animal_Identification/index.html b/examples/English_Animal_Identification/index.html
index 51f7c6b..20b5e85 100755
--- a/examples/English_Animal_Identification/index.html
+++ b/examples/English_Animal_Identification/index.html
@@ -8,7 +8,7 @@
<link type="image/ico" rel="icon" href="../../assets/default/image/favicon.ico" />
<link rel="stylesheet" type="text/css"
href="css/ui.all.css" />
- <link type="text/css" rel="stylesheet" href="css/lesson.css" />
+ <link type="text/css" rel="stylesheet" href="css/my.css" />
<script type="text/javascript" src="../../js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="./js/ui.core.js"></script>
<script type="text/javascript" src="./js/ui.scoreboard.js"></script>
@@ -18,25 +18,27 @@
<body>
<div id ="scoreArea">
<form name="scoreDisplay">
- <b>Score:</b> <input type="text" size="1" name="score"/>
+ <b>Score:</b> <input type="text" size="1" name="score"/>
<b>Total:</b> <input type="text" size="1" name="total"/>
</form>
<a href="#" id="anchorPlayAgain"><img class="playAgain" src="assets/image/play_again.jpg" alt="" /></a>
</div>
<div id="scoreArea2">
</div>
- <div id="fooDiv">
- <button class="ui-state-active ui-corner-all">
- <span class="ui-icon ui-icon-arrowreturn-1-s"></span>foobutton
- </button>
- </div>
+ <button class="fg-button ui-state-default ui-priority-primary ui-corner-all" type="submit">
+ Button
+ </button>
+ <a href="#" class="fg-button ui-state-default ui-priority-secondary ui-corner-all">Link</a>
+ <button class="fg-button ui-state-default ui-state-disabled ui-corner-all">Disabled button</button>
<div id="gameArea">
<div id="questionBox">What is this?</div>
<img class = "imageBox" id="imgObject" src="" alt=""/>
<img class="checkedOption" id="check" src="" alt=""/>
<div id="options">
- <a href="#" id="anchorOpt0"><img class="optImg" id="option0" src="" alt=""/></a>
+ <a href="#" id="anchorOpt0">
+ <img class="optImg" id="option0" src="" alt=""/>
+ </a>
<a href="#" id="anchorOpt1"><img class="optImg" id="option1" src="" alt=""/></a>
<a href="#" id="anchorOpt2"><img class="optImg" id="option2" src="" alt=""/></a>
<a href="#" id="anchorOpt3"><img class="optImg" id="option3" src="" alt=""/></a>