견문보고(관리기능), 외국인수사업무공유 페이지, 외사취약지, 외사장비현황, 외사분실운영현황 전시,
parent
b7010282ab
commit
d305365119
|
|
@ -162,7 +162,7 @@ public class CorpController {
|
|||
List<HashMap<String, Object>> stats = corpService.selectStats();
|
||||
model.addAttribute("stats", stats);
|
||||
|
||||
return "/target/corpStats.tiles";
|
||||
return "/tg/corpStats.tiles";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -250,7 +250,7 @@ public class CorpController {
|
|||
LinkedHashMap<String, String> fieldNameMap = getFieldName(searchVO.getGrpNo(), locale);
|
||||
model.addAttribute("fieldNameMap", fieldNameMap);
|
||||
|
||||
return "/target/corpList.tiles";
|
||||
return "/tg/corpList.tiles";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -311,7 +311,7 @@ public class CorpController {
|
|||
LinkedHashMap<String, String> fieldNameMap = getFieldName(vo.getGrpNo(), locale);
|
||||
model.addAttribute("fieldNameMap", fieldNameMap);
|
||||
|
||||
return "/target/corpView.tiles";
|
||||
return "/tg/corpView.tiles";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -357,7 +357,7 @@ public class CorpController {
|
|||
model.addAttribute("fieldNameMap", fieldNameMap);
|
||||
model.addAttribute("registerFlag", "create");
|
||||
}
|
||||
return "/target/corpAdd.tiles";
|
||||
return "/tg/corpAdd.tiles";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -437,7 +437,7 @@ public class CorpController {
|
|||
model.addAttribute("fieldNameMap", fieldNameMap);
|
||||
model.addAttribute("registerFlag", "modify");
|
||||
|
||||
return "/target/corpAdd.tiles";
|
||||
return "/tg/corpAdd.tiles";
|
||||
}
|
||||
|
||||
return makeRedirectUri(PageType.View, corpVO);
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@ public class DivMngController {
|
|||
DivMngVO vo = divMngService.select(divMngVO);
|
||||
model.addAttribute("divMngVO", vo);
|
||||
|
||||
return "/target/divMngView.tiles";
|
||||
return "/tg/divMngView.tiles";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -157,7 +157,7 @@ public class DivMngController {
|
|||
List<DivMngVO> divMngList = divMngService.selectList(searchVO);
|
||||
model.addAttribute("divMngList", divMngList);
|
||||
|
||||
return "/target/divMngList.tiles";
|
||||
return "/tg/divMngList.tiles";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -225,7 +225,7 @@ public class DivMngController {
|
|||
divMngVO.setPlace(loginUserVO.getPlace1());
|
||||
divMngVO.setPlaceStr(loginUserVO.getPlace1Str());
|
||||
|
||||
return "/target/divMngAdd.tiles";
|
||||
return "/tg/divMngAdd.tiles";
|
||||
} else {
|
||||
return makeRedirectUri(PageType.List, divMngVO);
|
||||
}
|
||||
|
|
@ -295,7 +295,7 @@ public class DivMngController {
|
|||
LoginUserVO loginUserVO = UserUtil.getMemberInfo();
|
||||
model.addAttribute("loginUserVO", loginUserVO);
|
||||
|
||||
return "/target/divMngAdd.tiles";
|
||||
return "/tg/divMngAdd.tiles";
|
||||
}
|
||||
|
||||
return makeRedirectUri(PageType.View, divMngVO);
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@ public class FerryController {
|
|||
FerryVO vo = ferryService.select(ferryVO);
|
||||
model.addAttribute("ferryVO", vo);
|
||||
|
||||
return "/target/ferryView.tiles";
|
||||
return "/tg/ferryView.tiles";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -160,7 +160,7 @@ public class FerryController {
|
|||
List<FerryVO> ferryList = ferryService.selectList(searchVO);
|
||||
model.addAttribute("ferryList", ferryList);
|
||||
|
||||
return "/target/ferryList.tiles";
|
||||
return "/tg/ferryList.tiles";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -193,7 +193,7 @@ public class FerryController {
|
|||
|
||||
ferryVO.setWriter(loginUserVO.getUserid());
|
||||
|
||||
return "/target/ferryAdd.tiles";
|
||||
return "/tg/ferryAdd.tiles";
|
||||
} else {
|
||||
return makeRedirectUri(PageType.List, ferryVO);
|
||||
}
|
||||
|
|
@ -269,7 +269,7 @@ public class FerryController {
|
|||
List<FerryRunTermType> runTermList = Arrays.asList(FerryRunTermType.values());
|
||||
model.addAttribute("runTermList", runTermList);
|
||||
|
||||
return "/target/ferryAdd.tiles";
|
||||
return "/tg/ferryAdd.tiles";
|
||||
}
|
||||
|
||||
return makeRedirectUri(PageType.View, ferryVO);
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@
|
|||
<th align="center"><spring:message code="equip.ps94" /></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<c:forEach var="equipstatus" items="${equipstatusList}" varStatus="status">
|
||||
<c:forEach var="equipstatus" items="${equipStatusList}" varStatus="status">
|
||||
<tr>
|
||||
<td align="center"><a href="javascript:fnEquipList('<c:out value="${equipstatus.equip }"/>')" style="color:#0000ff;"><c:out value="${equipstatus.equip_nm}" /></a></td>
|
||||
<td align="center"><c:out value="${equipstatus.total}" /></td>
|
||||
|
|
|
|||
|
|
@ -32,14 +32,14 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<c:forEach var="item" items="${statsPerPlace}" varStatus="status">
|
||||
<th align="center"><c:out value="${item['CODENM_YAK']}" /></th>
|
||||
<th align="center"><c:out value="${item['codenm_yak']}" /></th>
|
||||
</c:forEach>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<c:forEach var="item" items="${statsPerPlace}" varStatus="status">
|
||||
<td align="center"><c:out value="${item['CNT']}" /></td>
|
||||
<td align="center"><c:out value="${item['cnt']}" /></td>
|
||||
</c:forEach>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
|||
Loading…
Reference in New Issue