처음 가본 집이었는데 꽤 유명한 집인듯 그 집의 강된장을 넣어먹는 순두부가 엄청 맛있었다.
// current page url encode string (return url)
var _rtn_url = "687474703A2F2F746f75722e7461656261656b2e676f2e6b722F736974652F6b6f2F70616765732F73756230362F73756230365f30315f30342e6a73703F747970653D42434638423543454241434526637572506167653D26636f6e74656e7449443D32323938266f72646572547970653D267365617263684669656c643D266d6f64653D72656164466f726d267369746543617465676f72793D746270735f746f75725f696e6e5f303326617265613D26736561726368576f72643D2676696577547970653D";
// 목록
function pf_listForm(type,area,viewType){
listForm.type.value = type;
listForm.area.value = area;
if(viewType != null){
listForm.curPage.value = "";
listForm.viewType.value = viewType;
}
listForm.curPage.value = 1;
listForm.submit();
}
// 검색
function pf_searchForm(){
if ( jf_isEmptyRtnMsg(searchForm.searchWord, "검색단어를 입력하세요") )
return;
searchForm.submit();
}
// 검색 중지
function pf_searchStopForm(){
listForm.type.value = "";
listForm.area.value = "";
listForm.searchField.value = "";
listForm.searchWord.value = "";
listForm.curPage.value = 1;
listForm.submit();
}
// 정렬변경
function pf_orderForm(order){
listForm.curPage.value = "";
listForm.orderType.value = order;
listForm.submit();
}
// 읽기
function pf_readForm(v){
readForm.contentID.value = v;
readForm.submit();
}
// 이미지 바꾸기
function pf_changeImage(filename, i) {
document.all.mainimage.src = filename;
bigImage = i;
}
// 이미지 슬라이드에 첫번째에 들어갈 이미지에 포지션
var firstPostion = 0;
// 한번에 표시될 슬라이드 사이즈
var slideSize = 3;
// 이미지 위쪽으로
function pf_top() {
var slide = document.all.contentSlideImage;
// 배열이 아니면 그냥 종료
var size =slide.length;
if(size == null){
return;
}
if(firstPostion == 0){
alert("처음 위치 입니다.");
return;
}
// 현재는 2칸
for(var i=firstPostion-1; i< firstPostion+slideSize ; i++){
document.all.contentSlideImage[i].style.display = "";
}
document.all.contentSlideImage[firstPostion+slideSize-1].style.display = "none";
firstPostion--;
}
// 이미지 아래쪽으로
function pf_bottom() {
var slide = document.all.contentSlideImage;
// 배열이 아니면 그냥 종료
var size =slide.length;
if(size == null){
return;
}
if(firstPostion + slideSize == size){
alert("마지막 위치 입니다.");
return;
}
// 현재는 2칸
document.all.contentSlideImage[firstPostion].style.display = "none";
for(var i=firstPostion+1; i< firstPostion+slideSize+1 ; i++){
document.all.contentSlideImage[i].style.display = "";
}
firstPostion++;
}
태백역에서 차로 10분
카페 게시글
맛집
검룡소가는길에 삼수령에 있는 구와우 순두부
피오나
추천 0
조회 63
09.12.22 17:00
댓글 0
다음검색