Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/English_Matching_Words_and_Objects/.tmp_index.html.488~
diff options
context:
space:
mode:
Diffstat (limited to 'examples/English_Matching_Words_and_Objects/.tmp_index.html.488~')
-rwxr-xr-xexamples/English_Matching_Words_and_Objects/.tmp_index.html.488~27
1 files changed, 27 insertions, 0 deletions
diff --git a/examples/English_Matching_Words_and_Objects/.tmp_index.html.488~ b/examples/English_Matching_Words_and_Objects/.tmp_index.html.488~
new file mode 100755
index 0000000..eb857b0
--- /dev/null
+++ b/examples/English_Matching_Words_and_Objects/.tmp_index.html.488~
@@ -0,0 +1,27 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <title>Math_Matching Words and Objects</title>
+ <meta name="keywords" content="karma,javascript,html5,sugar,sugarlabs,gsoc,ole,nepal,Match, Words, Objects" />
+ <link type="text/css" rel="stylesheet" href="css/lesson.css" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <link type="image/ico" rel="icon" href="../../assets/default/images/favicon.ico" />
+ <link type="text/css" rel="stylesheet" href="css/lesson.css" />
+ <script type="text/javascript" src="js/jquery-1.3.2.js"></script>
+ <script type="text/javascript" src="js/lesson.js"></script>
+
+</head>
+<body>
+ <div id="gameArea">
+ <script type = "text/javascript">
+ for(var i=0; i<30; i++){
+ document.write('<a href="#" onclick="store_clicked_object('+objrand[i]+')">');
+ document.write('<img class="notMatched" id="object'+objrand[i]+'" src ="" alt="" />');
+ document.write('</a>');
+ }
+ //id="anchorObject'+i+'""
+ </script>
+ </div>
+
+</body>
+</html> \ No newline at end of file