2020-10-12 14:39:23 +09:00
|
|
|
@Html.Raw(ViewBag.MenuPage.pagehtml)
|
|
|
|
|
@section scriptsHeader{
|
|
|
|
|
<script charset="UTF-8" class="daum_roughmap_loader_script" src="https://ssl.daumcdn.net/dmaps/map_js_init/roughmapLoader.js"></script>
|
2020-10-29 17:12:47 +09:00
|
|
|
<script charset="UTF-8" class="daum_roughmap_loader_script" src="https://ssl.daumcdn.net/dmaps/map_js_init/roughmapLoader.js"></script>
|
|
|
|
|
<script charset="UTF-8" class="daum_roughmap_loader_script" src="https://ssl.daumcdn.net/dmaps/map_js_init/roughmapLoader.js"></script>
|
2020-10-12 14:39:23 +09:00
|
|
|
}
|
|
|
|
|
<script>
|
|
|
|
|
$('.tzmCont').hover(
|
|
|
|
|
function () {
|
|
|
|
|
$(this).addClass('on');
|
|
|
|
|
},
|
|
|
|
|
function () {
|
|
|
|
|
$(this).removeClass('on');
|
|
|
|
|
}
|
|
|
|
|
);
|
|
|
|
|
function tzmClose() {
|
|
|
|
|
$('.tzmPop').fadeOut();
|
|
|
|
|
};
|
|
|
|
|
$('.tzmTitle').click(function () {
|
|
|
|
|
tzmClose();
|
|
|
|
|
$(this).next().fadeIn();
|
|
|
|
|
});
|
|
|
|
|
$('.tzmpClose').click(function () {
|
|
|
|
|
tzmClose();
|
|
|
|
|
});
|
|
|
|
|
$('.aescTab li:first-child').addClass('current');
|
|
|
|
|
$('.aescCont#aesc01').fadeIn();
|
|
|
|
|
$('.aescTab li div').click(function () {
|
|
|
|
|
$('.aescCont').hide();
|
|
|
|
|
$('.aescTab li').removeClass('current');
|
|
|
|
|
$(this).parent().addClass('current');
|
|
|
|
|
$('#aesc' + $(this).attr('aesc')).fadeIn();
|
|
|
|
|
});
|
2020-10-29 17:12:47 +09:00
|
|
|
//$(window).on("load", function () {
|
|
|
|
|
// $("span.roughmap_lebel_text").text("한국영남건설기술교육원(중소기업중앙회 신관 5층)");
|
|
|
|
|
//});
|
2025-04-18 11:06:17 +09:00
|
|
|
|
|
|
|
|
$(window).on('load', function () {
|
|
|
|
|
$('div[id^="daumRoughmapContainer"] .cont').hide();
|
|
|
|
|
});
|
|
|
|
|
|
2020-10-12 14:39:23 +09:00
|
|
|
</script>
|
|
|
|
|
<script charset="UTF-8">
|
|
|
|
|
new daum.roughmap.Lander({
|
2020-10-29 17:12:47 +09:00
|
|
|
"timestamp": "1602997499953",
|
2025-04-18 11:06:17 +09:00
|
|
|
"key": "2nr43",
|
2020-10-29 17:12:47 +09:00
|
|
|
"mapWidth": "1200",
|
|
|
|
|
"mapHeight": "640"
|
|
|
|
|
}).render();
|
|
|
|
|
|
|
|
|
|
new daum.roughmap.Lander({
|
2025-04-18 11:06:17 +09:00
|
|
|
"timestamp": "1744940638970",
|
2020-10-29 17:12:47 +09:00
|
|
|
"key": "22hxg",
|
|
|
|
|
"mapWidth": "1200",
|
|
|
|
|
"mapHeight": "640"
|
|
|
|
|
}).render();
|
|
|
|
|
|
|
|
|
|
new daum.roughmap.Lander({
|
|
|
|
|
"timestamp": "1602997812976",
|
|
|
|
|
"key": "22hxs",
|
|
|
|
|
"mapWidth": "1200",
|
|
|
|
|
"mapHeight": "640"
|
2020-10-12 14:39:23 +09:00
|
|
|
}).render();
|
2024-11-25 13:05:20 +09:00
|
|
|
|
|
|
|
|
new daum.roughmap.Lander({
|
|
|
|
|
"timestamp": "1732506180907",
|
|
|
|
|
"key": "2mbo8",
|
|
|
|
|
"mapWidth": "1200",
|
|
|
|
|
"mapHeight": "640"
|
|
|
|
|
}).render();
|
2020-10-12 14:39:23 +09:00
|
|
|
</script>
|