Adding 12 meridians
This commit is contained in:
BIN
images/12_meridians.jpg
Normal file
BIN
images/12_meridians.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 296 KiB |
BIN
images/12_meridians_thumb.jpg
Normal file
BIN
images/12_meridians_thumb.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
@@ -70,7 +70,7 @@
|
||||
<h5 class="modal-title"><i class="fa-body fa-inline"></i>Body Schema: <span class="body-title"></span></h5>
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true"><i class="fa-close"></i></span></button>
|
||||
</div>
|
||||
<div class="modal-body text-center"><img src="" class="img-fluid" style="max-height: 100%;" alt="" /></div>
|
||||
<div class="modal-body text-center"><img src="" class="img-fluid" alt="" /></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -150,7 +150,13 @@ function CATC(asGlobals)
|
||||
});
|
||||
|
||||
//Body schemas
|
||||
self.vars('bodies', {'Lymphatic System':'lymphatic_system', 'Muscular System':'muscular_system', 'Nervous System':'nervous_system', 'Skeletal System':'skeletal_system'});
|
||||
self.vars('bodies', {
|
||||
'Lymphatic System' : 'lymphatic_system',
|
||||
'Muscular System' : 'muscular_system',
|
||||
'Nervous System' : 'nervous_system',
|
||||
'Skeletal System' : 'skeletal_system',
|
||||
'12 Meridians' : '12_meridians'
|
||||
});
|
||||
$.each(self.vars('bodies'), function(sTitle, sFileName) {
|
||||
var oMain = new Image();
|
||||
oMain.src = 'images/'+sFileName+'.jpg';
|
||||
|
||||
Reference in New Issue
Block a user