Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Cul.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
540 changes: 540 additions & 0 deletions Curriculum.html

Large diffs are not rendered by default.

41 changes: 41 additions & 0 deletions DisplayTable-1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!DOCTYPE html>
<html lang="ko" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<script type="text/javascript">

</script>
<style>
.left-box {
background: red;
float: left;
}
.right-box {
background: blue;
float: right;
}
</style>
</head>
<body>
<table>
<thead>
<tr>
<td>옵션 무시 <input type="radio" name="timeTable" value=""></td>
<td>옵션 적용 <input type="radio" name="timeTable" value=""></td>
</tr>
</thead>
<tbody>
<tr>
<td><iframe src="TT-1.html" width="500" height="600"></iframe></td>
<td><iframe src="TT-2.html" width ="500" height="600"></iframe></td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="3"><input type="button" name="" value="Create" onclick="goBack();"></td>
</tr>
</tfoot>
</table>
</body>
</html>
63 changes: 63 additions & 0 deletions DisplayTable.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<!DOCTYPE html>
<html lang="ko" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<script type="text/javascript">
let rad = document.getElementsByName('timeTable');
// let mjrarr = JSON.parse(localStorage.getItem("dataA"));
// let libarr = JSON.parse(localStorage.getItem("dataB"));
// let libsarr = JSON.parse(localStorage.getItem("dataC"));
// let optarr = JSON.parse(localStorage.getItem("Opt"));
let goBack = function(){
// alert(mjrarr);
// alert(libarr);
// alert(libsarr);
// alert(optarr);
for (let i = 0; i < rad.length; i++) {
if(rad[i].checked){
alert((i+1) + "번 째 시간표를 생성한다.");
localStorage.setItem("Rad", i);
}
}
opener.location = "Main.html";
self.close();
}
</script>
<style type="text/css">
table, tr, td{
border : 1px solid black;
text-align: center;
width: 100%;
height:50px;
}
h1{
text-align: center;
}
</style>
</head>
<body>
<h1>DisplayTT</h1>
<form class="" action="Main.html" method="get">
<table>
<thead>
<tr>
<td>옵션 무시 <input type="radio" name="timeTable" value=""></td>
<td>옵션 적용 <input type="radio" name="timeTable" value=""></td>
</tr>
</thead>
<tbody>
<tr>
<td><iframe src="MTT_OPT.html" width="500" height="600"></iframe></td>
<td><iframe src="MTT_OPT.html" width ="500" height="600"></iframe></td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="3"><input type="button" name="" value="Create" onclick="goBack();"></td>
</tr>
</tfoot>
</table>
</form>
</body>
</html>
204 changes: 204 additions & 0 deletions FreeC.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,204 @@
<!DOCTYPE html>
<html lang="en">

<head>

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">

<title>C간표 - 자유 게시판</title>

<!-- Bootstrap core CSS-->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">

<!-- Custom fonts for this template-->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">

<!-- Page level plugin CSS-->
<link href="vendor/datatables/dataTables.bootstrap4.css" rel="stylesheet">

<!-- Custom styles for this template-->
<link href="css/sb-admin.css" rel="stylesheet">


</head>

<body id="page-top">

<nav class="navbar navbar-expand navbar-dark bg-dark static-top">

<a class="navbar-brand mr-1" href="Main.html">프로젝트 C간표</a>

<button class="btn btn-link btn-sm text-white order-1 order-sm-0" id="sidebarToggle" href="#">
<i class="fas fa-bars"></i>
</button>

<!-- Navbar Search -->
<form class="d-none d-md-inline-block form-inline ml-auto mr-0 mr-md-3 my-2 my-md-0">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search for..." aria-label="Search" aria-describedby="basic-addon2">
<div class="input-group-append">
<button class="btn btn-primary" type="button">
<i class="fas fa-search"></i>
</button>
</div>
</div>
</form>

<!-- Navbar -->
<ul class="navbar-nav ml-auto ml-md-0">
<li class="nav-item dropdown no-arrow">
<a class="nav-link dropdown-toggle" href="#" id="userDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-user-circle fa-fw"></i>
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="userDropdown">
<a class="dropdown-item" href="#">Settings</a>
<a class="dropdown-item" href="#">Activity Log</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#" data-toggle="modal" data-target="#logoutModal">Logout</a>
</div>
</li>
</ul>

</nav>

<div id="wrapper">

<!-- Sidebar -->
<ul class="sidebar navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="Main.html">
<i class="fas fa-fw fa-calendar-check"></i>
<span>나의 시간표</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Curriculum.html">
<i class="fas fa-fw fa-chart-area"></i>
<span>커리큘럼</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="LectureEvaluation.html">
<i class="fas fa-fw fa-book-reader"></i>
<span>강의 평가</span></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="pagesDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-fw fa-user-friends"></i>
<span>게시판</span>
</a>
<div class="dropdown-menu" aria-labelledby="pagesDropdown">
<a class="dropdown-item" href="FreeC.html">자유 게시판</a>
<a class="dropdown-item" href="Q&AC.html">Q&A게시판</a>
</div>
</li>
</ul>

<div id="content-wrapper">

<div class="container-fluid">

<!-- Breadcrumbs-->
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="Main.html">나의 시간표</a>
</li>
<li class="breadcrumb-item active">자유 게시판</li>
</ol>


<!-- Page Content -->
<div class="card">
<table class="table table-hover">
<thead>
<tr class="table-title">
<th scope="row" class="cols1">번호</th>
<th scope="row" class="cols2">제&nbsp;&nbsp;&nbsp;목</th>
<th scope="row" class="cols3">내&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;용</th>
<th scope="row "class="cols4">작성자</th>
</tr>
</thead>
<tbody>
<tr>
<td class="cols1">1</td>
<td class="cols2">팀프</td>
<td class="cols3">팀프 너무 재밋어요</td>
<td class="cols4">60151111</td>
</tr>
<tr>
<td class="cols1">2</td>
<td class="cols2">팀프</td>
<td class="cols3">팀프 너무 즐거워요</td>
<td class="cols4">60161111</td>
</tr>
<tr>
<td class="cols1">3</td>
<td class="cols2">고급객체</td>
<td class="cols3">고객 같이 팀하실분 있나요?</td>
<td class="cols4">60161111</td>
</tr>
</table>
</div>
<div>
<form class="write-submit" action="FreeCW.html">
<button type="submit" class="btn btn-success">글 작성</button>
</form>
</div>
</div>
<!-- /.container-fluid -->

<!-- Sticky Footer -->
<footer class="sticky-footer">
<div class="container my-auto">
<div class="copyright text-center my-auto">
<span>Copyright © Your Website 2018</span>
</div>
</div>
</footer>

</div>
<!-- /.content-wrapper -->

</div>
<!-- /#wrapper -->

<!-- Scroll to Top Button-->
<a class="scroll-to-top rounded" href="#page-top">
<i class="fas fa-angle-up"></i>
</a>

<!-- Logout Modal-->
<div class="modal fade" id="logoutModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Ready to Leave?</h5>
<button class="close" type="button" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">Select "Logout" below if you are ready to end your current session.</div>
<div class="modal-footer">
<button class="btn btn-secondary" type="button" data-dismiss="modal">Cancel</button>
<a class="btn btn-primary" href="Login.html">Logout</a>
</div>
</div>
</div>
</div>

<!-- Bootstrap core JavaScript-->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>

<!-- Core plugin JavaScript-->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>

<!-- Custom scripts for all pages-->
<script src="js/sb-admin.min.js"></script>

</body>

</html>
Loading