1331 lines
77 KiB
HTML
1331 lines
77 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<!-- saved from url=(0064)https://www.humetro.busan.kr/voc/admin/search.tnn?act=searchList -->
|
|
<html>
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=EUC-KR">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>부산교통공사</title>
|
|
|
|
<link href="./부산교통공사2_files/input.css" rel="stylesheet" type="text/css">
|
|
<link href="./부산교통공사2_files/design.css" rel="stylesheet" type="text/css">
|
|
|
|
<script type="text/javascript">
|
|
/* 리스트에 쓰이는 함수들 */
|
|
function ListAction(url, pageNum) {
|
|
var frm = document.listForm;
|
|
if (isNaN(pageNum)) { // isNaN() -- 숫자 : false, 문자 : true
|
|
alert("페이지는 숫자로 입력하십시오.");
|
|
return;
|
|
}
|
|
if (url == "") {
|
|
alert("이동할 페이지가 없습니다.111");
|
|
}
|
|
frm.pageNum.value = pageNum;
|
|
with (document.listForm) {
|
|
action = url;
|
|
method = "post";
|
|
target = "_self";
|
|
submit();
|
|
}
|
|
}
|
|
|
|
/* 윈도우창 열기*/
|
|
function openWindow(URL, winName, features) {
|
|
window.open(URL, winName, features);
|
|
}
|
|
|
|
// 검색을 하기위해 액션쪽으로 넘긴다.
|
|
function Search() {
|
|
var form = document.schForm;
|
|
form.method = "post";
|
|
form.action = "search.tnn";
|
|
form.submit();
|
|
}
|
|
|
|
// 엑셀로 저장하기 위해 엑셀저장 페이지로 폼을 날린다.
|
|
function ExcelConvert() {
|
|
var form = document.schForm;
|
|
form.method = "post";
|
|
form.action = "/voc/admin/search/searchExcel.jsp?divSearch=" + document.schForm.divSearch.value + "&divSearchText=" + document.schForm.divSearchText.value + "&divExecel=1";
|
|
form.submit();
|
|
}
|
|
|
|
// 엑셀로 저장하기 위해 엑셀저장 페이지로 폼을 날린다.
|
|
function ExcelConvert2() {
|
|
var form = document.schForm;
|
|
form.method = "post";
|
|
form.action = "/voc/admin/search/searchExcel3.jsp?divSearch=" + document.schForm.divSearch.value + "&divSearchText=" + document.schForm.divSearchText.value + "&parent1FieldNO=&parent2FieldNO=&parent3FieldNO=&sdate=" + document.schForm.schYear.value + "-" + document.schForm.schMonth.value + "-" + document.schForm.schDay.value + " 00000&edate=" + document.schForm.schYear2.value + "-" + document.schForm.schMonth2.value + "-" + document.schForm.schDay2.value + " 235959";
|
|
form.submit();
|
|
}
|
|
|
|
function MM_preloadImages() { //v3.0
|
|
var d = document;
|
|
if (d.images) {
|
|
if (!d.MM_p)
|
|
d.MM_p = new Array();
|
|
var j = d.MM_p.length, a = MM_preloadImages.arguments;
|
|
for (var i = 0; i < a.length; i++) {
|
|
if (a[i].indexOf("#") != 0) {
|
|
d.MM_p[j] = new Image; d.MM_p[j++].src = a[i];
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style type="text/css">
|
|
body {
|
|
margin: 0;
|
|
}
|
|
|
|
.style3 {
|
|
color: #FF3333;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.style4 {
|
|
color: #336633;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#schForm table {
|
|
height: 170px;
|
|
background-color: #e2e2e2;
|
|
border-collapse: collapse;
|
|
border: 3px solid #c7c7c7;
|
|
}
|
|
|
|
#schForm th {
|
|
width: 150px;
|
|
border: 1px solid #f2f1f1;
|
|
}
|
|
|
|
#schForm td {
|
|
min-width: 100px;
|
|
border: 1px solid #f2f1f1;
|
|
}
|
|
|
|
#schForm #buttonarea {
|
|
text-align: right;
|
|
}
|
|
|
|
#schForm #buttonarea img {
|
|
position: relative;
|
|
top: 7px;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<script type="text/javascript" src="./부산교통공사2_files/jquery-1.9.1.js.다운로드"></script>
|
|
<script type="text/javascript">
|
|
|
|
window.onerror = null;
|
|
var bName = navigator.appName;
|
|
var bVer = parseInt(navigator.appVersion);
|
|
var NS4 = (bName == "Netscape" && bVer >= 4);
|
|
var IE4 = (bName == "Microsoft Internet Explorer" && bVer >= 4);
|
|
var NS3 = (bName == "Netscape" && bVer < 4);
|
|
var IE3 = (bName == "Microsoft Internet Explorer" && bVer < 4);
|
|
var menuActive = 0;
|
|
var menuOn = 0;
|
|
var onLayer;
|
|
var timeOn = null;
|
|
var loaded = 0;
|
|
|
|
|
|
// LAYER SWITCHING CODE
|
|
if (NS4 || IE4) {
|
|
if (navigator.appName == "Netscape") {
|
|
layerStyleRef = "layer.";
|
|
layerRef = "document.layers";
|
|
styleSwitch = "";
|
|
} else {
|
|
layerStyleRef = "layer.style.";
|
|
layerRef = "document.all";
|
|
styleSwitch = ".style";
|
|
}
|
|
}
|
|
|
|
|
|
function layershow() {
|
|
var i, visStr, args, theObj;
|
|
args = layershow.arguments;
|
|
|
|
for (i = 0; i < (args.length - 2); i += 3) {
|
|
visStr = args[i + 2];
|
|
|
|
if (navigator.appName == 'Netscape' && document.layers != null) {
|
|
theObj = eval(args[i]);
|
|
if (theObj) theObj.visibility = visStr;
|
|
} else if (document.all != null) {
|
|
if (visStr == 'show') visStr = 'visible';
|
|
if (visStr == 'hide') visStr = 'hidden';
|
|
theObj = eval(args[i + 1]);
|
|
if (theObj) theObj.style.visibility = visStr;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// SHOW MENU
|
|
function showLayer(layerName) {
|
|
// tnnfunc0 = Empty subMenu
|
|
var nav = ["tnnfunc1", "tnnfunc2", "tnnfunc3", "tnnfunc4", "tnnfunc5", "tnnfunc6", "tnnfunc7", "tnnfunc8"];
|
|
for (var i in nav) {
|
|
if (document.getElementById(nav[i]) != null)
|
|
document.getElementById(nav[i]).style.visibility = "hidden";
|
|
}
|
|
|
|
var obj = document.getElementById(layerName);
|
|
if (obj != null) {
|
|
obj.style.visibility = "visible";
|
|
}
|
|
|
|
/*
|
|
if (NS4 || IE4) {
|
|
if (timeOn != null) {
|
|
clearTimeout(timeOn)
|
|
hideLayer(onLayer)
|
|
}
|
|
if (NS4 || IE4) {
|
|
eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.visibility="visible"');
|
|
}
|
|
onLayer = layerName
|
|
}
|
|
*/
|
|
}
|
|
|
|
// HIDE MENU
|
|
function hideLayer(layerName) {
|
|
if (menuActive == 0) {
|
|
if (NS4 || IE4) {
|
|
//eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.visibility="hidden"');
|
|
}
|
|
}
|
|
}
|
|
|
|
// TIMER FOR BUTTON MOUSE OUT
|
|
function btnTimer() {
|
|
menuActive = 0
|
|
timeOn = setTimeout("btnOut()", 500)
|
|
}
|
|
|
|
// BUTTON MOUSE OUT
|
|
function btnOut(layerName) {
|
|
menuActive = 0
|
|
if (menuActive == 0) {
|
|
hideLayer(onLayer)
|
|
}
|
|
}
|
|
|
|
// MENU MOUSE OVER
|
|
function menuOver(itemName) {
|
|
clearTimeout(timeOn)
|
|
menuActive = 1
|
|
}
|
|
|
|
// MENU MOUSE OUT
|
|
function menuOut(itemName) {
|
|
menuActive = 0
|
|
timeOn = setTimeout("hideLayer(onLayer)", 400)
|
|
}
|
|
|
|
function win_open() {
|
|
var str = "/voc/admin/intra/intra.tnn?act=intraWriteAction";
|
|
window.open(str, "intra", "scrollbars=yes,width=616,height=500");
|
|
}
|
|
|
|
$(document).ready(function () {
|
|
|
|
var m_td_left;
|
|
var m_td_width;
|
|
var tnnfunc_width;
|
|
|
|
for (var i = 1; i <= 8; i++) {
|
|
if ($("#m_td" + i).offset() != null) {
|
|
|
|
if (i == 1) {
|
|
|
|
//#div 좌표 새로 설정
|
|
$("#tnnfunc" + i).css({
|
|
"position": "absolute",
|
|
"top": "160px",
|
|
"left": "212px",
|
|
"z-index": "2",
|
|
"visibility": "hidden"
|
|
});
|
|
|
|
} else {
|
|
m_td_left = $("#m_td" + i).offset().left;
|
|
m_td_width = $("#m_td" + i).width();
|
|
tnnfunc_width = $("#tnnfunc" + i).width();
|
|
|
|
//#div 좌표 새로 설정
|
|
$("#tnnfunc" + i).css({
|
|
"position": "absolute",
|
|
"top": "160px",
|
|
"left": m_td_left + (m_td_width / 2) - (tnnfunc_width / 2),
|
|
"z-index": "2",
|
|
"visibility": "hidden"
|
|
});
|
|
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
<!--디자인-->
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr>
|
|
<td width="185" height="66" align="center" valign="middle" rowspan="2"
|
|
style="border-right: 1px solid #495768"><a
|
|
href="https://www.humetro.busan.kr/voc/admin/login_success.jsp"><img
|
|
src="./부산교통공사2_files/logo.png" border="0"></a></td>
|
|
<td bgcolor="#2d3d4f" height="34" align="right" colspan="2">
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr>
|
|
<td align="left" valign="middle" class="txt t-white" colspan="2"
|
|
style="position: relative">
|
|
|
|
<div class="t-link-1">
|
|
<span class="t-white">2026년 02월 12일 목요일</span>
|
|
</div>
|
|
<div class="t-link-2">
|
|
<a href="https://www.humetro.busan.kr/voc/admin/admin_login.tnn?act=logOut"><img
|
|
src="./부산교통공사2_files/b_logout.gif" border="0"></a>
|
|
</div>
|
|
<div class="t-link-3 t-white">
|
|
|
|
<a href="https://www.humetro.busan.kr/voc/admin/login_success.jsp"
|
|
class="t-white">홈으로 가기</a> |
|
|
<a href="javascript:win_open();" class="t-white">인트라공지쓰기</a>
|
|
</div>
|
|
|
|
</td>
|
|
<!--td width="85" align="center"></td-->
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="1500" height="147" background="./부산교통공사2_files/tmenu-bg.png">
|
|
|
|
|
|
|
|
|
|
<table cellpadding="0" cellspacing="0" border="0" width="950">
|
|
<colgroup>
|
|
<!-- <col width="9.09%" />
|
|
<col width="9.09%" />
|
|
<col width="9.09%" />
|
|
<col width="9.09%" />
|
|
<col width="9.09%" />
|
|
<col width="9.09%" />
|
|
<col width="9.09%" />
|
|
<col width="9.09%" />
|
|
<col width="9.09%" />
|
|
<col width="9.09%" />
|
|
<col width="" /> -->
|
|
<col width="7.7%">
|
|
<col width="7.7%">
|
|
<col width="7.7%">
|
|
<col width="7.7%">
|
|
<col width="7.7%">
|
|
<col width="7.7%">
|
|
<col width="7.7%">
|
|
<col width="7.7%">
|
|
<col width="7.7%">
|
|
<col width="7.7%">
|
|
<col width="7.7%">
|
|
<col width="7.7%">
|
|
<col width="7.7%">
|
|
</colgroup>
|
|
<tbody>
|
|
<tr>
|
|
<td align="center" id="m_td1">
|
|
<a onmouseover="showLayer('tnnfunc1')" class="menu_title tmenu-1">
|
|
<font color="#ffffff"><b>등록</b></font>
|
|
</a>
|
|
<div id="tnnfunc1"
|
|
style="position: absolute; left: 212px; top: 160px; z-index: 2; visibility: hidden;">
|
|
<table border="0" cellpadding="0" cellspacing="0"
|
|
onmouseout="menuOut('tnnfunc1')"
|
|
onmouseover="menuOver('tnnfunc1')" style="table-layout:fixed">
|
|
<tbody>
|
|
<tr>
|
|
|
|
<td width="90" align="center"><a
|
|
href="https://www.humetro.busan.kr/voc/admin/offline_register/offline_register.jsp"
|
|
class="menu_title">오프라인등록</a></td>
|
|
|
|
|
|
<!--td width=110 align=center>
|
|
<a href="/voc/admin/offline_register/suggestion_box.jsp" class="menu_title">이용승객건의함</a>
|
|
</td-->
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</td>
|
|
|
|
<!-- //if((auth.indexOf("C02") != -1) || (auth.indexOf("A01") != -1) || (auth.indexOf("C07") != -1)){ -->
|
|
|
|
|
|
<td align="center">
|
|
<a href="https://www.humetro.busan.kr/voc/admin/response.tnn?act=responseList"
|
|
onmouseout="btnTimer('tnnfunc0')"
|
|
onmouseover="showLayer('tnnfunc0')" class="menu_title tmenu-3">
|
|
<font color="#ffffff"><b>답변</b></font>
|
|
</a>
|
|
</td>
|
|
|
|
|
|
<td align="center" id="m_td2">
|
|
<a style="cursor: hand;" onmouseout="btnTimer('tnnfunc2')"
|
|
onmouseover="showLayer('tnnfunc2')" class="menu_title tmenu-4">
|
|
<font color="#ffffff"><b>조회</b></font>
|
|
</a>
|
|
<div id="tnnfunc2"
|
|
style="position: absolute; left: 240.6px; top: 160px; z-index: 2; visibility: hidden;">
|
|
<table border="0" cellpadding="0" cellspacing="0"
|
|
onmouseout="menuOut('tnnfunc2')"
|
|
onmouseover="menuOver('tnnfunc2')" style="table-layout:fixed">
|
|
<tbody>
|
|
<tr>
|
|
|
|
<td width="100" align="center"><a
|
|
href="https://www.humetro.busan.kr/voc/admin/search.tnn?act=searchList2"
|
|
class="menu_title">자기VOC보기</a></td>
|
|
<td width="100" align="center"><a
|
|
href="https://www.humetro.busan.kr/voc/admin/search.tnn?act=searchList"
|
|
class="menu_title">전체VOC보기</a></td>
|
|
|
|
<td width="110" align="center"><a
|
|
href="https://www.humetro.busan.kr/voc/admin/search.tnn?act=searchDustbin"
|
|
class="menu_title">민원사무보관함</a></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</td>
|
|
|
|
|
|
<td align="center" id="m_td3">
|
|
<a style="cursor: hand;" onmouseout="btnTimer('tnnfunc3')"
|
|
onmouseover="showLayer('tnnfunc3')" class="menu_title tmenu-5">
|
|
<font color="#ffffff"><b>통계</b></font>
|
|
</a>
|
|
<div id="tnnfunc3"
|
|
style="position: absolute; left: 153.75px; top: 160px; z-index: 2; visibility: hidden;">
|
|
<table border="0" cellpadding="0" cellspacing="0"
|
|
onmouseout="menuOut('tnnfunc3')"
|
|
onmouseover="menuOver('tnnfunc3')" style="table-layout:fixed">
|
|
<tbody>
|
|
<tr>
|
|
<td width="70" align="center"><a
|
|
href="https://www.humetro.busan.kr/voc/admin/statistics/statistics.tnn?act=receiptCurrent"
|
|
class="menu_title">접수현황</a></td>
|
|
<td width="80" align="center"><a
|
|
href="https://www.humetro.busan.kr/voc/admin/statistics/statistics.tnn?act=fieldCurrent"
|
|
class="menu_title">분야별통계</a></td>
|
|
<td width="80" align="center"><a
|
|
href="https://www.humetro.busan.kr/voc/admin/statistics/statistics.tnn?act=answerCurrent"
|
|
class="menu_title">답변만족도</a></td>
|
|
<td width="80" align="center"><a
|
|
href="https://www.humetro.busan.kr/voc/admin/statistics/statistics.tnn?act=positionCurrent"
|
|
class="menu_title">부서별실적</a></td>
|
|
<td width="110" align="center"><a
|
|
href="https://www.humetro.busan.kr/voc/admin/statistics/statistics.tnn?act=supportCurrent"
|
|
class="menu_title">협조부서별실적</a></td>
|
|
<td width="120" align="center"><a
|
|
href="https://www.humetro.busan.kr/voc/admin/statistics/statistics.tnn?act=positionAnswerCurrent"
|
|
class="menu_title">부서별답변만족도</a></td>
|
|
<td width="90" align="center"><a
|
|
href="https://www.humetro.busan.kr/voc/admin/statistics/statistics.tnn?act=menuAuthLogs"
|
|
class="menu_title">메뉴권한로그</a></td>
|
|
<!--td width=140 align=center>
|
|
<a href="/voc/admin/statistics/statistics.tnn?act=positionAcceptCurrent" class="menu_title">부서별민원수용여부</a>
|
|
|
|
</td>
|
|
<td width=90 align=center>
|
|
<a href="/voc/admin/statistics/statistics.tnn?act=monitorCurrent" class="menu_title">모니터별실적</a>
|
|
|
|
</td>
|
|
<td width=110 align=center>
|
|
<a href="/voc/admin/statistics/statistics.tnn?act=proposalCurrent" class="menu_title">이용승객건의함</a>
|
|
</td>
|
|
<td width=80 align=center>
|
|
<a href="/voc/admin/statistics/statistics.tnn?act=faqCurrent" class="menu_title">FAQ만족도</a>
|
|
</td-->
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</td>
|
|
|
|
|
|
|
|
|
|
<td align="center" id="m_td6">
|
|
<a style="cursor: hand;" onmouseout="btnTimer('tnnfunc6')"
|
|
onmouseover="showLayer('tnnfunc6')" class="menu_title tmenu-9">
|
|
<font color="#ffffff"><b>내정보</b></font>
|
|
</a>
|
|
<div id="tnnfunc6"
|
|
style="position: absolute; left: 461.9px; top: 160px; z-index: 2; visibility: visible;">
|
|
<table border="0" cellpadding="0" cellspacing="0"
|
|
onmouseout="menuOut('tnnfunc6')"
|
|
onmouseover="menuOver('tnnfunc6')" style="table-layout:fixed">
|
|
<tbody>
|
|
<tr>
|
|
<td width="70" align="center"><a
|
|
href="https://www.humetro.busan.kr/voc/admin/member.tnn?act=memberEditAction"
|
|
class="menu_title">기본정보</a></td>
|
|
<td width="90" align="center"><a
|
|
href="https://www.humetro.busan.kr/voc/admin/member.tnn?act=memberPassEditAction"
|
|
class="menu_title">비밀번호변경</a></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</td>
|
|
|
|
|
|
<!-- 2016-07-05 콜센터 메뉴 추가 -->
|
|
|
|
<!-- 2016-07-05 콜센터 메뉴 추가 끝 -->
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
</td>
|
|
<td background="./부산교통공사2_files/tmenu-bg.png"> </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
|
|
<table border="0" cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr>
|
|
<td width="212" valign="top" style="border-right:1px solid #c2c9d1;">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="leftmenu">
|
|
<div class="l-title">조회</div>
|
|
<ul>
|
|
|
|
<li><a href="https://www.humetro.busan.kr/voc/admin/search.tnn?act=searchList2"
|
|
class="sub_menu">자기VOC보기</a></li>
|
|
<li><a href="https://www.humetro.busan.kr/voc/admin/search.tnn?act=searchList"
|
|
class="sub_menu">전체VOC보기</a></li>
|
|
|
|
<li><a href="https://www.humetro.busan.kr/voc/admin/search.tnn?act=searchDustbin"
|
|
class="sub_menu">민원사무보관함</a></li>
|
|
|
|
|
|
</ul>
|
|
</div><!-- left 넣기 -->
|
|
</td>
|
|
<td valign="top" style="padding-left:53px;">
|
|
<table cellpadding="0" cellspacing="0" border="0" width="">
|
|
<tbody>
|
|
<tr>
|
|
<td valign="top">
|
|
<div class="cont-tit"> 전체VOC보기 </div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td height="40"></td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top">
|
|
<!--------------------------------- 본문 들어가는곳 ---------------------------------------------------->
|
|
|
|
<form name="listForm">
|
|
<input type="hidden" name="pageNum">
|
|
</form>
|
|
|
|
|
|
<form id="schForm" name="schForm" method="post">
|
|
<input type="hidden" name="act" value="searchList">
|
|
<input type="hidden" name="onePageNum" value="10">
|
|
|
|
<input type="hidden" name="pageNum" value="1">
|
|
<input type="hidden" name="parent1FieldNO" value="">
|
|
<input type="hidden" name="parent2FieldNO" value="">
|
|
<input type="hidden" name="parent3FieldNO" value="">
|
|
|
|
<input type="hidden" name="parent1Channel" value="">
|
|
<input type="hidden" name="parent2Channel" value="">
|
|
|
|
<!-- 2016-07-01 악성민원 -->
|
|
<input type="hidden" name="badVoc" value="">
|
|
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<th>접수채널</th>
|
|
<td>
|
|
<iframe src="./부산교통공사2_files/search.html" width="190"
|
|
height="30" scrolling="no" frameborder="0"></iframe>
|
|
</td>
|
|
<th>처리상태</th>
|
|
<td>
|
|
<select name="divProcess">
|
|
<option value="0">전체</option>
|
|
<option value="1">접수대기</option>
|
|
<!-- 2, 3, 4, 5 은 처리중-25로 처리 (분배, 재분배, 반려, 처리중) -->
|
|
<option value="25">처리중</option>
|
|
<option value="6">처리완료</option>
|
|
<option value="100">첨부필요</option>
|
|
<option value="8">보류</option>
|
|
</select>
|
|
</td>
|
|
<th>기간상태</th>
|
|
<td>
|
|
<select name="proDate">
|
|
<option value="0">전체</option>
|
|
<option value="1">기간이내</option>
|
|
<option value="2">기간초과</option>
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th>VOC유형</th>
|
|
<td>
|
|
<select name="typeNo" size="1">
|
|
<option value="0">전체</option>
|
|
|
|
<option value="6">
|
|
개선과제
|
|
</option>
|
|
|
|
<option value="1">
|
|
문의상담
|
|
</option>
|
|
|
|
<option value="2">
|
|
개선건의
|
|
</option>
|
|
|
|
<option value="3">
|
|
칭찬격려
|
|
</option>
|
|
|
|
<option value="4">
|
|
불편불만
|
|
</option>
|
|
|
|
<option value="5">
|
|
기타사항
|
|
</option>
|
|
|
|
</select>
|
|
</td>
|
|
<th>친절/<br>불친절</th>
|
|
<td>
|
|
<select name="voc_kind" size="1">
|
|
<option value="">전체</option>
|
|
<option value="1">친절</option>
|
|
<option value="2">불친절</option>
|
|
</select>
|
|
</td>
|
|
<th>민원분류</th>
|
|
<td>
|
|
<select name="voc_minwon_type">
|
|
<option value="">전체</option>
|
|
<option value="A">반복민원</option>
|
|
<option value="B">다수인민원</option>
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th>
|
|
<select name="divSearch">
|
|
<option value="subject">제목</option>
|
|
<option value="contents">내용</option>
|
|
<option value="writer">글쓴이</option>
|
|
<option value="positionName">처리부서</option>
|
|
<option value="vocSummary">요약</option>
|
|
</select>
|
|
</th>
|
|
<td>
|
|
<input name="divSearchText" type="text" class="input3" size="20"
|
|
value="">
|
|
</td>
|
|
<th>VOC분야</th>
|
|
<td colspan="3">
|
|
<iframe src="./부산교통공사2_files/search(1).html" width="340"
|
|
height="30" scrolling="no" frameborder="0"></iframe>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th>날짜검색</th>
|
|
<td colspan="3">
|
|
<select name="schYear">
|
|
<option value="2005">2005</option>
|
|
<option value="2006">2006</option>
|
|
<option value="2007">2007</option>
|
|
<option value="2008">2008</option>
|
|
<option value="2009">2009</option>
|
|
<option value="2010">2010</option>
|
|
<option value="2011">2011</option>
|
|
<option value="2012">2012</option>
|
|
<option value="2013">2013</option>
|
|
<option value="2014">2014</option>
|
|
<option value="2015">2015</option>
|
|
<option value="2016">2016</option>
|
|
<option value="2017">2017</option>
|
|
<option value="2018">2018</option>
|
|
<option value="2019">2019</option>
|
|
<option value="2020">2020</option>
|
|
<option value="2021">2021</option>
|
|
<option value="2022">2022</option>
|
|
<option value="2023">2023</option>
|
|
<option value="2024">2024</option>
|
|
<option value="2025">2025</option>
|
|
<option value="2026" selected="">2026</option>
|
|
</select>
|
|
<select name="schMonth">
|
|
<option value="01">1</option>
|
|
<option value="02" selected="">2</option>
|
|
<option value="03">3</option>
|
|
<option value="04">4</option>
|
|
<option value="05">5</option>
|
|
<option value="06">6</option>
|
|
<option value="07">7</option>
|
|
<option value="08">8</option>
|
|
<option value="09">9</option>
|
|
<option value="10">10</option>
|
|
<option value="11">11</option>
|
|
<option value="12">12</option>
|
|
</select>
|
|
<select name="schDay">
|
|
<option value="01">1</option>
|
|
<option value="02">2</option>
|
|
<option value="03">3</option>
|
|
<option value="04">4</option>
|
|
<option value="05" selected="">5</option>
|
|
<option value="06">6</option>
|
|
<option value="07">7</option>
|
|
<option value="08">8</option>
|
|
<option value="09">9</option>
|
|
<option value="10">10</option>
|
|
<option value="11">11</option>
|
|
<option value="12">12</option>
|
|
<option value="13">13</option>
|
|
<option value="14">14</option>
|
|
<option value="15">15</option>
|
|
<option value="16">16</option>
|
|
<option value="17">17</option>
|
|
<option value="18">18</option>
|
|
<option value="19">19</option>
|
|
<option value="20">20</option>
|
|
<option value="21">21</option>
|
|
<option value="22">22</option>
|
|
<option value="23">23</option>
|
|
<option value="24">24</option>
|
|
<option value="25">25</option>
|
|
<option value="26">26</option>
|
|
<option value="27">27</option>
|
|
<option value="28">28</option>
|
|
<option value="29">29</option>
|
|
<option value="30">30</option>
|
|
<option value="31">31</option>
|
|
</select>
|
|
~
|
|
<select name="schYear2">
|
|
<option value="2005">2005</option>
|
|
<option value="2006">2006</option>
|
|
<option value="2007">2007</option>
|
|
<option value="2008">2008</option>
|
|
<option value="2009">2009</option>
|
|
<option value="2010">2010</option>
|
|
<option value="2011">2011</option>
|
|
<option value="2012">2012</option>
|
|
<option value="2013">2013</option>
|
|
<option value="2014">2014</option>
|
|
<option value="2015">2015</option>
|
|
<option value="2016">2016</option>
|
|
<option value="2017">2017</option>
|
|
<option value="2018">2018</option>
|
|
<option value="2019">2019</option>
|
|
<option value="2020">2020</option>
|
|
<option value="2021">2021</option>
|
|
<option value="2022">2022</option>
|
|
<option value="2023">2023</option>
|
|
<option value="2024">2024</option>
|
|
<option value="2025">2025</option>
|
|
<option value="2026" selected="">2026</option>
|
|
</select>
|
|
<select name="schMonth2">
|
|
<option value="01">1</option>
|
|
<option value="02" selected="">2</option>
|
|
<option value="03">3</option>
|
|
<option value="04">4</option>
|
|
<option value="05">5</option>
|
|
<option value="06">6</option>
|
|
<option value="07">7</option>
|
|
<option value="08">8</option>
|
|
<option value="09">9</option>
|
|
<option value="10">10</option>
|
|
<option value="11">11</option>
|
|
<option value="12">12</option>
|
|
</select>
|
|
<select name="schDay2">
|
|
<option value="01">1</option>
|
|
<option value="02">2</option>
|
|
<option value="03">3</option>
|
|
<option value="04">4</option>
|
|
<option value="05">5</option>
|
|
<option value="06">6</option>
|
|
<option value="07">7</option>
|
|
<option value="08">8</option>
|
|
<option value="09">9</option>
|
|
<option value="10">10</option>
|
|
<option value="11">11</option>
|
|
<option value="12" selected="">12</option>
|
|
<option value="13">13</option>
|
|
<option value="14">14</option>
|
|
<option value="15">15</option>
|
|
<option value="16">16</option>
|
|
<option value="17">17</option>
|
|
<option value="18">18</option>
|
|
<option value="19">19</option>
|
|
<option value="20">20</option>
|
|
<option value="21">21</option>
|
|
<option value="22">22</option>
|
|
<option value="23">23</option>
|
|
<option value="24">24</option>
|
|
<option value="25">25</option>
|
|
<option value="26">26</option>
|
|
<option value="27">27</option>
|
|
<option value="28">28</option>
|
|
<option value="29">29</option>
|
|
<option value="30">30</option>
|
|
<option value="31">31</option>
|
|
</select>
|
|
</td>
|
|
<th>구분</th>
|
|
<td>
|
|
<select name="voc_gubun" style="margin-left:10pt">
|
|
<option value="">전체</option>
|
|
<option value="일반민원">일반민원</option>
|
|
<option value="기타민원">기타민원</option>
|
|
<option value="법정민원">법정민원</option>
|
|
<option value="질의민원">질의민원</option>
|
|
<option value="건의민원">건의민원</option>
|
|
<option value="고충민원">고충민원</option>
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div id="buttonarea">
|
|
<a href="javascript:Search()"><img src="./부산교통공사2_files/b_search.gif"
|
|
alt="검색" class="input8"></a>
|
|
<a href="javascript:ExcelConvert()"><img src="./부산교통공사2_files/b_excel.gif"
|
|
alt="엑셀로 저장" class="input8"></a>
|
|
|
|
</div>
|
|
</form>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
<table width="99%" border="0" cellpadding="1" cellspacing="1" bgcolor="#cccccc">
|
|
<colgroup>
|
|
<col width="%">
|
|
<col width="%">
|
|
<col width="%">
|
|
<col width="%">
|
|
<col width="%">
|
|
<col width="%">
|
|
<col width="%">
|
|
|
|
<col width="%">
|
|
</colgroup>
|
|
<tbody>
|
|
<tr class="menu_title" align="center" bgcolor="#e0edef" height="30">
|
|
<td height="30">접수번호</td>
|
|
<td>접수채널</td>
|
|
<td width="240">제목</td>
|
|
<td>고객명</td>
|
|
<td>처리부서</td>
|
|
<td>공개</td>
|
|
<td>처리현황</td>
|
|
<td>답변만족도</td>
|
|
|
|
<td>요약</td>
|
|
</tr>
|
|
|
|
<!--
|
|
<tr class="menu_title" align="center" bgcolor="#e0edef" height="20">
|
|
<td>삭제</td>
|
|
</tr> -->
|
|
|
|
<!-- 내용 -->
|
|
|
|
<tr bgcolor="#ffffff" align="center" height="30">
|
|
<td>26021181748</td>
|
|
<td>게시판</td>
|
|
<td align="left">
|
|
<!-- 2019-09-10 divProcess 값을 schVO.getProcessNo() 로 변경 -->
|
|
<a href="https://www.humetro.busan.kr/voc/admin/search.tnn?act=searchPage&process_no=1&divProcess=1&divSearch=&divSearchText=&schYear=2026&schMonth=02&schDay=05&schYear2=2026&schMonth2=02&schDay2=12&onePageNum=10&pageNum=1&typeNo=&parent1FieldNO=&parent2FieldNO=&vocCode=26021181748&parent1Channel=&parent2Channel=&vocPublic=B"
|
|
title="부산 3호선 묻지마 폭행사건">
|
|
부산 3호선 묻지마 폭행사건</a>
|
|
</td>
|
|
<td>
|
|
<a
|
|
href="javascript:openWindow('search.tnn?act=popupCustomer&jumin1=&jumin2=&vocCode=26021181748','','width=780,height=500,scrollbars=yes')">
|
|
엄지희
|
|
</a>
|
|
</td>
|
|
|
|
<td></td>
|
|
|
|
<td>X</td>
|
|
|
|
<td>
|
|
접수대기
|
|
|
|
|
|
</td>
|
|
|
|
|
|
<td>0.00</td>
|
|
<td>
|
|
<div title="null" style="cursor: default;">
|
|
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr bgcolor="#ffffff" align="center" height="30">
|
|
<td>26021181747</td>
|
|
<td>게시판</td>
|
|
<td align="left">
|
|
<!-- 2019-09-10 divProcess 값을 schVO.getProcessNo() 로 변경 -->
|
|
<a href="https://www.humetro.busan.kr/voc/admin/search.tnn?act=searchPage&process_no=1&divProcess=1&divSearch=&divSearchText=&schYear=2026&schMonth=02&schDay=05&schYear2=2026&schMonth2=02&schDay2=12&onePageNum=10&pageNum=1&typeNo=&parent1FieldNO=&parent2FieldNO=&vocCode=26021181747&parent1Channel=&parent2Channel=&vocPublic=B"
|
|
title="지하철 시간">
|
|
지하철 시간</a>
|
|
</td>
|
|
<td>
|
|
<a
|
|
href="javascript:openWindow('search.tnn?act=popupCustomer&jumin1=&jumin2=&vocCode=26021181747','','width=780,height=500,scrollbars=yes')">
|
|
정진웅
|
|
</a>
|
|
</td>
|
|
|
|
<td></td>
|
|
|
|
<td>X</td>
|
|
|
|
<td>
|
|
접수대기
|
|
|
|
|
|
</td>
|
|
|
|
|
|
<td>0.00</td>
|
|
<td>
|
|
<div title="null" style="cursor: default;">
|
|
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr bgcolor="#ffffff" align="center" height="30">
|
|
<td>26021181746</td>
|
|
<td>콜센터</td>
|
|
<td align="left">
|
|
<!-- 2019-09-10 divProcess 값을 schVO.getProcessNo() 로 변경 -->
|
|
<a href="https://www.humetro.busan.kr/voc/admin/search.tnn?act=searchPage&process_no=1&divProcess=1&divSearch=&divSearchText=&schYear=2026&schMonth=02&schDay=05&schYear2=2026&schMonth2=02&schDay2=12&onePageNum=10&pageNum=1&typeNo=&parent1FieldNO=&parent2FieldNO=&vocCode=26021181746&parent1Channel=&parent2Channel=&vocPublic=A"
|
|
title="정식민원접수 - 1호선 3편성 8호차 열차 내 성 행위 커플 신고">
|
|
정식민원접수 - 1호선 3편성 8호차 열..</a>
|
|
</td>
|
|
<td>
|
|
<a
|
|
href="javascript:openWindow('search.tnn?act=popupCustomer&jumin1=&jumin2=&vocCode=26021181746','','width=780,height=500,scrollbars=yes')">
|
|
전은서
|
|
</a>
|
|
</td>
|
|
|
|
<td></td>
|
|
|
|
<td>○</td>
|
|
|
|
<td>
|
|
접수대기
|
|
|
|
|
|
</td>
|
|
|
|
|
|
<td>0.00</td>
|
|
<td>
|
|
<div title="null" style="cursor: default;">
|
|
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr bgcolor="#ffffff" align="center" height="30">
|
|
<td>26021181745</td>
|
|
<td>콜센터</td>
|
|
<td align="left">
|
|
<!-- 2019-09-10 divProcess 값을 schVO.getProcessNo() 로 변경 -->
|
|
<a href="https://www.humetro.busan.kr/voc/admin/search.tnn?act=searchPage&process_no=1&divProcess=1&divSearch=&divSearchText=&schYear=2026&schMonth=02&schDay=05&schYear2=2026&schMonth2=02&schDay2=12&onePageNum=10&pageNum=1&typeNo=&parent1FieldNO=&parent2FieldNO=&vocCode=26021181745&parent1Channel=&parent2Channel=&vocPublic=A"
|
|
title="1호선 21편성 8호차 연산역 정차 불만">
|
|
1호선 21편성 8호차 연산역 정차 불만</a>
|
|
</td>
|
|
<td>
|
|
<a
|
|
href="javascript:openWindow('search.tnn?act=popupCustomer&jumin1=&jumin2=&vocCode=26021181745','','width=780,height=500,scrollbars=yes')">
|
|
이지현..
|
|
</a>
|
|
</td>
|
|
|
|
<td></td>
|
|
|
|
<td>○</td>
|
|
|
|
<td>
|
|
접수대기
|
|
|
|
|
|
</td>
|
|
|
|
|
|
<td>0.00</td>
|
|
<td>
|
|
<div title="null" style="cursor: default;">
|
|
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr bgcolor="#ffffff" align="center" height="30">
|
|
<td>26021181744</td>
|
|
<td>콜센터</td>
|
|
<td align="left">
|
|
<!-- 2019-09-10 divProcess 값을 schVO.getProcessNo() 로 변경 -->
|
|
<a href="https://www.humetro.busan.kr/voc/admin/search.tnn?act=searchPage&process_no=1&divProcess=1&divSearch=&divSearchText=&schYear=2026&schMonth=02&schDay=05&schYear2=2026&schMonth2=02&schDay2=12&onePageNum=10&pageNum=1&typeNo=&parent1FieldNO=&parent2FieldNO=&vocCode=26021181744&parent1Channel=&parent2Channel=&vocPublic=A"
|
|
title="신평역 직원 칭찬 연락">
|
|
신평역 직원 칭찬 연락</a>
|
|
</td>
|
|
<td>
|
|
<a
|
|
href="javascript:openWindow('search.tnn?act=popupCustomer&jumin1=&jumin2=&vocCode=26021181744','','width=780,height=500,scrollbars=yes')">
|
|
이지현..
|
|
</a>
|
|
</td>
|
|
|
|
<td></td>
|
|
|
|
<td>○</td>
|
|
|
|
<td>
|
|
접수대기
|
|
|
|
|
|
</td>
|
|
|
|
|
|
<td>0.00</td>
|
|
<td>
|
|
<div title="null" style="cursor: default;">
|
|
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr bgcolor="#ffffff" align="center" height="30">
|
|
<td>26021181743</td>
|
|
<td>콜센터</td>
|
|
<td align="left">
|
|
<!-- 2019-09-10 divProcess 값을 schVO.getProcessNo() 로 변경 -->
|
|
<a href="https://www.humetro.busan.kr/voc/admin/search.tnn?act=searchPage&process_no=1&divProcess=1&divSearch=&divSearchText=&schYear=2026&schMonth=02&schDay=05&schYear2=2026&schMonth2=02&schDay2=12&onePageNum=10&pageNum=1&typeNo=&parent1FieldNO=&parent2FieldNO=&vocCode=26021181743&parent1Channel=&parent2Channel=&vocPublic=A"
|
|
title="2호선 19편성 6호차 서면역 탑승 중 출입문 끼임">
|
|
2호선 19편성 6호차 서면역 탑승 중 출..</a>
|
|
</td>
|
|
<td>
|
|
<a
|
|
href="javascript:openWindow('search.tnn?act=popupCustomer&jumin1=&jumin2=&vocCode=26021181743','','width=780,height=500,scrollbars=yes')">
|
|
김은경..
|
|
</a>
|
|
</td>
|
|
|
|
<td></td>
|
|
|
|
<td>○</td>
|
|
|
|
<td>
|
|
접수대기
|
|
|
|
|
|
</td>
|
|
|
|
|
|
<td>0.00</td>
|
|
<td>
|
|
<div title="null" style="cursor: default;">
|
|
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr bgcolor="#ffffff" align="center" height="30">
|
|
<td>26021181742</td>
|
|
<td>콜센터</td>
|
|
<td align="left">
|
|
<!-- 2019-09-10 divProcess 값을 schVO.getProcessNo() 로 변경 -->
|
|
<a href="https://www.humetro.busan.kr/voc/admin/search.tnn?act=searchPage&process_no=1&divProcess=1&divSearch=&divSearchText=&schYear=2026&schMonth=02&schDay=05&schYear2=2026&schMonth2=02&schDay2=12&onePageNum=10&pageNum=1&typeNo=&parent1FieldNO=&parent2FieldNO=&vocCode=26021181742&parent1Channel=&parent2Channel=&vocPublic=A"
|
|
title="국제금융센터부산은행역 계단에서 넘어짐 신고">
|
|
국제금융센터부산은행역 계단에서 넘..</a>
|
|
</td>
|
|
<td>
|
|
<a
|
|
href="javascript:openWindow('search.tnn?act=popupCustomer&jumin1=&jumin2=&vocCode=26021181742','','width=780,height=500,scrollbars=yes')">
|
|
이지현..
|
|
</a>
|
|
</td>
|
|
|
|
<td></td>
|
|
|
|
<td>○</td>
|
|
|
|
<td>
|
|
접수대기
|
|
|
|
|
|
</td>
|
|
|
|
|
|
<td>0.00</td>
|
|
<td>
|
|
<div title="null" style="cursor: default;">
|
|
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr bgcolor="#ffffff" align="center" height="30">
|
|
<td>26021181741</td>
|
|
<td>콜센터</td>
|
|
<td align="left">
|
|
<!-- 2019-09-10 divProcess 값을 schVO.getProcessNo() 로 변경 -->
|
|
<a href="https://www.humetro.busan.kr/voc/admin/search.tnn?act=searchPage&process_no=1&divProcess=1&divSearch=&divSearchText=&schYear=2026&schMonth=02&schDay=05&schYear2=2026&schMonth2=02&schDay2=12&onePageNum=10&pageNum=1&typeNo=&parent1FieldNO=&parent2FieldNO=&vocCode=26021181741&parent1Channel=&parent2Channel=&vocPublic=A"
|
|
title="1호선 21편성 8호차 출입문 취급 주의 요청">
|
|
1호선 21편성 8호차 출입문 취급 주의..</a>
|
|
</td>
|
|
<td>
|
|
<a
|
|
href="javascript:openWindow('search.tnn?act=popupCustomer&jumin1=&jumin2=&vocCode=26021181741','','width=780,height=500,scrollbars=yes')">
|
|
이지현..
|
|
</a>
|
|
</td>
|
|
|
|
<td></td>
|
|
|
|
<td>○</td>
|
|
|
|
<td>
|
|
접수대기
|
|
|
|
|
|
</td>
|
|
|
|
|
|
<td>0.00</td>
|
|
<td>
|
|
<div title="null" style="cursor: default;">
|
|
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr bgcolor="#ffffff" align="center" height="30">
|
|
<td>26021181740</td>
|
|
<td>콜센터</td>
|
|
<td align="left">
|
|
<!-- 2019-09-10 divProcess 값을 schVO.getProcessNo() 로 변경 -->
|
|
<a href="https://www.humetro.busan.kr/voc/admin/search.tnn?act=searchPage&process_no=1&divProcess=1&divSearch=&divSearchText=&schYear=2026&schMonth=02&schDay=05&schYear2=2026&schMonth2=02&schDay2=12&onePageNum=10&pageNum=1&typeNo=&parent1FieldNO=&parent2FieldNO=&vocCode=26021181740&parent1Channel=&parent2Channel=&vocPublic=A"
|
|
title="서면역 자동제세동기 위치 변경 요청 및 장애인 화장실 안전바 흔들림">
|
|
서면역 자동제세동기 위치 변경 요청..</a>
|
|
</td>
|
|
<td>
|
|
<a
|
|
href="javascript:openWindow('search.tnn?act=popupCustomer&jumin1=&jumin2=&vocCode=26021181740','','width=780,height=500,scrollbars=yes')">
|
|
김은경..
|
|
</a>
|
|
</td>
|
|
|
|
<td></td>
|
|
|
|
<td>○</td>
|
|
|
|
<td>
|
|
접수대기
|
|
|
|
|
|
</td>
|
|
|
|
|
|
<td>0.00</td>
|
|
<td>
|
|
<div title="null" style="cursor: default;">
|
|
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr bgcolor="#ffffff" align="center" height="30">
|
|
<td>26021181739</td>
|
|
<td>콜센터</td>
|
|
<td align="left">
|
|
<!-- 2019-09-10 divProcess 값을 schVO.getProcessNo() 로 변경 -->
|
|
<a href="https://www.humetro.busan.kr/voc/admin/search.tnn?act=searchPage&process_no=1&divProcess=1&divSearch=&divSearchText=&schYear=2026&schMonth=02&schDay=05&schYear2=2026&schMonth2=02&schDay2=12&onePageNum=10&pageNum=1&typeNo=&parent1FieldNO=&parent2FieldNO=&vocCode=26021181739&parent1Channel=&parent2Channel=&vocPublic=A"
|
|
title="부산역 노인도우미 불필요한 안내 불만">
|
|
부산역 노인도우미 불필요한 안내 불..</a>
|
|
</td>
|
|
<td>
|
|
<a
|
|
href="javascript:openWindow('search.tnn?act=popupCustomer&jumin1=&jumin2=&vocCode=26021181739','','width=780,height=500,scrollbars=yes')">
|
|
이영주..
|
|
</a>
|
|
</td>
|
|
|
|
<td></td>
|
|
|
|
<td>○</td>
|
|
|
|
<td>
|
|
접수대기
|
|
|
|
|
|
</td>
|
|
|
|
|
|
<td>0.00</td>
|
|
<td>
|
|
<div title="null" style="cursor: default;">
|
|
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<table width="730">
|
|
<tbody>
|
|
<tr>
|
|
<td width="730" align="center" height="50">
|
|
<b>[1]</b> <a
|
|
href="javascript:ListAction('search.tnn?act=searchList&divProcess=&divSearch=&divSearchText=&schYear=2026&schMonth=02&schDay=05&schYear2=2026&schMonth2=02&schDay2=12&typeNo=&parent1FieldNO=&parent2FieldNO=&proDate=&parent1Channel=&parent2Channel=&voc_term_type=&voc_minwon_type=&parent3FieldNO=&voc_kind=','2')">[2]</a>
|
|
<a
|
|
href="javascript:ListAction('search.tnn?act=searchList&divProcess=&divSearch=&divSearchText=&schYear=2026&schMonth=02&schDay=05&schYear2=2026&schMonth2=02&schDay2=12&typeNo=&parent1FieldNO=&parent2FieldNO=&proDate=&parent1Channel=&parent2Channel=&voc_term_type=&voc_minwon_type=&parent3FieldNO=&voc_kind=','3')">[3]</a>
|
|
<a
|
|
href="javascript:ListAction('search.tnn?act=searchList&divProcess=&divSearch=&divSearchText=&schYear=2026&schMonth=02&schDay=05&schYear2=2026&schMonth2=02&schDay2=12&typeNo=&parent1FieldNO=&parent2FieldNO=&proDate=&parent1Channel=&parent2Channel=&voc_term_type=&voc_minwon_type=&parent3FieldNO=&voc_kind=','4')">[4]</a>
|
|
<a
|
|
href="javascript:ListAction('search.tnn?act=searchList&divProcess=&divSearch=&divSearchText=&schYear=2026&schMonth=02&schDay=05&schYear2=2026&schMonth2=02&schDay2=12&typeNo=&parent1FieldNO=&parent2FieldNO=&proDate=&parent1Channel=&parent2Channel=&voc_term_type=&voc_minwon_type=&parent3FieldNO=&voc_kind=','5')">[5]</a>
|
|
<a
|
|
href="javascript:ListAction('search.tnn?act=searchList&divProcess=&divSearch=&divSearchText=&schYear=2026&schMonth=02&schDay=05&schYear2=2026&schMonth2=02&schDay2=12&typeNo=&parent1FieldNO=&parent2FieldNO=&proDate=&parent1Channel=&parent2Channel=&voc_term_type=&voc_minwon_type=&parent3FieldNO=&voc_kind=','6')">[6]</a>
|
|
<a
|
|
href="javascript:ListAction('search.tnn?act=searchList&divProcess=&divSearch=&divSearchText=&schYear=2026&schMonth=02&schDay=05&schYear2=2026&schMonth2=02&schDay2=12&typeNo=&parent1FieldNO=&parent2FieldNO=&proDate=&parent1Channel=&parent2Channel=&voc_term_type=&voc_minwon_type=&parent3FieldNO=&voc_kind=','7')">[7]</a>
|
|
( 1 page / 7 page )
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
|
|
<!--------------------------------- 본문 끝 ---------------------------------------------------->
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
|
|
<tbody>
|
|
<tr>
|
|
|
|
|
|
<td width="100%" height="74" colspan="2" bgcolor="#2d3d4f" style="border-top:1px solid #d5d8dc">
|
|
<img src="./부산교통공사2_files/copy.png" style="margin:0 0 0 279px;">
|
|
</td>
|
|
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html> |