feat: 관리자 건설 기준 관리 쪽 사이드 메뉴 추가

thkim
thkim 2023-12-28 13:47:35 +09:00
parent 3040c9c5ac
commit e65a4757a8
6 changed files with 241 additions and 7 deletions

View File

@ -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 ProgressStatus(props) {
const Location = React.memo(function Location() {
return (
<div className="location">
<ul>
<li><Link to={URL.MAIN} className="home">Home</Link></li>
<li><Link to={URL.ADMIN}>위원회 관리</Link></li>
<li>진행현황 관리</li>
</ul>
</div>
)
});
return (
<div className="container">
ProgressStatus
<div className="c_wrap">
{/* <!-- Location --> */}
<Location />
{/* <!--// Location --> */}
<div className="layout">
{/* <!-- Navigation --> */}
<EgovLeftNav></EgovLeftNav>
{/* <!--// Navigation --> */}
<div className="contents " id="contents">
{/* <!-- 본문 --> */}
<div className="top_tit">
<h1 className="tit_1">위원회 관리</h1>
</div>
<h2 className="tit_2">진행현황 관리</h2>
여기에 구현해주세요.
{/* <!--// 본문 --> */}
</div>
</div>
</div>
</div>
);
}

View File

@ -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 Schedules(props) {
const Location = React.memo(function Location() {
return (
<div className="location">
<ul>
<li><Link to={URL.MAIN} className="home">Home</Link></li>
<li><Link to={URL.ADMIN}>위원회 관리</Link></li>
<li>위원회 일정 관리</li>
</ul>
</div>
)
});
return (
<div className="container">
Schedules
<div className="c_wrap">
{/* <!-- Location --> */}
<Location />
{/* <!--// Location --> */}
<div className="layout">
{/* <!-- Navigation --> */}
<EgovLeftNav></EgovLeftNav>
{/* <!--// Navigation --> */}
<div className="contents " id="contents">
{/* <!-- 본문 --> */}
<div className="top_tit">
<h1 className="tit_1">위원회 관리</h1>
</div>
<h2 className="tit_2">위원회 일정 관리</h2>
여기에 구현해주세요.
{/* <!--// 본문 --> */}
</div>
</div>
</div>
</div>
);
}

View File

@ -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 ApiKeys(props) {
const Location = React.memo(function Location() {
return (
<div className="location">
<ul>
<li><Link to={URL.MAIN} className="home">Home</Link></li>
<li><Link to={URL.ADMIN}>건설기준 관리</Link></li>
<li>API KEY 관리</li>
</ul>
</div>
)
});
return (
<div className="container">
ApiKeys
<div className="c_wrap">
{/* <!-- Location --> */}
<Location />
{/* <!--// Location --> */}
<div className="layout">
{/* <!-- Navigation --> */}
<EgovLeftNav></EgovLeftNav>
{/* <!--// Navigation --> */}
<div className="contents " id="contents">
{/* <!-- 본문 --> */}
<div className="top_tit">
<h1 className="tit_1">건설기준 관리</h1>
</div>
<h2 className="tit_2">API KEY 관리</h2>
여기에 구현해주세요.
{/* <!--// 본문 --> */}
</div>
</div>
</div>
</div>
);
}

View File

@ -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 InfoDisclosure(props) {
const Location = React.memo(function Location() {
return (
<div className="location">
<ul>
<li><Link to={URL.MAIN} className="home">Home</Link></li>
<li><Link to={URL.ADMIN}>건설기준 관리</Link></li>
<li>건설기준 내용 관리</li>
</ul>
</div>
)
});
return (
<div className="container">
InfoDisclosure
<div className="c_wrap">
{/* <!-- Location --> */}
<Location />
{/* <!--// Location --> */}
<div className="layout">
{/* <!-- Navigation --> */}
<EgovLeftNav></EgovLeftNav>
{/* <!--// Navigation --> */}
<div className="contents " id="contents">
{/* <!-- 본문 --> */}
<div className="top_tit">
<h1 className="tit_1">건설기준 관리</h1>
</div>
<h2 className="tit_2">건설기준 내용 관리</h2>
여기에 구현해주세요.
{/* <!--// 본문 --> */}
</div>
</div>
</div>
</div>
);
}
export default InfoDisclosure;
export default InfoDisclosure;

View File

@ -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 ReferenceCodes(props) {
const Location = React.memo(function Location() {
return (
<div className="location">
<ul>
<li><Link to={URL.MAIN} className="home">Home</Link></li>
<li><Link to={URL.ADMIN}>건설기준 관리</Link></li>
<li>참조코드 관리</li>
</ul>
</div>
)
});
return (
<div className="container">
ReferenceCodes
<div className="c_wrap">
{/* <!-- Location --> */}
<Location />
{/* <!--// Location --> */}
<div className="layout">
{/* <!-- Navigation --> */}
<EgovLeftNav></EgovLeftNav>
{/* <!--// Navigation --> */}
<div className="contents " id="contents">
{/* <!-- 본문 --> */}
<div className="top_tit">
<h1 className="tit_1">건설기준 관리</h1>
</div>
<h2 className="tit_2">참조코드 관리</h2>
여기에 구현해주세요.
{/* <!--// 본문 --> */}
</div>
</div>
</div>
</div>
);
}

View File

@ -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 SimilarityCheck(props) {
const Location = React.memo(function Location() {
return (
<div className="location">
<ul>
<li><Link to={URL.MAIN} className="home">Home</Link></li>
<li><Link to={URL.ADMIN}>건설기준 관리</Link></li>
<li>유사성 검사</li>
</ul>
</div>
)
});
return (
<div className="container">
SimilarityCheck
<div className="c_wrap">
{/* <!-- Location --> */}
<Location />
{/* <!--// Location --> */}
<div className="layout">
{/* <!-- Navigation --> */}
<EgovLeftNav></EgovLeftNav>
{/* <!--// Navigation --> */}
<div className="contents " id="contents">
{/* <!-- 본문 --> */}
<div className="top_tit">
<h1 className="tit_1">건설기준 관리</h1>
</div>
<h2 className="tit_2">유사성 검사</h2>
여기에 구현해주세요.
{/* <!--// 본문 --> */}
</div>
</div>
</div>
</div>
);
}