diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/contents/PopUp.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/contents/PopUp.jsx index 657a3c2..648f037 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/contents/PopUp.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/contents/PopUp.jsx @@ -1,13 +1,76 @@ import React from 'react'; +import { Link } from 'react-router-dom'; +import URL from 'constants/url'; + +import { default as EgovLeftNav } from 'components/leftmenu/EgovLeftNavAdmin'; function PopUp(props) { + + + + const Location = React.memo(function Location() { + return ( +
+ +
+ ) + }); return (
- PopUp +
+ {/* */} + + {/* */} + +
+ {/* */} + + {/* */} + +
+ {/* */} + +
+

컨텐츠 관리

+
+ +

팝업 관리

+ + +
+ +
+ + + + + + + + + + +
제목기간사용여부삭제
+
+
+ {/* */} +
+
+
); } + export default PopUp; \ No newline at end of file diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardsResearch.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardsResearch.jsx index 4992f4f..11797ee 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardsResearch.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardsResearch.jsx @@ -1,13 +1,52 @@ import React from 'react'; +import { Link } from 'react-router-dom'; + +import URL from 'constants/url'; + +import { default as EgovLeftNav } from 'components/leftmenu/EgovLeftNavAdmin'; function StandardsResearch(props) { + const Location = React.memo(function Location() { + return ( +
+ +
+ ) + }); + return (
- StandardsResearch +
+ {/* */} + + {/* */} + +
+ {/* */} + + {/* */} + +
+ {/* */} +
+

컨텐츠 관리

+
+ +

건설기준연구 관리

+ + 여기에 구현해주세요. + {/* */} +
+
+
); } -export default StandardsResearch; \ No newline at end of file +export default StandardsResearch; diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/contents/Survey.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/contents/Survey.jsx index cdf7669..6994d4a 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/contents/Survey.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/contents/Survey.jsx @@ -1,11 +1,50 @@ import React from 'react'; +import { Link } from 'react-router-dom'; + +import URL from 'constants/url'; + +import { default as EgovLeftNav } from 'components/leftmenu/EgovLeftNavAdmin'; function Survey(props) { + const Location = React.memo(function Location() { + return ( +
+ +
+ ) + }); + return (
- Survey +
+ {/* */} + + {/* */} + +
+ {/* */} + + {/* */} + +
+ {/* */} +
+

컨텐츠 관리

+
+ +

설문 관리

+ + 여기에 구현해주세요. + {/* */} +
+
+
); } diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/contents/TextMessages.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/contents/TextMessages.jsx index 08e537a..69ef21e 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/contents/TextMessages.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/contents/TextMessages.jsx @@ -1,11 +1,50 @@ import React from 'react'; +import { Link } from 'react-router-dom'; + +import URL from 'constants/url'; + +import { default as EgovLeftNav } from 'components/leftmenu/EgovLeftNavAdmin'; function TextMessages(props) { + const Location = React.memo(function Location() { + return ( +
+ +
+ ) + }); + return (
- TextMessages +
+ {/* */} + + {/* */} + +
+ {/* */} + + {/* */} + +
+ {/* */} +
+

컨텐츠 관리

+
+ +

문자 발송

+ + 여기에 구현해주세요. + {/* */} +
+
+
); }