6804. 부산교육장 주소변경
This commit is contained in:
parent
5f4f877763
commit
52643f86ba
|
|
@ -34,17 +34,22 @@
|
|||
//$(window).on("load", function () {
|
||||
// $("span.roughmap_lebel_text").text("한국영남건설기술교육원(중소기업중앙회 신관 5층)");
|
||||
//});
|
||||
|
||||
$(window).on('load', function () {
|
||||
$('div[id^="daumRoughmapContainer"] .cont').hide();
|
||||
});
|
||||
|
||||
</script>
|
||||
<script charset="UTF-8">
|
||||
new daum.roughmap.Lander({
|
||||
"timestamp": "1602997499953",
|
||||
"key": "22hxz",
|
||||
"key": "2nr43",
|
||||
"mapWidth": "1200",
|
||||
"mapHeight": "640"
|
||||
}).render();
|
||||
|
||||
new daum.roughmap.Lander({
|
||||
"timestamp": "1602997623331",
|
||||
"timestamp": "1744940638970",
|
||||
"key": "22hxg",
|
||||
"mapWidth": "1200",
|
||||
"mapHeight": "640"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@{
|
||||
@{
|
||||
var menus = (List<NP.Model.MenuPage>)ViewBag.Menus;
|
||||
var em = new NP.Model.MenuPage();
|
||||
var mainintroduce = menus.Where(w => w.refcode == "main.introduce").FirstOrDefault() ?? em;
|
||||
|
|
@ -10,8 +10,6 @@
|
|||
<div class="container">
|
||||
<div class="ftMenu">
|
||||
<ul>
|
||||
@*<li><a href="#" onclick="gomenu(@(mainintroduce.pno), @(mainintroduce.pagetype), '@(mainintroduce.pageurl??"")', this);">교육원 소개</a></li>
|
||||
<li><a href="#" onclick="gomenu(@(mainlocation.pno), @(mainlocation.pagetype), '@(mainlocation.pageurl??"")', this);">찾아오시는 길</a></li>*@
|
||||
<li><a href="#" onclick="gomenu(@(mainintroduce.pno),@(mainintroduce.pagetype), '', this);">교육원소개</a></li>
|
||||
<li><a href="#" onclick="viewlayer(@(mainprivate.pno), this, '개인정보처리방침');" style="color:#2c5ac7;">개인정보처리방침</a></li>
|
||||
<li><a href="#" onclick="viewlayer(@(mainagree.pno), this, '이용약관');">이용약관</a></li>
|
||||
|
|
@ -24,7 +22,7 @@
|
|||
</dl>
|
||||
<dl>
|
||||
<dt>분원</dt>
|
||||
<dd>부산광역시 서구 충무대로 277 <span>에코팰리스 2차 3층 (우:49253)</span> <span>TEL : 1544-7660</span> <span>FAX : 051-558-0662</span></dd>
|
||||
<dd>부산광역시 중구 대청로 127<span> (우:48932)</span> <span>TEL : 1544-7660</span> <span>FAX : 051-558-0662</span></dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt></dt>
|
||||
|
|
|
|||
Loading…
Reference in New Issue