source: js/viewer-f0/index.html @ 143

Last change on this file since 143 was 143, checked in by mmichalski, 10 years ago

Load NeuroClass? from f0def.xml and load correct xml from server

File size: 1.1 KB
Line 
1<!DOCTYPE html>
2<html>
3<head>
4    <title></title>
5    <link rel="stylesheet" type="text/css" href="css/styles.css">
6</head>
7<body>
8<script src="js/library/jquery-1.11.0.min.js"></script>
9<script src="js/library/three.min.js"></script>
10<script src="js/library/TrackballControls.js"></script>
11<script src="js/Structures/Model.js"></script>
12<script src="js/Structures/Part.js"></script>
13<script src="js/Structures/Joint.js"></script>
14<script src="js/Structures/Neuro.js"></script>
15<script src="js/Structures/NeuroConn.js"></script>
16<script src="js/graphicsEngine.js"></script>
17<script src="js/NeuronDrawer.js"></script>
18<script src="js/SmartLayout.js"></script>
19<script src="js/Structures/NeuroClass.js"></script>
20<script src="js/main.js"></script>
21
22
23<div class="cont" id="container"></div>
24<div class="cont" id="containerNeuron"></div>
25
26<div id="menu">
27    <textarea id="geno">//0&#13;&#10;p:</textarea>
28    <div><input type="checkbox" id="axisBox"> Show axis for parts </input></div>
29    <div>
30        <!-- Wywołanie openWindow z main.js-->
31        <button onclick="openWindow()">Render</button>
32    </div>
33
34</div>
35
36
37</body>
38</html>
Note: See TracBrowser for help on using the repository browser.