YNICTE/FO/Views/Home/Html.cshtml

66 lines
2.1 KiB
Plaintext

@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>
<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>
}
<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();
});
//$(window).on("load", function () {
// $("span.roughmap_lebel_text").text("한국영남건설기술교육원(중소기업중앙회 신관 5층)");
//});
</script>
<script charset="UTF-8">
new daum.roughmap.Lander({
"timestamp": "1602997499953",
"key": "22hxz",
"mapWidth": "1200",
"mapHeight": "640"
}).render();
new daum.roughmap.Lander({
"timestamp": "1602997623331",
"key": "22hxg",
"mapWidth": "1200",
"mapHeight": "640"
}).render();
new daum.roughmap.Lander({
"timestamp": "1602997812976",
"key": "22hxs",
"mapWidth": "1200",
"mapHeight": "640"
}).render();
new daum.roughmap.Lander({
"timestamp": "1732506180907",
"key": "2mbo8",
"mapWidth": "1200",
"mapHeight": "640"
}).render();
</script>