-
Notifications
You must be signed in to change notification settings - Fork 0
/
armstrong-artificial-hip.html
96 lines (71 loc) · 3.44 KB
/
armstrong-artificial-hip.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />
<!--uc libraries-->
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta charset="ISO-8859-1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<title>The UC Neil Armstrong Commemorative Archives Collection Artifacts: Artifical Hip</title>
<!--armstrong site-->
<link rel="stylesheet" media="screen" href="css/armstrong.css" />
<!--UC global nav-->
<link rel="stylesheet" media="screen" href="css/globalnav.css" />
<!--google fonts-->
<link href='http://fonts.googleapis.com/css?family=Numans|Days+One' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Pontano+Sans' rel='stylesheet' type='text/css' />
<!--scripts-->
<!--jquery-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
if (typeof jQuery == 'undefined'){
document.write(unescape('%3Cscript src="scripts/jquery-min.js" %3E%3C/script%3E'));
}
</script>
<!--nav script-->
<script src="scripts/armstrong-nav.js" type="text/javascript"></script>
<script type="text/javascript">
// hide URL field on the iPhone/iPod touch
function hideUrlBar() {
if (window.pageYOffset==0) {
window.scrollTo(0, 1);
// repeat every second for slow rendering pages
setTimeout(function() { hideUrlBar(); }, 3000);
}
}
</script>
</head>
<body onorientationchange="hideUrlBar();">
<div id="armstrong-wrapper" class="wrapper-3d-objects"><!--armstrong navigation menu-->
<!--#include virtual="includes/armstrong-nav-menu-large-3d-objects.inc"-->
<!--large 3d objects menu-->
<!--#include virtual="includes/armstrong-large-3d-objects-menu.inc"-->
<script type="text/javascript" src="3d-objects/object2vr_player.js"></script>
<script type="text/javascript" src="3d-objects/skin-large.js"></script>
<h1 class="hidden">The UC Neil Armstrong Commemorative Archives Collection Artifacts: Artifical Hip</h1>
<!--begin large artificial hip-->
<div id="wrapper-container-hip" class="wrapper-container">
<div id="container-artificial-hip-large" class="container-large">
This content requires HTML5 & Javascript or Adobe Flash Player Version 9 or higher.
</div>
<script type="text/javascript">
// create the object player with the container
obj=new object2vrPlayer("container-artificial-hip-large");
// add the skin object
skin=new object2vrSkin(obj);
// load the configuration
obj.readConfigUrl("3d-objects/artificial_hip/large/jpeg_out.xml");
// hide the URL bar on the iPhone
hideUrlBar();
</script>
<noscript>
<p><b>Please enable Javascript!</b></p>
</noscript>
<p class="large-3d-object-description">Artificial Hip developed by Armstrong<!-- and the HARP Research Group--></p>
</div>
<!--end large artificial hip-->
</div><!--end armstrong-wrapper-->
</body>
</html>