Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
online-quiz-react
Commits
dcb4e853
Commit
dcb4e853
authored
Aug 16, 2020
by
Jiwon Yoon
Browse files
ㅠㅠ
parent
38b36bb6
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/Admin.js
View file @
dcb4e853
...
@@ -30,14 +30,14 @@ function Admin() {
...
@@ -30,14 +30,14 @@ function Admin() {
<>
<>
<
div
className
=
"
container-fluid
"
>
<
div
className
=
"
container-fluid
"
>
<
div
className
=
"
row justify-content-md-center mt-5
"
>
<
div
className
=
"
row justify-content-md-center mt-5
"
>
<
div
className
=
"
col-2 text-center border py-5
"
>
<
div
className
=
"
col-2 text-center border py-5
bg-white
"
>
<
div
className
=
"
mb-5
"
>
<
div
className
=
"
py-3 border-top border-bottom
"
>
<
h
4
>
관리자페이지
<
/h
4
>
<
h
5
className
=
"
font-weight-bold
"
>
ADMIN
<
/h
5
>
<
/div
>
<
/div
>
<
div
>
<
div
className
=
"
border-bottom py-4
"
>
<
button
type
=
"
button
"
className
=
"
btn btn-
outline-info mb-5
"
onClick
=
{
handleClickSetting
}
>
Setting
<
/button
>
<
button
type
=
"
button
"
className
=
"
btn btn-
info
"
onClick
=
{
handleClickSetting
}
>
Setting
<
/button
>
<
/div
>
<
/div
>
<
div
class
=
"
btn-group-vertical
"
>
<
div
class
Name
=
"
btn-group-vertical
py-4
"
>
<
button
type
=
"
button
"
className
=
"
btn btn-outline-primary
"
id
=
"
1
"
onClick
=
{
handleClickQuiz
}
>
Quiz
1
<
/button
>
<
button
type
=
"
button
"
className
=
"
btn btn-outline-primary
"
id
=
"
1
"
onClick
=
{
handleClickQuiz
}
>
Quiz
1
<
/button
>
<
button
type
=
"
button
"
className
=
"
btn btn-outline-primary
"
id
=
"
2
"
onClick
=
{
handleClickQuiz
}
>
Quiz
2
<
/button
>
<
button
type
=
"
button
"
className
=
"
btn btn-outline-primary
"
id
=
"
2
"
onClick
=
{
handleClickQuiz
}
>
Quiz
2
<
/button
>
<
button
type
=
"
button
"
className
=
"
btn btn-outline-primary
"
id
=
"
3
"
onClick
=
{
handleClickQuiz
}
>
Quiz
3
<
/button
>
<
button
type
=
"
button
"
className
=
"
btn btn-outline-primary
"
id
=
"
3
"
onClick
=
{
handleClickQuiz
}
>
Quiz
3
<
/button
>
...
...
src/AdminQuiz.js
View file @
dcb4e853
...
@@ -89,7 +89,7 @@ function AdminQuiz(props) {
...
@@ -89,7 +89,7 @@ function AdminQuiz(props) {
return
(
return
(
<
div
className
=
""
id
=
"
Quiz1
"
>
<
div
className
=
""
id
=
"
Quiz1
"
>
<
h2
className
=
"
p-3 border text-center
"
>
{
String
(
props
.
QuizNum
)}
번
문제만들기
<
/h2
>
<
h2
className
=
"
p-3 border text-center
bg-white font-weight-bold
"
>
{
String
(
props
.
QuizNum
)}
번
문제만들기
<
/h2
>
<
div
className
=
"
p-3 borber
"
>
<
div
className
=
"
p-3 borber
"
>
<
div
className
=
"
p-3
"
>
<
div
className
=
"
p-3
"
>
<
span
className
=
"
font-weight-bold mr-2 h3
"
>
1
.
문제
입력하기
<
/span
>
<
span
className
=
"
font-weight-bold mr-2 h3
"
>
1
.
문제
입력하기
<
/span
>
...
...
src/AdminSetting.js
View file @
dcb4e853
...
@@ -49,7 +49,7 @@ function AdminSetting() {
...
@@ -49,7 +49,7 @@ function AdminSetting() {
}
}
return
(
return
(
<
div
>
<
div
>
<
h
1
className
=
"
p-3 border
"
>
관리자
설정
변경
창
<
/h
1
>
<
h
2
className
=
"
p-3 border
text-center bg-white font-weight-bold
"
>
관리자
설정
변경
창
<
/h
2
>
<
div
className
=
"
p-3 border
"
>
<
div
className
=
"
p-3 border
"
>
<
h2
>
변경할
비밀번호를
입력하세요
<
/h2
>
<
h2
>
변경할
비밀번호를
입력하세요
<
/h2
>
<
input
type
=
"
text
"
onChange
=
{
handleChangePassword
}
placeholder
=
"
New Password
"
/>
<
input
type
=
"
text
"
onChange
=
{
handleChangePassword
}
placeholder
=
"
New Password
"
/>
...
...
src/App.js
View file @
dcb4e853
...
@@ -13,7 +13,7 @@ function App() {
...
@@ -13,7 +13,7 @@ function App() {
<
div
className
=
"
container-fluid vh-100 bg-light
"
>
<
div
className
=
"
container-fluid vh-100 bg-light
"
>
<
header
className
=
"
border-bottom
"
>
<
header
className
=
"
border-bottom
"
>
<
Link
to
=
"
/
"
>
<
Link
to
=
"
/
"
>
<
button
className
=
"
ml-3 btn btn-light btn-lg font-weight-bold text-
dark
"
>
Home
<
/button
>
<
button
className
=
"
ml-3 btn btn-light btn-lg font-weight-bold text-
info
"
>
Home
<
/button
>
<
/Link
>
<
/Link
>
<
/header
>
<
/header
>
<
Switch
>
<
Switch
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment