-
Notifications
You must be signed in to change notification settings - Fork 0
/
respostas.html
203 lines (152 loc) · 7.15 KB
/
respostas.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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!doctype html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<title>Stayfilm</title>
<!-- FONTS -->
<link href="vendors/material-icons/material-icons.css"
rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en">
<!-- CSS -->
<link rel="stylesheet" href="vendors/mdl/material.css">
<link rel="stylesheet" href="vendors/featherlight/featherlight.css">
<link rel="stylesheet" href="css/style.css">
<!-- JS -->
<script defer src="vendors/mdl/material.js"></script>
</head>
<body>
<!-- ESTRUTURA -->
<div class="estrutura mdl-layout mdl-js-layout mdl-layout--fixed-drawer mdl-layout--fixed-header">
<!-- BARRA SUPERIOR -->
<header class="barra-superior mdl-layout__header mdl-color--white mdl-color-text--blue-grey-900">
<div class="mdl-layout__header-row">
<!-- TÍTULO PRINCIPAL -->
<span class="mdl-layout-title">Respostas</span>
<!-- FIM TÍTULO PRINCIPAL -->
<div class="mdl-layout-spacer"></div>
</div>
</header>
<!-- FIM BARRA SUPERIOR -->
<!-- BARRA LATERAL -->
<div class="barra-lateral mdl-layout__drawer">
<header class="barra-lateral-header">
<!-- LOGO -->
<img src="images/logo.jpg" class="logo-principal">
<!-- USUÁRIO -->
<div class="user-descricao mdl-color-text--white">
<i class="material-icons" role="presentation">person</i>
<span id="user-name-sidebar"></span>
<div class="mdl-layout-spacer"></div>
<button id="menu_user" class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon">
<i class="material-icons" role="presentation">arrow_drop_down</i>
<span class="visuallyhidden">Accounts</span>
</button>
<ul class="mdl-menu mdl-menu--bottom-right mdl-js-menu mdl-js-ripple-effect" for="menu_user">
<a class="link_item" href="minha_escala.html">
<li class="mdl-menu__item">Minha Escala</li>
</a>
</ul>
</div>
</header>
<nav class="nav-lateral mdl-navigation mdl-color--blue-grey-900">
<!-- ITEM BARRA LATERAL -->
<a class="mdl-navigation__link mdl-color-text--blue-grey-100" href="curadoria.html">
<i class="material-icons" role="presentation">movie</i>Curadoria
<div class="mdl-layout-spacer"></div>
<span id="count-pendentes-curadoria-lt" class="count-label pendente"></span>
</a>
<!-- ITEM BARRA LATERAL -->
<a class="mdl-navigation__link mdl-color-text--blue-grey-100" href="monitoria.html">
<i class="material-icons" role="presentation">assessment</i>Monitoria
<div class="mdl-layout-spacer"></div>
<span id="count-pendentes-monitoria-lt" class="count-label pendente"></span>
</a>
<!-- ITEM BARRA LATERAL -->
<a class="mdl-navigation__link mdl-color-text--blue-grey-100" href="escala.html">
<i class="material-icons" role="presentation">event</i>Escala
</a>
<!-- ITEM BARRA LATERAL -->
<a class="mdl-navigation__link mdl-color-text--blue-grey-100" href="colaboradores.html">
<i class="material-icons" role="presentation">group</i>Colaboradores
</a>
<!-- ITEM BARRA LATERAL -->
<a class="mdl-navigation__link mdl-navigation__link-active mdl-color-text--blue-grey-100" href="respostas.html">
<i class="material-icons" role="presentation">forum</i>Respostas
</a>
<div class="mdl-layout-spacer"></div>
<!-- ITEM BARRA LATERAL -->
<a class="mdl-navigation__link mdl-color-text--blue-grey-100" id="btn-logout" href="#">
<i class="material-icons" role="presentation">backspace</i>Sair
</a>
</nav>
</div>
<!-- FIM BARRA LATERAL -->
<!-- CONTEÚDO -->
<main class="mdl-layout__content mdl-color--grey-100">
<div class="mdl-grid content">
<div class="conteudo mdl-color--white mdl-shadow--2dp mdl-cell mdl-cell--12-col mdl-grid">
<div class="table-responsive-vertical">
<table id="table" class="table table-bordered">
<thead>
<tr>
<th></th>
<th>Motivo</th>
<th class="visible_desktop">Resposta</th>
<th></th>
</tr>
</thead>
<tbody id="carrega-lista">
<!-- DADOS CARREGADOS VIA AJAX -->
</tbody>
</table>
<div class="sem-registros">
Nenhum registro encontrado
</div>
</div>
<a href="cadastrar_resposta.html">
<button class="mdl-button mdl-js-button mdl-button--fab mdl-js-ripple-effect mdl-button--colored action btn_acao mdl-shadow--4dp">
<i class="material-icons">add</i>
</button>
</a>
<div id="lightbox_remover" class="lightbox lightbox_reprovado">
<div class="lightbox_card mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand mdl-color-text--white reprovado">
<h2 class="mdl-card__title-text">Remover Item</h2>
</div>
<div class="mdl-card__supporting-text">
Deseja realmente remover o item selecionado?
<input type="hidden" name="id-item-remove" id="id-item-remove">
</div>
<div class="mdl-card__actions mdl-card--border">
<button id="btn-cancelar-modal" class="mdl-button mdl-js-button mdl-js-ripple-effect">
Cancelar
</button>
<div class="mdl-layout-spacer"></div>
<button id="btn-modal-remover-resposta" class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--raised mdl-button--colored reprovado">
Remover
</button>
</div>
</div>
</div>
</div>
</div>
</main>
<!-- FIM CONTEÚDO -->
</div>
<!-- FIM ESTRUTURA -->
<div id="snackbar" class="mdl-js-snackbar mdl-snackbar">
<div class="mdl-snackbar__text"></div>
<button class="mdl-snackbar__action" type="button"></button>
</div>
<!-- JAVA SCRIPT -->
<script src="vendors/jquery/jquery.js"></script>
<script src="vendors/featherlight/featherlight.js"></script>
<script src="js/script.js"></script>
<script type="text/javascript">
$.extend($.featherlight.defaults, {
otherClose: '#btn-cancelar-modal, #btn-modal-remover-resposta'
});
</script>
</body>
</html>