-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirstmain_140.php
More file actions
83 lines (50 loc) · 1.99 KB
/
Copy pathfirstmain_140.php
File metadata and controls
83 lines (50 loc) · 1.99 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
<link rel="stylesheet" type="text/css" href="firstmain_140.css">
<!-- 부트스트랩 -->
<link href="/library/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<?php
//장시간 미사용 로그인 해제 어떻게 할지.
session_start();
/*
if($_SESSION['is_logged'] ==0)
{ ?>
<script>
alert("아이디나 비밀번호를 확인해주세요.");
location.replace("pro_login.php");
</script>
<?php
exit;
}
*/
?>
<div class="row" id="alldisplay">
<div class="col-md-12" id="upper">
<?php include "mainupper.php";?>
</div>
<div class="col-md-12" id="mainframe">
<div class="col-md-12" id="center">
<div class="col-md-2 col-md-offset-5" id="switch">
<?php include "firstmain_switch.php" ?>
</div>
<div class="col-md-6 col-md-offset-1 graph">
<?php include "firstmain_progress_140.php" ?>
<div class="col-md-5 counter">
<div class="col-md-8 col-md-offset-2 number">
<?php include "firstmain_counter_140.php" ?>
</div>
</div>
</div>
<div class="col-md-12" id="underbar">
<?php include "firstmain_underbar_140.php" ?>
</div>
</div>
<!-- center -->
</div>
<!-- mainframe -->
</div>
<!-- alldisplay -->
<!-- jQuery (부트스트랩의 자바스크립트 플러그인을 위해 필요합니다) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- 모든 컴파일된 플러그인을 포함합니다 (아래), 원하지 않는다면 필요한 각각의 파일을 포함하세요 -->
<script src="library/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/library/progressbar.js-master/dist/progressbar.js">//circlebar </script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js">//jquery </script>