일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
" + t + " |
" + _line.line_name + line_tag + "" + line_text + "
"; //tmp_html += "" + _line.line_name + "" + line_text + "
"; tmp_html += "" + _line.departure_stopName +(_line.departure_time > 0 ? "(" + Time_Format(_line.departure_time) + ")" : "")+ intern_tag + "
"; tmp_html += "" + _line.arrive_stopName + (_line.arrive_time > 0 ? "(" + Time_Format(_line.arrive_time) + ")" : "") + "
"; tmp_html += " "; tmp_html += "' + _LINE.line_name + line_tag + '' + line_text + '
'; tmp_html += '' + _LINE.departure_stopName +(_LINE.departure_time > 0 ? "(" + Time_Format(_LINE.departure_time) + ")" : "")+ '
'; tmp_html += '' + _LINE.arrive_stopName +(_LINE.arrive_time > 0 ? "(" + Time_Format(_LINE.arrive_time) + ")" : "")+ '
'; //tmp_html += '출발:' + Time_Format(_LINE.departure_time) + "-도착:" + Time_Format(_LINE.arrive_time) + '
'; var prefix_fee = (_LINE.fee_type == "MONTH" ? "월" : "일"); if(_LINE.line_status!="Q") //신설신청 이외 { if (Number(_LINE.fee_support) > 0) { //지원금 있는 경 var support_per = Math.ceil((fee_support_whole_month / (fee_whole_month + fee_support_whole_month)) * 100); //지원금 비율 tmp_html += '' + prefix_fee + ' 편도 탑승금액(VAT별도) : ' + Number_Format(fee_whole_month + fee_support_whole_month) + '원
'; tmp_html += '노선 지원금액 : -' + Number_Format(fee_support_whole_month) + '원(' + support_per + '% 지원)
'; tmp_html += '실 결제금액(VAT별도) : ' + Number_Format(fee_whole_month) + '원
';
}
else {
tmp_html += '
' + prefix_fee + ' 편도 탑승금액(VAT별도) : ' + (fee_whole_month > 0 ? Number_Format(fee_whole_month) + '원' : '무료') + '
';
}
if(_LINE.line_no <=30 && fee_whole_month > 0) //무료노선의 경우 표시 내용 최소화
{
// tmp_html += ' 탑승요금 기준
*' + Number(_LINE.current_month) + '월 총운행 일수(주말/휴일 제외) : ' + Number(_LINE.working_days_whole_month) + '일
'; //tmp_html += ''+prefix_fee+' 편도 탑승금액 : ' + _LINE.fee + '원
'; //tmp_html += '잔여좌석 : ' + _LINE.leave_seat + '석
'; tmp_html += '';
if (_LINE.current_users >= _LINE.max_seat) { //정원초과인 경우 대기신청
tmp_html += '*잔여좌석이 없으므로 탑승대기 신청만 가능하며,익월 잔여좌석 발생 시 탑승가능 합니다.
*탑승요금은 월 단위 결제 후 이용가능합니다.';
}
else
{
tmp_html += '*탑승요금은 월 단위 결제 후 이용가능합니다.';
}
if (_LINE.line_class=="intern" || _LINE.line_class=="ready")
{
tmp_html += '
*인턴노선은 운행시작 후 1개월 내 정규노선(탑승자 '+_LINE.regular_line_limit+'명)으로 승진하지 못하는 경우 운행이 종료됩니다.';
}
tmp_html += '
';
tmp_html += '*예상탑승요금:1회 5,400원(VAT별도)
';
// [이용요금 자세히 보기]
';
tmp_html += '*탑승요금은 월 단위 결제 후 이용가능합니다.
신청자: ' + _LINE.req_name + '님
함께신청: 현재 ' + _LINE.current_users + '명
' + _LINE.current_users + '명
신청자수
' + _LINE.car_type + '
차량크기
' + _LINE.run_distance + 'km
운행거리
' + _LINE.current_waiting + '명
대기자수
' + _LINE.run_time + '
운행시간
셔틀콕은 단 ' + _LINE.intern_line_limit + '명만 모여도 출발합니다.'; tmp_html += '
앞으로 ' + (_LINE.intern_line_limit - _LINE.current_users) + '명 더 신청하면 운행이 시작됩니다.
'; tmp_html += '앞으로 ' + (_LINE.regular_line_limit - _LINE.current_users) + '명 더 신청 시 정규노선으로 승진합니다
'; tmp_html += '주변분들에게 나의 노선을 공유해주세요!
'; tmp_html += '""함께하기"에 참가하신분들이 많아 지면
보다 빨리 노선이 생성됩니다."
주변분들에게 나의 노선을 공유해주세요!
'; tmp_html += '탑승자수가 많아 지면 탑승요금은 내려갑니다
'; tmp_html += '주변분들에게 나의 노선을 공유해주세요!
'; tmp_html += '현재 정거장은 변경될 수 있습니다.
'; } else if(_LINE.line_status=="Q") //신설신청 { tmp_html += '신청하신 위치는 노선 생성 시 참고됩니다.
'; } else { tmp_html += '현재 정거장은 운행 확정 시 변경이 될 수 있습니다.
'; } tmp_html += '' + ((_LINE.stops[j].stop_type == 0) ? "도착" : "출발") + ' ' + _LINE.stops[j].stop_name_poi + '
'; } else { tmp_html += '' + ((_LINE.stops[j].stop_type == 0) ? "하차" : "승차") + ' ' + _LINE.stops[j].stop_name + '
'; } var str = ""; var dTime = _LINE.stops[j].arrive_times[today]; /*if (dTime == "0000:") { str = week[today] + " 운행안함"; } else { str += week[today] + " " + _LINE.stops[j].arrive_times[today] + " (도착 예정시간)"; }*/ /* for (var w = 0; w < 7; w++) { dTime = _LINE.stops[j].arrive_times[w]; if (str != "") str += ","; if (dTime == "0000:" || dTime == "0000" || dTime == "00:00") { str += week_short[w] + "(미운행)"; } else { str += week_short[w] + "(" + dTime + ")"; } }*/ str = _LINE.stops[j].enter_schedule; tmp_html += '' + str + '
'; tmp_html += '