MainPage.html 2.76 KB
<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>