|
|
|
@ -29,12 +29,15 @@ |
|
|
|
|
|
|
|
|
|
$("#tabs").on('click', 'button', function () { |
|
|
|
|
$(this).addClass('active'); |
|
|
|
|
$($(this).attr('href')).addClass('active show'); |
|
|
|
|
$($(this).attr('href')).siblings().removeClass('active show') |
|
|
|
|
$(this).siblings().removeClass('active'); |
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
$("#tabs").on('click', 'i', function () { |
|
|
|
|
$(this).parent().remove(); |
|
|
|
|
$($(this).parent().attr('href')).remove(); |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
</script> |
|
|
|
@ -50,7 +53,7 @@ |
|
|
|
|
<span id="navSpan"><b>Close</b> <i class="fas fa-angle-double-up"></i></span> |
|
|
|
|
</button> |
|
|
|
|
|
|
|
|
|
<div class="btn-group" role="group" aria-label="Basic example" id="tabs"> |
|
|
|
|
<div class="btn-group" aria-label="Basic example" id="tabs"> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
@ -63,19 +66,19 @@ |
|
|
|
|
<div class="show" id="navbarNavDropdown"> |
|
|
|
|
<div class="row"> |
|
|
|
|
|
|
|
|
|
<c:import url="/menu?firstResult=0&maxResults=0"></c:import> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="col-10"> |
|
|
|
|
<!-- 16:9 aspect ratio --> |
|
|
|
|
<div class="embed-responsive embed-responsive-16by9"> |
|
|
|
|
<iframe id="myIframe" class="embed-responsive-item" src="/test"></iframe> |
|
|
|
|
</div> |
|
|
|
|
<div class="col-2"> |
|
|
|
|
<c:import url="/menu?firstResult=0&maxResults=0"></c:import> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="row-fluid tab-content" id="nav-tabContent"> |
|
|
|
|
<!-- 16:9 aspect ratio --> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|