Commit 49eebfac768d01f7d1bf566eead13ea61f3ce9b2
Merge branch 'LAbEXPDF' into Develop
Showing
25 changed files
with
60 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html
@@ -37,7 +37,8 @@ | @@ -37,7 +37,8 @@ | ||
37 | <li ng-class="disableSubMenu" id="optionsCurriculum"><a href="#">Add to Existing Curriculum</a></li> | 37 | <li ng-class="disableSubMenu" id="optionsCurriculum"><a href="#">Add to Existing Curriculum</a></li> |
38 | <li id="optiontSetting"><a ng-click="ShowSettingWindow()" class="cursor-pointer">Settings</a></li> | 38 | <li id="optiontSetting"><a ng-click="ShowSettingWindow()" class="cursor-pointer">Settings</a></li> |
39 | <li role="separator" class="divider"></li> | 39 | <li role="separator" class="divider"></li> |
40 | - <li ng-class="disableSubMenu"><a href="#">Lab Exercises PDF</a></li> | 40 | + <li ng-class="disableSubMenu"><a href="../../content/quiz/pdf/Instructor.html" target="_blank">Lab Exercises PDF</a></li> |
41 | + | ||
41 | </ul> | 42 | </ul> |
42 | </li> | 43 | </li> |
43 | <li class="dropdown navbarDropdownItem"> | 44 | <li class="dropdown navbarDropdownItem"> |
400-SOURCECODE/AIAHTML5.Web/content/quiz/pdf/Cardiovascular.pdf
0 → 100644
No preview for this file type
400-SOURCECODE/AIAHTML5.Web/content/quiz/pdf/Cardiovascular_Ins.pdf
0 → 100644
No preview for this file type
400-SOURCECODE/AIAHTML5.Web/content/quiz/pdf/Digestive.pdf
0 → 100644
No preview for this file type
400-SOURCECODE/AIAHTML5.Web/content/quiz/pdf/Digestive_Ins.pdf
0 → 100644
No preview for this file type
400-SOURCECODE/AIAHTML5.Web/content/quiz/pdf/Endocrine.pdf
0 → 100644
No preview for this file type
400-SOURCECODE/AIAHTML5.Web/content/quiz/pdf/Endocrine_Ins.pdf
0 → 100644
No preview for this file type
400-SOURCECODE/AIAHTML5.Web/content/quiz/pdf/Instructor.html
0 → 100644
1 | +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | ||
2 | +<HTML> | ||
3 | +<HEAD> | ||
4 | +<TITLE>Instructor pdf</TITLE> | ||
5 | +</HEAD> | ||
6 | +<BODY> | ||
7 | +<H3><u>Instructor </u>:-</H3> | ||
8 | + <ul> | ||
9 | + <li><a href="Cardiovascular_Ins.pdf" >Cardiovascular System</a></li> | ||
10 | + <li><a href="Digestive_Ins.pdf" >Digestive System</a></li> | ||
11 | + <li><a href="Endocrine_Ins.pdf" >Endocrine System</a></li> | ||
12 | + <li><a href="Lymphatic_Ins.pdf" >Lymphatic System</a></li> | ||
13 | + <li><a href="Muscular_Ins.pdf" >Muscular System</a></li> | ||
14 | + <li><a href="Nervous_Ins.pdf" >Nervous System</a></li> | ||
15 | + <li><a href="Reproductive_Ins.pdf" >Reproductive System</a></li> | ||
16 | + <li><a href="Respiratory_Ins.pdf" >Respiratory System</a></li> | ||
17 | + <li><a href="Skeletal_Ins.pdf" >Skeletal System</a></li> | ||
18 | + <li><a href="SpecialSenses_Ins.pdf" >Special Senses</a></li> | ||
19 | + <li><a href="Urinary_Ins.pdf" >Urinary System</a></li> | ||
20 | + </ul> | ||
21 | + | ||
22 | +<H3><u>Student </u>:-</H3> | ||
23 | + <ul> | ||
24 | + <li><a href="Cardiovascular.pdf" >Cardiovascular System</a></li> | ||
25 | + <li><a href="Digestive.pdf" >Digestive System</a></li> | ||
26 | + <li><a href="Endocrine.pdf" >Endocrine System</a></li> | ||
27 | + <li><a href="Lymphatic.pdf" >Lymphatic System</a></li> | ||
28 | + <li><a href="Muscular.pdf" >Muscular System</a></li> | ||
29 | + <li><a href="Nervous.pdf" >Nervous System</a></li> | ||
30 | + <li><a href="Reproductive.pdf" >Reproductive System</a></li> | ||
31 | + <li><a href="Respiratory.pdf" >Respiratory System</a></li> | ||
32 | + <li><a href="Skeletal.pdf" >Skeletal System</a></li> | ||
33 | + <li><a href="SpecialSenses.pdf" >Special Senses</a></li> | ||
34 | + <li><a href="Urinary.pdf" >Urinary System</a></li> | ||
35 | + </ul> | ||
36 | +</BODY> | ||
37 | +</HTML> |
400-SOURCECODE/AIAHTML5.Web/content/quiz/pdf/Lymphatic.pdf
0 → 100644
No preview for this file type
400-SOURCECODE/AIAHTML5.Web/content/quiz/pdf/Lymphatic_Ins.pdf
0 → 100644
No preview for this file type
400-SOURCECODE/AIAHTML5.Web/content/quiz/pdf/Muscular.pdf
0 → 100644
No preview for this file type
400-SOURCECODE/AIAHTML5.Web/content/quiz/pdf/Muscular_Ins.pdf
0 → 100644
No preview for this file type
400-SOURCECODE/AIAHTML5.Web/content/quiz/pdf/Nervous.pdf
0 → 100644
No preview for this file type
400-SOURCECODE/AIAHTML5.Web/content/quiz/pdf/Nervous_Ins.pdf
0 → 100644
No preview for this file type
400-SOURCECODE/AIAHTML5.Web/content/quiz/pdf/Reproductive.pdf
0 → 100644
No preview for this file type
400-SOURCECODE/AIAHTML5.Web/content/quiz/pdf/Reproductive_Ins.pdf
0 → 100644
No preview for this file type
400-SOURCECODE/AIAHTML5.Web/content/quiz/pdf/Respiratory.pdf
0 → 100644
No preview for this file type
400-SOURCECODE/AIAHTML5.Web/content/quiz/pdf/Respiratory_Ins.pdf
0 → 100644
No preview for this file type
400-SOURCECODE/AIAHTML5.Web/content/quiz/pdf/Skeletal.pdf
0 → 100644
No preview for this file type
400-SOURCECODE/AIAHTML5.Web/content/quiz/pdf/Skeletal_Ins.pdf
0 → 100644
No preview for this file type
400-SOURCECODE/AIAHTML5.Web/content/quiz/pdf/SpecialSenses.pdf
0 → 100644
No preview for this file type
400-SOURCECODE/AIAHTML5.Web/content/quiz/pdf/SpecialSenses_Ins.pdf
0 → 100644
No preview for this file type
400-SOURCECODE/AIAHTML5.Web/content/quiz/pdf/Student.html
0 → 100644
1 | +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | ||
2 | +<HTML> | ||
3 | +<HEAD> | ||
4 | +<TITLE>Student pdf</TITLE> | ||
5 | +</HEAD> | ||
6 | +<BODY> | ||
7 | + <ul> | ||
8 | + <li><a href="Cardiovascular.pdf" >Cardiovascular System</a></li> | ||
9 | + <li><a href="Digestive.pdf" >Digestive System</a></li> | ||
10 | + <li><a href="Endocrine.pdf" >Endocrine System</a></li> | ||
11 | + <li><a href="Lymphatic.pdf" >Lymphatic System</a></li> | ||
12 | + <li><a href="Muscular.pdf" >Muscular System</a></li> | ||
13 | + <li><a href="Nervous.pdf" >Nervous System</a></li> | ||
14 | + <li><a href="Reproductive.pdf" >Reproductive System</a></li> | ||
15 | + <li><a href="Respiratory.pdf" >Respiratory System</a></li> | ||
16 | + <li><a href="Skeletal.pdf" >Skeletal System</a></li> | ||
17 | + <li><a href="SpecialSenses.pdf" >Special Senses</a></li> | ||
18 | + <li><a href="Urinary.pdf" >Urinary System</a></li> | ||
19 | + </ul> | ||
20 | +</BODY> | ||
21 | +</HTML> |
400-SOURCECODE/AIAHTML5.Web/content/quiz/pdf/Urinary.pdf
0 → 100644
No preview for this file type
400-SOURCECODE/AIAHTML5.Web/content/quiz/pdf/Urinary_Ins.pdf
0 → 100644
No preview for this file type