-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
180 lines (95 loc) · 5.08 KB
/
index.html
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" ng-app="inq">
<link rel="apple-touch-icon" sizes="76x76" href="../assets/img/apple-icon.png" />
<link rel="icon" type="image/png" href="../assets/img/favicon.png" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="google-signin-client_id" content="951565546728-s8mpt0u6nblg7qv6mpom6arvqm2o7qp8.apps.googleusercontent.com">
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />.
<head ng-controller="headerctrl">
<title>INQ </title>
<link rel="shortcut icon" href="img/favicon.ico" />
<!-- Fonts and icons -->
<link href="lib/css/font-awesome.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,700,300|Material+Icons' rel='stylesheet' type='text/css'>
<!--FONTASTIC ICONS-->
<link href="https://file.myfontastic.com/5uZRL7RBL7efnVUpFLLiVE/icons.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/main.css" />
<link rel="stylesheet" type="text/css" href="css/animate.css" />
<link rel="stylesheet" type="text/css" href="css/materialize.css" />
<link rel="stylesheet" type="text/css" href="lib/css/ionicons.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/baraja.css">
<!-- <link rel="stylesheet" type="text/css" href="css/ghpages.css" />-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- Core JS Files -->
<!--<script src="assets/js/jquery-3.2.1.js" type="text/javascript"></script>-->
<script src="assets/js/angular.min.js"></script>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery-ui.min.js"></script>
<script src="assets/js/sortable.js"></script>
<script src="lib/js/jStorage.min.js"></script>
<script src="js/materialize.js"></script>
<!--<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.32/angular.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/angular-ui/0.4.0/angular-ui.min.js"></script>-->
<!--<script src="lib/js/angular-animate.js"></script>-->
<script src="lib/js/angular-route.min.js"></script>
<!--<script src="lib/js/angular-resource.min.js"></script>-->
<script src="https://apis.google.com/js/platform.js" async defer></script>
<script src="assets/js/material.min.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/lodash/4.17.4/lodash.min.js"></script>
<script src="node_modules/angular-file-upload/dist/angular-file-upload.js"></script>
<!--ANGULAR LOADING-->
<link rel='stylesheet' href='www/lib/angular-loading/loading-bar.min.css' type='text/css' media='all' />
<script type='text/javascript' src='www/lib/angular-loading/loading-bar.min.js'></script>
<script src="assets/js/modernizr.custom.79639.js"></script>
<script src="assets/js/jquery.baraja.js"></script>
<script src="js/app.js"></script>
<script src="js/controllers.js"></script>
<script src="js/templateservice.js"></script>
<script src="js/navigation.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular-sanitize/1.6.5/angular-sanitize.js"></script>
<script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_CHTML"></script>
<!--MOMENT JS AND CHART JS-->
<script src="lib/js/moment.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.0/Chart.min.js"></script>
<!--Timer JS-->
<script src="lib/js/angular-timer.min.js"></script>
</head>
<body>
<div ng-controller="appCtrl">
<div class="wrapper row margin0" ng-if="showmenu">
<div ng-include="'views/menu.html'">
</div>
<div class="contentdiv" ng-include="'views/navigation.html'" style="margin-top: -52px;">
</div>
<div class="contentdiv" ng-include="'views/background.html'">
</div>
<!--<div ng-include="'views/background2.html'" ng-if="background2div">
</div>-->
</div>
<div class="wrapper row margin0" ng-if="!showmenu">
<div class="repeated-item" ng-view>
</div>
</div>
</div>
</body>
<script type="text/javascript">
console.log("INITIALIZE");
$('.button-collapse').sideNav({
menuWidth: 300, // Default is 300
edge: 'right', // Choose the horizontal origin
closeOnClick: true, // Closes side-nav on <a> clicks, useful for Angular/Meteor
draggable: true // Choose whether you can drag to open on touch screens,
});
</script>
<script>
var user = $.jStorage.get("user");
$(document).ready(function() {
/*if (!user || user == {}) {
console.log("It shold redirect.");
window.location = "#/login";
} else {
window.location = "#/home";
}*/
});
</script>
</html>