Commit 97686911967a5200bcca93a66d6eca0e5f9a86a9
1 parent
4ffad4e9
create other views
Showing
11 changed files
with
527 additions
and
9 deletions
400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj
... | ... | @@ -38,12 +38,16 @@ |
38 | 38 | <WarningLevel>4</WarningLevel> |
39 | 39 | </PropertyGroup> |
40 | 40 | <ItemGroup> |
41 | + <Content Include="app\controllers\3dAController.js" /> | |
41 | 42 | <Content Include="app\controllers\AuthenticationController.js" /> |
43 | + <Content Include="app\controllers\CIController.js" /> | |
42 | 44 | <Content Include="app\controllers\DAController.js" /> |
43 | 45 | <Content Include="app\controllers\HomeController.js" /> |
44 | 46 | <Content Include="app\main\AIA.js" /> |
45 | 47 | <Content Include="app\services\AuthenticationService.js" /> |
46 | 48 | <Content Include="app\services\load-json-service.js" /> |
49 | + <Content Include="app\views\3dA\3dA-view.html" /> | |
50 | + <Content Include="app\views\ci\ci-grid-view.html" /> | |
47 | 51 | <Content Include="app\views\da\da-body-view-list.html" /> |
48 | 52 | <Content Include="app\views\da\da-body-view.html" /> |
49 | 53 | <Content Include="app\views\da\da-view.html" /> | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js
0 → 100644
400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js
0 → 100644
400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js
... | ... | @@ -24,6 +24,20 @@ AIA.constant('pages', [ |
24 | 24 | pageController: 'DAController' |
25 | 25 | }, |
26 | 26 | { |
27 | + name: 'Clinical Illustration Grid View', | |
28 | + pageSlug: 'ci-grid-view', | |
29 | + pageUrl: 'app/views/ci/ci-grid-view.html', | |
30 | + pageController: 'CIController' | |
31 | + | |
32 | + }, | |
33 | + { | |
34 | + name: '3D Anatomy', | |
35 | + pageSlug: '3dA-view', | |
36 | + pageUrl: 'app/views/3dA/3dA-view.html', | |
37 | + pageController: '3dAController' | |
38 | + | |
39 | + }, | |
40 | + { | |
27 | 41 | name: 'home', |
28 | 42 | pageSlug: 'home', |
29 | 43 | pageUrl: 'app/widget/MainView.html', | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/views/3dA/3dA-view.html
0 → 100644
1 | +<div class="bodyWrap row "> | |
2 | + <div ng-include="'app/widget/MainMenu.html'" /> | |
3 | + <div class="main"> | |
4 | + | |
5 | + | |
6 | + <div class="col-sm-12"> | |
7 | + <div class="col-sm-3 col-lg-2"> | |
8 | + <div class="thumbnail"> | |
9 | + <a href="3d-anatomy-details.html"> | |
10 | + <img src="~/../content/images/8.jpg" alt="" title=""> | |
11 | + <div class="caption"> | |
12 | + <p>3D Heart</p> | |
13 | + </div> | |
14 | + </a> | |
15 | + </div> | |
16 | + </div> | |
17 | + <div class="col-sm-3 col-lg-2"> | |
18 | + <div class="thumbnail"> | |
19 | + <a href="3d-anatomy-details.html"> | |
20 | + <img src="~/../content/images/3d-2.jpg" alt="" title=""> | |
21 | + <div class="caption"> | |
22 | + <p>3D Lungs</p> | |
23 | + </div> | |
24 | + </a> | |
25 | + </div> | |
26 | + </div> | |
27 | + <div class="col-sm-3 col-lg-2"> | |
28 | + <div class="thumbnail"> | |
29 | + <a href="3d-anatomy-details.html"> | |
30 | + <img src="~/../content/images/3d-3.jpg" alt="" title=""> | |
31 | + <div class="caption"> | |
32 | + <p>3d Skull</p> | |
33 | + </div> | |
34 | + </a> | |
35 | + </div> | |
36 | + </div> | |
37 | + <div class="col-sm-3 col-lg-2"> | |
38 | + <div class="thumbnail"> | |
39 | + <a href="3d-anatomy-details.html"> | |
40 | + <img src="~/../content/images/3d-4.jpg" alt="" title=""> | |
41 | + <div class="caption"> | |
42 | + <p>3D Brain</p> | |
43 | + </div> | |
44 | + </a> | |
45 | + </div> | |
46 | + </div> | |
47 | + <div class="col-sm-3 col-lg-2"> | |
48 | + <div class="thumbnail"> | |
49 | + <a href="3d-anatomy-details.html"> | |
50 | + <img src="~/../content/images/3d-5.jpg" alt="" title=""> | |
51 | + <div class="caption"> | |
52 | + <p>3D Ear</p> | |
53 | + </div> | |
54 | + </a> | |
55 | + </div> | |
56 | + </div> | |
57 | + <div class="col-sm-3 col-lg-2"> | |
58 | + <div class="thumbnail"> | |
59 | + <a href="3d-anatomy-details.html"> | |
60 | + <img src="~/../content/images/3d-6.jpg" alt="" title=""> | |
61 | + <div class="caption"> | |
62 | + <p>3D Eye</p> | |
63 | + </div> | |
64 | + </a> | |
65 | + </div> | |
66 | + </div> | |
67 | + <div class="col-sm-3 col-lg-2"> | |
68 | + <div class="thumbnail"> | |
69 | + <a href="3d-anatomy-details.html"> | |
70 | + <img src="~/../content/images/3d-7.jpg" alt="" title=""> | |
71 | + <div class="caption"> | |
72 | + <p>3D Female Reproductive System</p> | |
73 | + </div> | |
74 | + </a> | |
75 | + </div> | |
76 | + </div> | |
77 | + <div class="col-sm-3 col-lg-2"> | |
78 | + <div class="thumbnail"> | |
79 | + <a href="3d-anatomy-details.html"> | |
80 | + <img src="~/../content/images/3d-8.jpg" alt="" title=""> | |
81 | + <div class="caption"> | |
82 | + <p>3D Male Reproductive System</p> | |
83 | + </div> | |
84 | + </a> | |
85 | + </div> | |
86 | + </div> | |
87 | + | |
88 | + | |
89 | + | |
90 | + | |
91 | + | |
92 | + </div> | |
93 | + | |
94 | + | |
95 | + </div> | |
96 | +</div> | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-grid-view.html
0 → 100644
1 | +<!--<div ng-app="AIA" ng-controller="CIController"> | |
2 | + <div ng-include="'MainMenu.html'"></div> | |
3 | + <div ng-init="openBodyView()" id="ciView"></div> | |
4 | + <div class=" ciView"> | |
5 | + <div>{{message}}</div> | |
6 | + </div> | |
7 | +</div>--> | |
8 | + | |
9 | +<div class="bodyWrap row "> | |
10 | + <div ng-include="'app/widget/MainMenu.html'" /> | |
11 | + <div class="main"> | |
12 | + <div class="col-sm-12 stickey-area" style="padding-left:25px; width:99%"> | |
13 | + <div class="breadcrumb"> | |
14 | + <div class="row"> | |
15 | + <h4 class="text-center text-primary paddingbtm5">Display Image By</h4> | |
16 | + <div class="col-lg-2 col-sm-4"> | |
17 | + <div class="form-group"> | |
18 | + <!--<label></label>--> | |
19 | + <select class="form-control input-sm"> | |
20 | + <option selected>Body Region</option> | |
21 | + <option>All</option> | |
22 | + <option>3</option> | |
23 | + <option>4</option> | |
24 | + <option>5</option> | |
25 | + </select> | |
26 | + </div> | |
27 | + </div> | |
28 | + <div class="col-lg-2 col-sm-4"> | |
29 | + <div class="form-group"> | |
30 | + | |
31 | + <select class="form-control input-sm"> | |
32 | + <option selected>Body System</option> | |
33 | + <option>All</option> | |
34 | + <option>2</option> | |
35 | + <option>3</option> | |
36 | + <option>4</option> | |
37 | + <option>5</option> | |
38 | + </select> | |
39 | + </div> | |
40 | + </div> | |
41 | + <div class="col-lg-2 col-sm-4"> | |
42 | + <div class="form-group"> | |
43 | + <select class="form-control input-sm"> | |
44 | + <option selected>View Orientation</option> | |
45 | + <option>All</option> | |
46 | + <option>2</option> | |
47 | + <option>3</option> | |
48 | + <option>4</option> | |
49 | + <option>5</option> | |
50 | + </select> | |
51 | + </div> | |
52 | + </div> | |
53 | + <div class="col-lg-2 col-sm-4"> | |
54 | + <div class="form-group"> | |
55 | + <select class="form-control input-sm"> | |
56 | + <option selected>Image Type</option> | |
57 | + <option>All</option> | |
58 | + <option>2</option> | |
59 | + <option>3</option> | |
60 | + <option>4</option> | |
61 | + <option>5</option> | |
62 | + </select> | |
63 | + </div> | |
64 | + </div> | |
65 | + <div class="col-lg-2 col-sm-4"> | |
66 | + <div class="form-group"> | |
67 | + <select class="form-control input-sm"> | |
68 | + <option selected>Medical Speciality</option> | |
69 | + <option>All</option> | |
70 | + <option>2</option> | |
71 | + <option>3</option> | |
72 | + <option>4</option> | |
73 | + <option>5</option> | |
74 | + </select> | |
75 | + </div> | |
76 | + </div> | |
77 | + <div class="col-lg-2 col-sm-4"> | |
78 | + <button class="btn btn-primary btn-sm"><i class="fa fa-search"></i></button> <button class="btn btn-primary btn-sm"><i class="fa fa-eye"></i> Show All</button> | |
79 | + </div> | |
80 | + </div> | |
81 | + <!--<div>{{message}}</div>--> | |
82 | + </div> | |
83 | + </div> | |
84 | + <!--</div>--> | |
85 | + <div class="row tab-content" style="padding-left:25px; width:99%"> | |
86 | + <div role="tabpanel" class="tab-pane active" id="grid-view"> | |
87 | + | |
88 | + <div class="col-sm-3 col-lg-2"> | |
89 | + <div class="thumbnail"> | |
90 | + <a href="clinical-illustrations-detail.html"> | |
91 | + <img src="~/../content/images/clinical-illustrations-1.jpg" alt="" title=""> | |
92 | + <div class="caption"> | |
93 | + <p>1.5-week fetus</p> | |
94 | + </div> | |
95 | + </a> | |
96 | + </div> | |
97 | + </div> | |
98 | + <div class="col-sm-3 col-lg-2"> | |
99 | + <div class="thumbnail"> | |
100 | + <a href="clinical-illustrations-detail.html"> | |
101 | + <img src="~/../content/images/clinical-illustrations-2.jpg" alt="" title=""> | |
102 | + <div class="caption"> | |
103 | + <p>16-week fetus</p> | |
104 | + </div> | |
105 | + </a> | |
106 | + </div> | |
107 | + </div> | |
108 | + <div class="col-sm-3 col-lg-2"> | |
109 | + <div class="thumbnail"> | |
110 | + <a href="clinical-illustrations-detail.html"> | |
111 | + <img src="~/../content/images/clinical-illustrations-3.jpg" alt="" title=""> | |
112 | + <div class="caption"> | |
113 | + <p>24-week fetus</p> | |
114 | + </div> | |
115 | + </a> | |
116 | + </div> | |
117 | + </div> | |
118 | + <div class="col-sm-3 col-lg-2"> | |
119 | + <div class="thumbnail"> | |
120 | + <a href="clinical-illustrations-detail.html"> | |
121 | + <img src="~/../content/images/clinical-illustrations-4.jpg" alt="" title=""> | |
122 | + <div class="caption"> | |
123 | + <p>26 to 28-week fetus</p> | |
124 | + </div> | |
125 | + </a> | |
126 | + </div> | |
127 | + </div> | |
128 | + <div class="col-sm-3 col-lg-2"> | |
129 | + <div class="thumbnail"> | |
130 | + <a href="clinical-illustrations-detail.html"> | |
131 | + <img src="~/../content/images/clinical-illustrations-5.jpg" alt="" title=""> | |
132 | + <div class="caption"> | |
133 | + <p>3.5 week fetus</p> | |
134 | + </div> | |
135 | + </a> | |
136 | + </div> | |
137 | + </div> | |
138 | + <div class="col-sm-3 col-lg-2"> | |
139 | + <div class="thumbnail"> | |
140 | + <a href="clinical-illustrations-detail.html"> | |
141 | + <img src="~/../content/images/clinical-illustrations-6.jpg" alt="" title=""> | |
142 | + <div class="caption"> | |
143 | + <p>30 to 32 week fetus</p> | |
144 | + </div> | |
145 | + </a> | |
146 | + </div> | |
147 | + </div> | |
148 | + | |
149 | + <div class="col-sm-3 col-lg-2"> | |
150 | + <div class="thumbnail"> | |
151 | + <a href="clinical-illustrations-detail.html"> | |
152 | + <img src="~/../content/images/clinical-illustrations-7.jpg" alt="" title=""> | |
153 | + <div class="caption"> | |
154 | + <p>8.5 week fetus</p> | |
155 | + </div> | |
156 | + </a> | |
157 | + </div> | |
158 | + </div> | |
159 | + <div class="col-sm-3 col-lg-2"> | |
160 | + <div class="thumbnail"> | |
161 | + <a href="clinical-illustrations-detail.html"> | |
162 | + <img src="~/../content/images/clinical-illustrations-8.jpg" alt="" title=""> | |
163 | + <div class="caption"> | |
164 | + <p>Abdominal exploration - open incision options</p> | |
165 | + </div> | |
166 | + </a> | |
167 | + </div> | |
168 | + </div> | |
169 | + <div class="col-sm-3 col-lg-2"> | |
170 | + <div class="thumbnail"> | |
171 | + <a href="clinical-illustrations-detail.html"> | |
172 | + <img src="~/../content/images/clinical-illustrations-9.jpg" alt="" title=""> | |
173 | + <div class="caption"> | |
174 | + <p>Abdominal ultrasound</p> | |
175 | + </div> | |
176 | + </a> | |
177 | + </div> | |
178 | + </div> | |
179 | + <div class="col-sm-3 col-lg-2"> | |
180 | + <div class="thumbnail"> | |
181 | + <a href="clinical-illustrations-detail.html"> | |
182 | + <img src="~/../content/images/clinical-illustrations-10.jpg" alt="" title=""> | |
183 | + <div class="caption"> | |
184 | + <p>Abdominoplasty - Indications</p> | |
185 | + </div> | |
186 | + </a> | |
187 | + </div> | |
188 | + </div> | |
189 | + | |
190 | + <div class="col-sm-3 col-lg-2"> | |
191 | + <div class="thumbnail"> | |
192 | + <a href="clinical-illustrations-detail.html"> | |
193 | + <img src="~/../content/images/clinical-illustrations-11.jpg" alt="" title=""> | |
194 | + <div class="caption"> | |
195 | + <p>Abdominoplasty - after</p> | |
196 | + </div> | |
197 | + </a> | |
198 | + </div> | |
199 | + </div> | |
200 | + <div class="col-sm-3 col-lg-2"> | |
201 | + <div class="thumbnail"> | |
202 | + <a href="clinical-illustrations-detail.html"> | |
203 | + <img src="~/../content/images/clinical-illustrations-12.jpg" alt="" title=""> | |
204 | + <div class="caption"> | |
205 | + <p>Abdominoplasty - incisions</p> | |
206 | + </div> | |
207 | + </a> | |
208 | + </div> | |
209 | + </div> | |
210 | + </div> | |
211 | + | |
212 | + <div role="tabpanel" class="tab-pane" id="list-view"> | |
213 | + <div class="col-sm-12 table-responsive "> | |
214 | + <table class="table table-hover table-condensed bg-white"> | |
215 | + <thead> | |
216 | + <tr class="active"> | |
217 | + <th>Title</th> | |
218 | + <th>Region</th> | |
219 | + <th>System</th> | |
220 | + <th>View</th> | |
221 | + <th>Type</th> | |
222 | + </tr> | |
223 | + </thead> | |
224 | + <tbody> | |
225 | + <tr> | |
226 | + <td>1st & 2nd Intercostal Spaces</td> | |
227 | + <td>Thorax</td> | |
228 | + <td>Cardiovascular, Muscular,</td> | |
229 | + <td>Anterior</td> | |
230 | + <td>Cadaver Photograph</td> | |
231 | + </tr> | |
232 | + <tr> | |
233 | + <td>1st, 3rd, &8th Ribs</td> | |
234 | + <td>Body Wall and Back</td> | |
235 | + <td>Skeletal</td> | |
236 | + <td>Inferior</td> | |
237 | + <td>Cadaver Photograph</td> | |
238 | + </tr> | |
239 | + <tr> | |
240 | + <td>Abdomen at L5 Vertebra (Inf)</td> | |
241 | + <td>Abdomen</td> | |
242 | + <td>Cardiovascular, Digestive,</td> | |
243 | + <td>Inferior</td> | |
244 | + <td>Illustration</td> | |
245 | + </tr> | |
246 | + <tr> | |
247 | + <td>1st & 2nd Intercostal Spaces</td> | |
248 | + <td>Thorax</td> | |
249 | + <td>Cardiovascular, Muscular,</td> | |
250 | + <td>Anterior</td> | |
251 | + <td>Cadaver Photograph</td> | |
252 | + </tr> | |
253 | + <tr> | |
254 | + <td>1st, 3rd, &8th Ribs</td> | |
255 | + <td>Body Wall and Back</td> | |
256 | + <td>Skeletal</td> | |
257 | + <td>Inferior</td> | |
258 | + <td>Cadaver Photograph</td> | |
259 | + </tr> | |
260 | + <tr> | |
261 | + <td>Abdomen at L5 Vertebra (Inf)</td> | |
262 | + <td>Abdomen</td> | |
263 | + <td>Cardiovascular, Digestive,</td> | |
264 | + <td>Inferior</td> | |
265 | + <td>Illustration</td> | |
266 | + </tr> | |
267 | + <tr> | |
268 | + <td>1st & 2nd Intercostal Spaces</td> | |
269 | + <td>Thorax</td> | |
270 | + <td>Cardiovascular, Muscular,</td> | |
271 | + <td>Anterior</td> | |
272 | + <td>Cadaver Photograph</td> | |
273 | + </tr> | |
274 | + <tr> | |
275 | + <td>1st, 3rd, &8th Ribs</td> | |
276 | + <td>Body Wall and Back</td> | |
277 | + <td>Skeletal</td> | |
278 | + <td>Inferior</td> | |
279 | + <td>Cadaver Photograph</td> | |
280 | + </tr> | |
281 | + <tr> | |
282 | + <td>Abdomen at L5 Vertebra (Inf)</td> | |
283 | + <td>Abdomen</td> | |
284 | + <td>Cardiovascular, Digestive,</td> | |
285 | + <td>Inferior</td> | |
286 | + <td>Illustration</td> | |
287 | + </tr> | |
288 | + <tr> | |
289 | + <td>1st & 2nd Intercostal Spaces</td> | |
290 | + <td>Thorax</td> | |
291 | + <td>Cardiovascular, Muscular,</td> | |
292 | + <td>Anterior</td> | |
293 | + <td>Cadaver Photograph</td> | |
294 | + </tr> | |
295 | + <tr> | |
296 | + <td>1st, 3rd, &8th Ribs</td> | |
297 | + <td>Body Wall and Back</td> | |
298 | + <td>Skeletal</td> | |
299 | + <td>Inferior</td> | |
300 | + <td>Cadaver Photograph</td> | |
301 | + </tr> | |
302 | + <tr> | |
303 | + <td>Abdomen at L5 Vertebra (Inf)</td> | |
304 | + <td>Abdomen</td> | |
305 | + <td>Cardiovascular, Digestive,</td> | |
306 | + <td>Inferior</td> | |
307 | + <td>Illustration</td> | |
308 | + </tr> | |
309 | + <tr> | |
310 | + <td>1st & 2nd Intercostal Spaces</td> | |
311 | + <td>Thorax</td> | |
312 | + <td>Cardiovascular, Muscular,</td> | |
313 | + <td>Anterior</td> | |
314 | + <td>Cadaver Photograph</td> | |
315 | + </tr> | |
316 | + <tr> | |
317 | + <td>1st, 3rd, &8th Ribs</td> | |
318 | + <td>Body Wall and Back</td> | |
319 | + <td>Skeletal</td> | |
320 | + <td>Inferior</td> | |
321 | + <td>Cadaver Photograph</td> | |
322 | + </tr> | |
323 | + <tr> | |
324 | + <td>Abdomen at L5 Vertebra (Inf)</td> | |
325 | + <td>Abdomen</td> | |
326 | + <td>Cardiovascular, Digestive,</td> | |
327 | + <td>Inferior</td> | |
328 | + <td>Illustration</td> | |
329 | + </tr> | |
330 | + <tr class="active"> | |
331 | + <td colspan="5"> | |
332 | + | |
333 | + <div class="col-sm-3 col-lg-2 no-padding"> | |
334 | + <div class="thumbnail no-margin"> | |
335 | + <a href="atlas-anatomy-detail.html"> | |
336 | + <img src="~/../content/images/clinical-illustrations-3.jpg" alt="" title=""> | |
337 | + | |
338 | + </a> | |
339 | + </div> | |
340 | + </div> | |
341 | + | |
342 | + </td> | |
343 | + | |
344 | + </tr> | |
345 | + </tbody> | |
346 | + </table> | |
347 | + | |
348 | + </div> | |
349 | + </div> | |
350 | + </div> | |
351 | + </div> | |
352 | + </div> | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-list-view.html
0 → 100644
400-SOURCECODE/AIAHTML5.Web/app/views/ci/clinical-illustrations-detail.html
0 → 100644
400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html
... | ... | @@ -3,28 +3,37 @@ |
3 | 3 | <!--<button type="button" class="btn btn-success pull-left toggleBar btn-sm" data-toggle="tooltip" data-placement="top" title="Show/Hide Sidebar"> <i class="fa fa-bars"></i> </button>--> |
4 | 4 | <div class=" pull-left toggleBar toggleHeadingButton" data-toggle="tooltip" data-placement="top" title="Show/Hide Sidebar" style="padding-left: 15px; "> <i class="fa fa-bars"></i> </div> |
5 | 5 | <h4 class="pull-left">{{currentActiveModuleTitle}}</h4> |
6 | + <div class="pull-right paddTop4 "> | |
7 | + <!--<div class="pull-right paddTop4 ">--> | |
8 | + <div role="group" ng-show="showme" class="btn-group"> | |
9 | + <ul class="listgrid-view" role="tablist"> | |
10 | + <li role="presentation" class="active" title="Image View"><a href="#grid-view" aria-controls="grid-view" role="tab" data-toggle="tab" class=""><i class=" fa fa-image"></i></a></li> | |
11 | + <li role="presentation" title="List View"><a href="#list-view" aria-controls="list-view" role="tab" data-toggle="tab" class=""><i class="fa fa-list-alt"></i></a></li> | |
12 | + </ul> | |
13 | + </div> | |
14 | + </div> | |
6 | 15 | <div class="clearfix" style=""></div> |
7 | 16 | </div> |
8 | 17 | <!--Sidebar--> |
9 | 18 | <div class="sidebar pull-left mCustomScrollbar _mCS_1 mCS-autoHide "> |
10 | 19 | <ul class="nav nav-sidebar"> |
11 | - <li><a href="da-view-list">Dissectible Anatomy</a></li> | |
20 | + <li><a href="da-view-list" ng-click="showme=false">Dissectible Anatomy</a></li> | |
12 | 21 | <!--<li><a href="atlas-anatomy.html">Atlas Anatomy</a></li>--> |
13 | - <li><a href="3d-anatomy.html">3D Anatomy</a></li> | |
14 | - <li><a href="clinical-illustrations.html">Clinical Illustrations</a></li> | |
15 | - <li><a href="clinical-animations.html">Clinical Animations</a></li> | |
22 | + <li><a href="3dA-view" ng-click="showme=true">3D Anatomy</a></li> | |
23 | + <li><a href="ci-grid-view" ng-click="showme=true">Clinical Illustrations</a></li> | |
24 | + <li><a href="clinical-animations.html" ng-click="showme=true">Clinical Animations</a></li> | |
16 | 25 | <li><a href="http://aia5.adam.com/content.aspx?productId=117&ref=www.interactiveanatomy.com&url=aia5.adam.com" target="_blank">Encyclopedia</a></li> |
17 | - <li><a href="curriculum-builder.html">Curriculum Builder</a></li> | |
18 | - <li><a href="anatomy-tests.html">Anatomy Tests</a></li> | |
26 | + <li><a href="curriculum-builder.html" ng-click="showme=false">Curriculum Builder</a></li> | |
27 | + <li><a href="anatomy-tests.html" ng-click="showme=false">Anatomy Tests</a></li> | |
19 | 28 | <li><a href="http://182.19.10.91:92/IPWeb10/index.aspx" target="_blank">IP 10</a></li> |
20 | - <li><a href="lab-exercises.html">Lab Exercises</a></li> | |
29 | + <li><a href="lab-exercises.html" ng-click="showme=false">Lab Exercises</a></li> | |
21 | 30 | <li><a href="http://182.19.10.91:92/IndepthHome.aspx" target="_blank">In-Depth Reports</a></li> |
22 | 31 | <li><a href="http://182.19.10.91:92/CAMHome.aspx" target="_blank">Complementary and Alternative Medicine</a></li> |
23 | - <li><a href="adam-images.html">A.D.A.M Images</a></li> | |
32 | + <li><a href="adam-images.html" ng-click="showme=true">A.D.A.M Images</a></li> | |
24 | 33 | <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> |
25 | 34 | <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> |
26 | 35 | <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> |
27 | - <li><a href="adamondemand.html">A.D.A.M OnDemand</a></li> | |
36 | + <li><a href="adamondemand.html" ng-click="showme=true">A.D.A.M OnDemand</a></li> | |
28 | 37 | </ul> |
29 | 38 | </div> |
30 | 39 | ... | ... |
400-SOURCECODE/AIAHTML5.Web/index.html
... | ... | @@ -143,6 +143,8 @@ |
143 | 143 | |
144 | 144 | <script src="content/js/custom/custom.js"></script> |
145 | 145 | <script src="app/controllers/DAController.js"></script> |
146 | + <script src="app/controllers/CIController.js"></script> | |
147 | + <script src="app/controllers/3dAController.js"></script> | |
146 | 148 | <script src="app/controllers/HomeController.js"></script> |
147 | 149 | |
148 | 150 | ... | ... |