forked from wingman007/fmi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6afb7a8
commit 553556b
Showing
6 changed files
with
149 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Experiment page for Dojo</title> | ||
<link rel="stylesheet" href="css/exp_dojo.css" type="text/css" medea="screen" title="exp_dojo" /> | ||
<!-- CDN works it is not blocked by CLoid 9--> | ||
<script src="//ajax.googleapis.com/ajax/libs/dojo/1.8.3/dojo/dojo.js" data-dojo-config="async: true"></script> | ||
<!-- script src="../public/js/dojo.js" | ||
data-dojo-config="async: true"></script --> | ||
<script src="js/exp_dojo.js"></script> | ||
</head> | ||
<body> | ||
<h1>Exp for Dojo</h1> | ||
<div>This is a div element</div> | ||
<p class="details">I am a detail</p> | ||
<div id="myDiv">I should be replaced by Dojo</div> | ||
<p id="someNode">Some node</p> | ||
<h1 id="greeting">Welcome</h1> | ||
</body> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Experiment page for Dojo</title> | ||
<link rel="stylesheet" href="css/exp_dojo.css" type="text/css" medea="screen" title="exp_dojo" /> | ||
<!-- CDN works it is not blocked by CLoid 9--> | ||
<script src="//ajax.googleapis.com/ajax/libs/dojo/1.8.3/dojo/dojo.js" data-dojo-config="async: true"></script> | ||
<!-- script src="../public/js/dojo.js" | ||
data-dojo-config="async: true"></script --> | ||
<script src="js/exp_dojo.js"></script> | ||
</head> | ||
<body> | ||
<h1>Exp for Dojo</h1> | ||
<div>This is a div element</div> | ||
<p class="details">I am a detail</p> | ||
<div id="myDiv">I should be replaced by Dojo</div> | ||
<p id="someNode">Some node</p> | ||
<h1 id="greeting">Welcome</h1> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Exp BG</title> | ||
<link rel="stylesheet" href="css/exp_bg.css" type="text/css" medea="screen" title="exp_bg" /> | ||
<script src="js/dojo.js" type="text/javascript"></script> | ||
</head> | ||
<body> | ||
<h1>Exp BG</h1> | ||
<div id="myDiv">Test</div> | ||
<script src="js/exp_dojo_bg.js" type="text/javascript"></script> | ||
</body> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Exp BG</title> | ||
<link rel="stylesheet" href="css/exp_bg.css" type="text/css" medea="screen" title="exp_bg" /> | ||
<script src="js/dojo.js" type="text/javascript"></script> | ||
</head> | ||
<body> | ||
<h1>Exp BG</h1> | ||
<div id="myDiv">Test</div> | ||
<script src="js/exp_dojo_bg.js" type="text/javascript"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Exp BG</title> | ||
<link rel="stylesheet" href="css/exp_bg.css" type="text/css" medea="screen" title="exp_bg" /> | ||
<!-- script src="http://code.jquery.com/jquery-1.9.1.min.js"></script --> | ||
<!-- script src="http://code.jquery.com/jquery-migrate-1.1.1.min.js"></script --> | ||
<script src="../public/js/jquery-1.7.2.min.js" type="text/javascript"></script> | ||
</head> | ||
<body> | ||
<h1>Exp BG</h1> | ||
<div id="myDiv">Test</div> | ||
<script src="js/exp_jquery_bg.js" type="text/javascript"></script> | ||
</body> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Exp BG</title> | ||
<link rel="stylesheet" href="css/exp_bg.css" type="text/css" medea="screen" title="exp_bg" /> | ||
<!-- script src="http://code.jquery.com/jquery-1.9.1.min.js"></script --> | ||
<!-- script src="http://code.jquery.com/jquery-migrate-1.1.1.min.js"></script --> | ||
<script src="../public/js/jquery-1.7.2.min.js" type="text/javascript"></script> | ||
</head> | ||
<body> | ||
<h1>Exp BG</h1> | ||
<div id="myDiv">Test</div> | ||
<script src="js/exp_jquery_bg.js" type="text/javascript"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Experiment page for jQuery CDN </title> | ||
<link rel="stylesheet" href="css/exp_jquery.css" type="text/css" medea="screen" title="exp_jquery" /> | ||
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> | ||
<script src="http://code.jquery.com/jquery-migrate-1.1.1.min.js"></script> | ||
<!-- script src="../public/js/jquery-1.9.1.min.js" type="text/javascript"></script --> | ||
<script src="js/exp_jquery.js" type="text/javascript"></script> | ||
</head> | ||
<body> | ||
<h1>Exp for jQuery CDN</h1> | ||
<div>This is a div element</div> | ||
<p class="details">I am a detail</p> | ||
</body> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Experiment page for jQuery CDN </title> | ||
<link rel="stylesheet" href="css/exp_jquery.css" type="text/css" medea="screen" title="exp_jquery" /> | ||
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> | ||
<script src="http://code.jquery.com/jquery-migrate-1.1.1.min.js"></script> | ||
<!-- script src="../public/js/jquery-1.9.1.min.js" type="text/javascript"></script --> | ||
<script src="js/exp_jquery.js" type="text/javascript"></script> | ||
</head> | ||
<body> | ||
<h1>Exp for jQuery CDN</h1> | ||
<div>This is a div element</div> | ||
<p class="details">I am a detail</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,70 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Experiment page for jQuery</title> | ||
<link rel="stylesheet" href="css/exp_jquery.css" type="text/css" medea="screen" title="exp_jquery" /> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Experiment page for jQuery</title> | ||
<link rel="stylesheet" href="css/exp_jquery.css" type="text/css" medea="screen" title="exp_jquery" /> | ||
|
||
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.1/themes/base/jquery-ui.css" /> | ||
<script src="http://code.jquery.com/jquery-1.9.1.js"></script> | ||
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.1/themes/base/jquery-ui.css" /> | ||
<script src="http://code.jquery.com/jquery-1.9.1.js"></script> | ||
<script src="http://code.jquery.com/ui/1.10.1/jquery-ui.js"></script> | ||
<script> | ||
$(function() { | ||
$( "#accordion" ).accordion(); | ||
}); | ||
<script> | ||
$(function() { | ||
$( "#accordion" ).accordion(); | ||
}); | ||
</script> | ||
</head> | ||
<body> | ||
<h1>Exp for jQuery</h1> | ||
<div>This is a div element</div> | ||
<p class="details">I am a detail</p> | ||
</head> | ||
<body> | ||
<h1>Exp for jQuery</h1> | ||
<div>This is a div element</div> | ||
<p class="details">I am a detail</p> | ||
|
||
<div id="accordion"> | ||
<h3>Section 1</h3> | ||
<div> | ||
<p> | ||
Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer | ||
ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit | ||
amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut | ||
odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate. | ||
</p> | ||
</div> | ||
<h3>Section 2</h3> | ||
<div> | ||
<p> | ||
Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet | ||
purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor | ||
velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In | ||
suscipit faucibus urna. | ||
</p> | ||
</div> | ||
<h3>Section 3</h3> | ||
<div> | ||
<p> | ||
Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. | ||
Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero | ||
ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis | ||
lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui. | ||
</p> | ||
<ul> | ||
<li>List item one</li> | ||
<li>List item two</li> | ||
<li>List item three</li> | ||
</ul> | ||
</div> | ||
<h3>Section 4</h3> | ||
<div> | ||
<p> | ||
Cras dictum. Pellentesque habitant morbi tristique senectus et netus | ||
et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in | ||
faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia | ||
mauris vel est. | ||
</p> | ||
<p> | ||
Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus. | ||
Class aptent taciti sociosqu ad litora torquent per conubia nostra, per | ||
inceptos himenaeos. | ||
</p> | ||
</div> | ||
<div id="accordion"> | ||
<h3>Section 1</h3> | ||
<div> | ||
<p> | ||
Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer | ||
ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit | ||
amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut | ||
odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate. | ||
</p> | ||
</div> | ||
<h3>Section 2</h3> | ||
<div> | ||
<p> | ||
Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet | ||
purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor | ||
velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In | ||
suscipit faucibus urna. | ||
</p> | ||
</div> | ||
<h3>Section 3</h3> | ||
<div> | ||
<p> | ||
Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. | ||
Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero | ||
ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis | ||
lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui. | ||
</p> | ||
<ul> | ||
<li>List item one</li> | ||
<li>List item two</li> | ||
<li>List item three</li> | ||
</ul> | ||
</div> | ||
<h3>Section 4</h3> | ||
<div> | ||
<p> | ||
Cras dictum. Pellentesque habitant morbi tristique senectus et netus | ||
et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in | ||
faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia | ||
mauris vel est. | ||
</p> | ||
<p> | ||
Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus. | ||
Class aptent taciti sociosqu ad litora torquent per conubia nostra, per | ||
inceptos himenaeos. | ||
</p> | ||
</div> | ||
</div> | ||
</body> | ||
</body> | ||
</html> |