MainPage.html
2.76 KB
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
<div class="bodyWrap row">
<!--Sidebar-->
<div class="sidebar pull-left">
<ul class="nav nav-sidebar">
<li><a href="#da-view-list">Dissectible Anatomy</a></li>
<li><a href="atlas-anatomy.html">Atlas Anatomy</a></li>
<li><a href="3d-anatomy.html">3D Anatomy</a></li>
<li><a href="clinical-illustrations.html">Clinical Illustrations</a></li>
<li><a href="clinical-animations.html">Clinical Animations</a></li>
<li><a href="http://aia5.adam.com/content.aspx?productId=117&ref=www.interactiveanatomy.com&url=aia5.adam.com" target="_blank">Encyclopedia</a></li>
<li><a href="curriculum-builder.html">Curriculum Builder</a></li>
<li><a href="anatomy-tests.html">Anatomy Tests</a></li>
<li><a href="http://182.19.10.91:92/IPWeb10/index.aspx" target="_blank">IP 10</a></li>
<li><a href="lab-exercises.html">Lab Exercises</a></li>
<li><a href="http://182.19.10.91:92/IndepthHome.aspx" target="_blank">In-Depth Reports</a></li>
<li><a href="http://182.19.10.91:92/CAMHome.aspx" target="_blank">Complementary and Alternative Medicine</a></li>
<li><a href="adam-images.html">A.D.A.M Images</a></li>
<li><a href="http://aia5.adam.com/content.aspx?productId=25&ref=www.interactiveanatomy.com&url=aia5.adam.com" target="_blank">Body Guide</a></li>
<li><a href="http://aia5.adam.com/content.aspx?productId=44&pid=44&gid=000001&ref=www.interactiveanatomy.com&url=aia5.adam.com" target="_blank">Symptom Navigator</a></li>
<li><a href="http://aia5.adam.com/content.aspx?productId=20&ref=www.interactiveanatomy.com&url=aia5.adam.com" target="_blank">The Wellness Tools</a></li>
<li><a href="adamondemand.html">A.D.A.M OnDemand</a></li>
</ul>
</div>
<div class="main">
<div class="col-sm-12">
<div ng-view></div>
</div>
</div>
</div>
<script>
$(function () {
$("#slider-range-min-2").slider({
range: "min",
min: 1,
max: 60,
value: 10,
slide: function (event, ui) {
$("#amount-2").val(ui.value);
}
});
$("#amount-2").val($("#slider-vertical-2").slider("value"));
$(function () {
$('[data-toggle="tooltip"]').tooltip();
})
});
</script>
<script>
(function ($) {
$(window).load(function () {
$(".sidebar").mCustomScrollbar({
autoHideScrollbar: true,
//theme:"rounded"
});
});
})(jQuery);
</script>
<script>
$(function () {
$(".modal").draggable();
});
</script>