File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns:th="http://www.thymeleaf.org">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>결과</title>
<script type="text/javascript">
<th:block>
<th:block th:if="${resultType eq 'MY_BCRN'}">
<th:block th:if="${not empty resultFunctionValue}">
if(parent.fn_egov_save_result_action) {
parent.fn_egov_save_result_action('http://${siteInfo.siteUrl}${MembersFileStoreWebPath}${resultFunctionValue.streFileNm}');
}
</th:block>
</th:block>
<th:block th:if="${resultType eq 'BCRN'}">
<th:block th:if="${not empty resultFunctionValue}">
if(parent.fn_egov_save_result_action) {
parent.fn_egov_save_result_action('http://${siteInfo.siteUrl}${BackgroundFileStoreWebPath}${resultFunctionValue.imageFileNm}');
}
</th:block>
</th:block>
<th:block th:if="${resultType eq 'MY_MNU'}">
<th:block th:if="${not empty resultFunctionValue}">
if(parent.fn_egov_save_result_cus_action) {
parent.fn_egov_save_result_cus_action('${resultFunctionValue.indvdlFileId}', 'http://${siteInfo.siteUrl}${MembersFileStoreWebPath}${resultFunctionValue.streFileNm}', '${resultFunctionValue.title}', '${resultFunctionValue.url}', '${resultFunctionValue.dc}');
}
</th:block>
</th:block>
<th:block th:if="${resultType eq 'MNU'}">
<th:block th:if="${not empty resultFunctionValue}">
if(parent.fn_egov_save_result_action) {
parent.fn_egov_save_result_action('${resultFunctionValue.trgetId}');
}
</th:block>
</th:block>
</th:block>
<th:block th:if="${not empty resultMessage}">
alert('<span th:text="#{${resultMessage}}"></span>');
//parent.fn_egov_save_result_action('${resultValue}');
//top.document.location.reload();
</th:block>
</script>
</head>
<body>
</body>
</html>