Compare commits
No commits in common. "a8aec3860e898dd284c5198da29483660790dba8" and "097089d048db23fb8364a6d976d0628f1c306221" have entirely different histories.
a8aec3860e
...
097089d048
|
|
@ -1,9 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<module type="JAVA_MODULE" version="4">
|
|
||||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
||||||
<exclude-output />
|
|
||||||
<content url="file://$MODULE_DIR$" />
|
|
||||||
<orderEntry type="inheritedJdk" />
|
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
|
||||||
</component>
|
|
||||||
</module>
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="ProjectRootManager">
|
|
||||||
<output url="file://$PROJECT_DIR$/out" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="ProjectModuleManager">
|
|
||||||
<modules>
|
|
||||||
<module fileurl="file://$PROJECT_DIR$/.idea/kcscDev.iml" filepath="$PROJECT_DIR$/.idea/kcscDev.iml" />
|
|
||||||
</modules>
|
|
||||||
</component>
|
|
||||||
</project>
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="VcsDirectoryMappings">
|
|
||||||
<mapping directory="" vcs="Git" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
||||||
|
|
@ -1,43 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="ChangeListManager">
|
|
||||||
<list default="true" id="cbd5a5a9-c605-4176-9f67-f130dc5cafd5" name="Changes" comment="">
|
|
||||||
<change afterPath="$PROJECT_DIR$/egovframe-template-simple-react-contribution/yarn.lock" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/kcsc-back-end/src/main/resources/application.properties" beforeDir="false" afterPath="$PROJECT_DIR$/kcsc-back-end/src/main/resources/application.properties" afterDir="false" />
|
|
||||||
</list>
|
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
||||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
||||||
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
||||||
</component>
|
|
||||||
<component name="Git.Settings">
|
|
||||||
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
||||||
</component>
|
|
||||||
<component name="ProjectColorInfo"><![CDATA[{
|
|
||||||
"associatedIndex": 3
|
|
||||||
}]]></component>
|
|
||||||
<component name="ProjectId" id="2ZsMR0eqQ4kriuFhAPE5h7h5XZA" />
|
|
||||||
<component name="ProjectViewState">
|
|
||||||
<option name="hideEmptyMiddlePackages" value="true" />
|
|
||||||
<option name="showLibraryContents" value="true" />
|
|
||||||
</component>
|
|
||||||
<component name="PropertiesComponent"><![CDATA[{
|
|
||||||
"keyToString": {
|
|
||||||
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
||||||
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
||||||
"git-widget-placeholder": "thkim",
|
|
||||||
"last_opened_file_path": "C:/Users/dbnt/git/dbnt/kcscDev"
|
|
||||||
}
|
|
||||||
}]]></component>
|
|
||||||
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
|
||||||
<component name="TaskManager">
|
|
||||||
<task active="true" id="Default" summary="Default task">
|
|
||||||
<changelist id="cbd5a5a9-c605-4176-9f67-f130dc5cafd5" name="Changes" comment="" />
|
|
||||||
<created>1703206321951</created>
|
|
||||||
<option name="number" value="Default" />
|
|
||||||
<option name="presentableId" value="Default" />
|
|
||||||
<updated>1703206321951</updated>
|
|
||||||
</task>
|
|
||||||
<servers />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
||||||
{
|
|
||||||
// Use IntelliSense to learn about possible attributes.
|
|
||||||
// Hover to view descriptions of existing attributes.
|
|
||||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
||||||
"version": "0.2.0",
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"type": "chrome",
|
|
||||||
"request": "launch",
|
|
||||||
"name": "Launch Chrome against localhost",
|
|
||||||
"url": "http://localhost:3000",
|
|
||||||
"webRoot": "${workspaceFolder}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -4,12 +4,12 @@ import { NavLink } from 'react-router-dom';
|
||||||
import URL from 'constants/url';
|
import URL from 'constants/url';
|
||||||
import {Accordion} from "react-bootstrap";
|
import {Accordion} from "react-bootstrap";
|
||||||
|
|
||||||
function EgovLeftNavAdmin({activeKey}) {
|
function EgovLeftNavAdmin() {
|
||||||
return (
|
return (
|
||||||
<div className="nav">
|
<div className="nav">
|
||||||
<div className="inner">
|
<div className="inner">
|
||||||
<h2 className={"nav_title"}>사이트관리</h2>
|
<h2 className={"nav_title"}>사이트관리</h2>
|
||||||
<Accordion defaultActiveKey={activeKey}>
|
<Accordion>
|
||||||
<Accordion.Item eventKey={"0"}>
|
<Accordion.Item eventKey={"0"}>
|
||||||
<Accordion.Header>환경설정</Accordion.Header>
|
<Accordion.Header>환경설정</Accordion.Header>
|
||||||
<Accordion.Body>
|
<Accordion.Body>
|
||||||
|
|
|
||||||
|
|
@ -1,51 +1,11 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import CODE from "../../../constants/code";
|
|
||||||
import { default as EgovLeftNav } from 'components/leftmenu/EgovLeftNavAdmin';
|
|
||||||
import {Link} from "react-router-dom";
|
|
||||||
import URL from "../../../constants/url";
|
|
||||||
import ParentCodeDiv from "./baseCode/ParentCodeDiv";
|
|
||||||
import Row from "react-bootstrap/Row";
|
|
||||||
import Col from "react-bootstrap/Col";
|
|
||||||
import ChildCodeDiv from "./baseCode/ChildCodeDiv";
|
|
||||||
|
|
||||||
|
|
||||||
function BaseCodeMgt(props) {
|
function BaseCodeMgt(props) {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<div className="c_wrap">
|
BaseCodeMgt
|
||||||
<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>
|
|
||||||
<div className="layout">
|
|
||||||
{/* <!-- Navigation --> */}
|
|
||||||
<EgovLeftNav activeKey={"0"}></EgovLeftNav>
|
|
||||||
<div className="contents NOTICE_LIST" id="contents">
|
|
||||||
{/* <!-- 본문 --> */}
|
|
||||||
|
|
||||||
<div className="top_tit">
|
|
||||||
<h1 className="tit_1">사이트관리</h1>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<h2 className="tit_2">기본 코드 관리</h2>
|
|
||||||
<Row>
|
|
||||||
<Col xs={"6"}>
|
|
||||||
<ParentCodeDiv/>
|
|
||||||
</Col>
|
|
||||||
<Col xs={"6"}>
|
|
||||||
<ChildCodeDiv/>
|
|
||||||
</Col>
|
|
||||||
</Row>
|
|
||||||
<div className={"childCode"}>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,30 +0,0 @@
|
||||||
import {Container} from "react-bootstrap";
|
|
||||||
import Row from "react-bootstrap/Row";
|
|
||||||
import Col from "react-bootstrap/Col";
|
|
||||||
import Form from 'react-bootstrap/Form'
|
|
||||||
import Button from "react-bootstrap/Button";
|
|
||||||
|
|
||||||
function ChildCodeDiv(){
|
|
||||||
return (
|
|
||||||
<Container className={"pt-3"}>
|
|
||||||
<Row className={"py-2 bg-light border-bottom"}>
|
|
||||||
<Col xs={4}>코드</Col>
|
|
||||||
<Col xs={4}>코드명</Col>
|
|
||||||
<Col xs={2}>삭제</Col>
|
|
||||||
<Col xs={2}>수정</Col>
|
|
||||||
</Row>
|
|
||||||
{}
|
|
||||||
<Row className={"py-1"}>
|
|
||||||
<Col xs={4}>
|
|
||||||
<Form.Control type={"text"} placeholder={"코드"} size={"sm"}/>
|
|
||||||
</Col>
|
|
||||||
<Col xs={4}>
|
|
||||||
<Form.Control type={"text"} placeholder={"코드명"} size={"sm"}/>
|
|
||||||
</Col>
|
|
||||||
<Col xs={{span:2, offset:2}}><Button type={"button"} variant={"primary"} size={"sm"}>등록</Button></Col>
|
|
||||||
</Row>
|
|
||||||
</Container>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
export default ChildCodeDiv;
|
|
||||||
|
|
@ -1,30 +0,0 @@
|
||||||
import {Container} from "react-bootstrap";
|
|
||||||
import Row from "react-bootstrap/Row";
|
|
||||||
import Col from "react-bootstrap/Col";
|
|
||||||
import Form from 'react-bootstrap/Form'
|
|
||||||
import Button from "react-bootstrap/Button";
|
|
||||||
|
|
||||||
function ParentCodeDiv(){
|
|
||||||
return (
|
|
||||||
<Container className={"pt-3"}>
|
|
||||||
<Row className={"py-2 bg-light border-bottom"}>
|
|
||||||
<Col xs={4}>코드그룹</Col>
|
|
||||||
<Col xs={4}>코드그룹명</Col>
|
|
||||||
<Col xs={2}>삭제</Col>
|
|
||||||
<Col xs={2}>수정</Col>
|
|
||||||
</Row>
|
|
||||||
{}
|
|
||||||
<Row className={"py-1"}>
|
|
||||||
<Col xs={4}>
|
|
||||||
<Form.Control type={"text"} placeholder={"코드그룹"} size={"sm"}/>
|
|
||||||
</Col>
|
|
||||||
<Col xs={4}>
|
|
||||||
<Form.Control type={"text"} placeholder={"코드그룹명"} size={"sm"}/>
|
|
||||||
</Col>
|
|
||||||
<Col xs={{span:2, offset:2}}><Button type={"button"} variant={"primary"} size={"sm"}>등록</Button></Col>
|
|
||||||
</Row>
|
|
||||||
</Container>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
export default ParentCodeDiv;
|
|
||||||
|
|
@ -2,6 +2,7 @@ import {React, useCallback, useEffect, useState} from "react";
|
||||||
import Modal from "react-bootstrap/Modal";
|
import Modal from "react-bootstrap/Modal";
|
||||||
import * as EgovNet from "../../api/egovFetch";
|
import * as EgovNet from "../../api/egovFetch";
|
||||||
import {VwDiv} from "./Vw.style";
|
import {VwDiv} from "./Vw.style";
|
||||||
|
import Form from "react-bootstrap/Form";
|
||||||
import Col from "react-bootstrap/Col";
|
import Col from "react-bootstrap/Col";
|
||||||
import Row from "react-bootstrap/Row";
|
import Row from "react-bootstrap/Row";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,3 @@ out/
|
||||||
|
|
||||||
### VS Code ###
|
### VS Code ###
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
|
|
||||||
**/.idea
|
|
||||||
**/.vscode
|
|
||||||
Loading…
Reference in New Issue