This repository has been archived by the owner on Feb 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathacompanhamentos.html
174 lines (158 loc) · 6.78 KB
/
acompanhamentos.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
<!DOCTYPE html>
<html lang="PT-BR">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="materialize/css/materialize.css">
<link href="estilo.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<title>Alunos</title>
</head>
<body>
<!-- Barra de navegação do celular -->
<nav class="hide-on-large-only">
<div class="nav-wrapper pink accent-1">
<a href="#!" class="brand-logo"><i class="material-icons prefix">local_florist</i> Companheira</a>
<a href="#" data-activates="barra-de-navegacao-mobile" class="button-collapse"><i
class="material-icons">menu</i></a>
<ul class="side-nav pink accent-1" id="barra-de-navegacao-mobile">
<li class="center"><i class="material-icons prefix logo">local_florist</i></li>
<li><a href="tarefas.html" class="white-text">Tarefas</a></li>
<li><a href="alunos.html" class="white-text">Alunos</a></li>
<li><a href="acompanhamentos.html" class="white-text">Acompanhamentos</a></li>
</ul>
</div>
</nav>
<div class="row">
<div class="col s2 hide-on-med-and-down">
<!-- Barra lateral -->
<ul id="barra-de-navegacao-desktop" class="side-nav fixed hide-on-med-and-down pink accent-1">
<li><h2 class="white-text center-align"><i class="material-icons prefix logo">local_florist</i></h2></li>
<li><a class="waves-effect white-text" href="tarefas.html">Tarefas</a></li>
<li><a class="waves-effect white-text" href="alunos.html">Alunos</a></li>
<li><a class="waves-effect white-text" href="acompanhamentos.html">Acompanhamentos</a></li>
</ul>
<a href="#" data-activates="barra-de-navegacao-desktop" class="button-collapse">
<i class="material-icons">menu</i></a>
</div>
<div class="col s12 l10">
<div class="">
<h2>Acompanhamentos
<a class="waves-effect waves-light btn pink accent-1 right btn-large" href="#modal-novo-acompanhamento">
<i class="material-icons left">assignment</i>Novo acompanhamento</a>
</h2>
</div>
<div class="divider"></div>
<table class="striped responsive-table">
<thead>
<tr>
<th>Aluno</th>
<th>Data</th>
<th>Tipo de atendimento</th>
<th>Responsável</th>
<th>Estado</th>
</tr>
</thead>
<tbody id="dados-de-acompanhamento">
<tr>
<td>Edionay Aguiar</td>
<td>20/11/2016</td>
<td>Adaptação de material</td>
<td>Leandro Viana</td>
<td>Atrasado</td>
</tr>
<tr>
<td>Tálita Serafim</td>
<td>20/11/2016</td>
<td>Adaptação de material</td>
<td>Leandro Viana</td>
<td>Atrasado</td>
</tr>
<tr>
<td>Fernando Marcelo</td>
<td>20/11/2016</td>
<td>Entrevista</td>
<td>Leandro Viana</td>
<td>Atrasado</td>
</tr> <tr>
<td>Tálita Serafim</td>
<td>20/11/2016</td>
<td>Tradução em Libras</td>
<td>Leandro Viana</td>
<td>Atrasado</td>
</tr> <tr>
<td>Tálita Serafim</td>
<td>20/11/2016</td>
<td>Adaptação de material</td>
<td>Leandro Viana</td>
<td>Atrasado</td>
</tr> <tr>
<td>Tálita Serafim</td>
<td>20/11/2016</td>
<td>Adaptação de material</td>
<td>Leandro Viana</td>
<td>Atrasado</td>
</tr> <tr>
<td>Tálita Serafim</td>
<td>20/11/2016</td>
<td>Adaptação de material</td>
<td>Leandro Viana</td>
<td>Atrasado</td>
</tr> <tr>
<td>Tálita Serafim</td>
<td>20/11/2016</td>
<td>Adaptação de material</td>
<td>Leandro Viana</td>
<td>Atrasado</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- Modal de novo acompanhamento -->
<div id="modal-novo-acompanhamento" class="modal">
<div class="modal-content">
<h5>Novo acompanhamento</h5>
<div class="divider"></div>
<form class="col s12">
<div class="row">
<div class="input-field col s12">
<i class="material-icons prefix">face</i>
<input id="nome_do_aluno" type="tel" class="validate">
<label for="nome_do_aluno">Nome do aluno</label>
</div>
<div class="input-field col s12">
<i class="material-icons prefix">date_range</i>
<input id="data-acompanhamento" type="date" class="validate">
<label for="data-acompanhamento">Data</label>
</div>
<div class="input-field col s12">
<i class="material-icons prefix">assignment_ind</i>
<input id="responsavel" type="text" class="validate">
<label for="responsavel">Responsável</label>
</div>
<div class="input-field col s12">
<i class="material-icons prefix">chat_bubble</i>
<input id="detalhes" type="text" class="validate">
<label for="detalhes">Detalhes</label>
</div>
</div>
</form>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat">Cancelar</a>
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat pink accent-1 white-text">Cadastrar</a>
</div>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="materialize/js/materialize.min.js"></script>
<script src="javascript.js"></script>
</body>
</html>