-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathselectTimes.html
More file actions
86 lines (68 loc) · 3.15 KB
/
selectTimes.html
File metadata and controls
86 lines (68 loc) · 3.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!-- <link rel="icon" type="image/png" href="assets/img/favicon.ico"> -->
<link rel="icon" type="image/png" href="./img/otlogoBlueBig.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>OTSystem</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta name="viewport" content="width=device-width" />
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/css/paper-kit.css?v=2.1.0" rel="stylesheet"/>
<link href="assets/css/demo.css" rel="stylesheet" />
<link href="./css/common.css" rel="stylesheet" />
<link href="./css/times.css" rel="stylesheet" />
<!-- original CSS -->
<link href="./css/common.css" rel="stylesheet" />
<link href="./css/times.css" rel="stylesheet" />
<!-- Fonts and icons -->
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,300,700' rel='stylesheet' type='text/css'>
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/css/nucleo-icons.css" rel="stylesheet" />
</head>
<body>
<div id="header"><!-- include header.html --></div>
<div class="container-fluid">
<div class="content-box">
<div class="row">
<h2 class="page-title">授業回選択</h2>
</div><!-- row -->
<div class="row">
<h4 class="col-lg-12">授業タイトル</h4>
</div><!-- row -->
<div class="row">
<h5 class="times col-lg-12">第256回</h5>
</div><!-- row -->
<div class="row">
<button type="button" class="btn btn-lg btn-success times-title col-11 col-lg-6">野外授業:昆虫採集</button>
</div><!-- row -->
</div><!-- content-box -->
<div class="row justify-content-end line-btns">
<div class="col-4 col-lg-auto">
<button type="button" class="btn btn-success line-btn"><i class="nc-icon nc-badge" aria-hidden="true"></i> グループ編集</button>
</div>
<div class="col-4 col-lg-auto">
<button type="button" class="btn btn-success line-btn"><i class="nc-icon nc-single-copy-04" aria-hidden="true"></i> 質問閲覧・編集</button>
</div>
<div class="col-2 col-lg-auto">
<button type="button" class="btn btn-success line-btn"><i class="nc-icon nc-minimal-left" aria-hidden="true"></i> 戻る</button>
</div>
</div><!-- row -->
</div><!-- container-fluid -->
</body>
<!-- Core JS Files -->
<script src="assets/js/jquery-3.2.1.js" type="text/javascript"></script>
<script src="assets/js/jquery-ui-1.12.1.custom.min.js" type="text/javascript"></script>
<script src="assets/js/popper.js" type="text/javascript"></script>
<script src="assets/js/bootstrap.min.js" type="text/javascript"></script>
<!-- Switches -->
<script src="assets/js/bootstrap-switch.min.js"></script>
<!-- Plugins for Slider -->
<script src="assets/js/nouislider.js"></script>
<!-- Plugins for DateTimePicker -->
<script src="assets/js/moment.min.js"></script>
<script src="assets/js/bootstrap-datetimepicker.min.js"></script>
<!-- Paper Kit Initialization snd functons -->
<script src="assets/js/paper-kit.js?v=2.1.0"></script>
</html>