-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtable.html
More file actions
executable file
·185 lines (168 loc) · 6.23 KB
/
Copy pathtable.html
File metadata and controls
executable file
·185 lines (168 loc) · 6.23 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
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
<!doctype html>
<?php
// Start the session
session_start();
$con = mysqli_connect("localhost","root","","inlab4");
$sel_user = "select * from t_clientes where ft_nomeutilizador='$user' AND ft_password='$pass'";
var_dump($_SESSION['id']);
var_dump("expression");
?>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pimenta do Vale - Website Clientes</title>
<link rel="stylesheet" href="css/app.css">
</head>
<body>
<header id="main-header">
<div class="top-border"></div>
<div class="row">
<div class="small-16 medium-4 large-5 columns">
<a href="#bio">
<img src="images/logo-small.png" alt="" class="logo-small"/>
</a>
</div>
<div class="small-16 medium-12 large-11 columns">
<nav>
<ul id="main-menu" class="text-right">
<li class="logout"><a href="logout.php">Logout</a></li>
</ul>
<ul id="mobile-menu"></ul>
</nav>
</div>
</div>
</header>
<section id="welcome-section">
<div class="row">
<div class="large-16 columns text-center">
<h3>Bem-Vindo</h3>
<p>
Estas são os resultados das suas amostras disponíveis no nosso laboratório.
</p>
</div>
</div>
</section>
<div class="row">
<div class="large-16 columns">
<table class="hover">
<thead>
<tr>
<th width="200">Estado</th>
<th width="200">Código</th>
<th width="200">Data</th>
<th width="200">Produto</th>
<th width="200">Nome</th>
<th width="200">Acções</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="bullet-green"></span> Completo</td>
<td>2015 - 10543</td>
<td>11-11-2015</td>
<td>Água mineral_fonte</td>
<td>AG_água mineral</td>
<td>
<ul>
<li><a href="#"><img src="images/icons/icon-print.png" alt="" /></a></li>
<li><a href="#"><img src="images/icons/icon-eye.png" alt="" /></a></li>
<li><a href="#"><img src="images/icons/icon-save.png" alt="" /></a></li>
</ul>
</td>
</tr>
<tr class="disabled">
<td><span class="bullet-pink"></span> Indisponível</td>
<td>2015 - 10543</td>
<td>11-11-2015</td>
<td>Água mineral_fonte</td>
<td>AG_água mineral</td>
<td>
<ul>
<li><img src="images/icons/icon-print.png" alt="" /></li>
<li><img src="images/icons/icon-eye.png" alt="" /></li>
<li><img src="images/icons/icon-save.png" alt="" /></li>
</ul>
</td>
</tr>
<tr>
<td><span class="bullet-yellow"></span> Parcial</td>
<td>2015 - 10543</td>
<td>11-11-2015</td>
<td>Água mineral_fonte</td>
<td>AG_água mineral</td>
<td>
<ul>
<li><a href="#"><img src="images/icons/icon-print.png" alt="" /></a></li>
<li><a href="#"><img src="images/icons/icon-eye.png" alt="" /></a></li>
<li><a href="#"><img src="images/icons/icon-save.png" alt="" /></a></li>
</ul>
</td>
</tr>
<tr>
<td><span class="bullet-green"></span> Completo</td>
<td>2015 - 10543</td>
<td>11-11-2015</td>
<td>Água mineral_fonte</td>
<td>AG_água mineral</td>
<td>
<ul>
<li><a href="#"><img src="images/icons/icon-print.png" alt="" /></a></li>
<li><a href="#"><img src="images/icons/icon-eye.png" alt="" /></a></li>
<li><a href="#"><img src="images/icons/icon-save.png" alt="" /></a></li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<footer class="main-footer" id="contactos">
<div class="row">
<div class="small-16 large-8 columns">
<h4>Contacto</h4>
<form action="" method="post">
<input type="text" name="" value="" placeholder="Username">
<input type="text" name="" value="" placeholder="Empresa">
<textarea name="" rows="8" cols="40" placeholder="Mensagem"></textarea>
<input type="submit" name="" value="Enviar">
</form>
</div>
<div class="small-16 large-8 columns">
<h4 class="pad-bottom">Fale Connosco</h4>
<p>
Estamos sempre disponíveis para o ouvir, se tiver alguma dúvida, sugestão ou necessitar de informações não hesite em contactar-nos.<br>
Envie um email para <a href="#">geral@pimentadovale.com</a> ou preencha o nosso formulário.
</p>
<p>
Também estamos nas redes sociais.
</p>
<ul class="social">
<li><a href="#"><img src="images/icons/social-facebook.png" alt="" /></a></li>
<li><a href="#"><img src="images/icons/social-linkedin.png" alt="" /></a></li>
<li><a href="#"><img src="images/icons/social-twitter.png" alt="" /></a></li>
</ul>
</div>
<div class="small-16 columns">
<hr>
</div>
<div class="small-16 columns text-center">
<p class="copyright">
All rights reserved © 2015 Pimenta do Vale - Laboratórios, LDA
</p>
</div>
</div>
</footer>
<script src="js/jquery.min.js"></script>
<script src="js/what-input.min.js"></script>
<script src="js/foundation.min.js"></script>
<script src="js/dropit.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/scrollReveal.js"></script>
<script src="js/app.js"></script>
<script>
window.sr = new scrollReveal();
</script>
</body>
</html>