forked from AdelinedeNazare/MaisHistoria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
statusprofessor.php
52 lines (50 loc) · 1.88 KB
/
statusprofessor.php
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
<?php
include_once 'connection.php';
?>
<!DOCTYPE html>
<html lang="pt-br">
<body>
<header>
<?php
include_once 'login.php';
include_once 'menu.php';
?>
</header>
<div class="container conteudo">
<?php
include_once 'carrosel.php';
?>
<div id="gtco-started" style="background-color: #A54812 ">
<div class="row animate-box">
<div class="col-md-8 col-md-offset-2 text-center gtco-heading ">
<font color="#D68C2C" >
<h2> Aguarde confirmação do administrador para a postagem do seu arquivo!</h2>
<hr>
</div>
<div class="col-lg-8 col-md-offset-2">
<table border="1" class="table table-striped">
<center>
<thead>
<tr>
<th class="warning" col-md-8>Nome do Arquivo</th>
<th class="warning" col-md-1>Estado</th>
</tr>
<tr>
<th class="info" col-md-8></th>
<th class="info" col-md-1></th>
</tr>
</thead>
</center>
</table>
</div>
<div class="col-md-4 col-sm-offset-5">
<a href="postsgeral.php" > <font color="#D68C2C" size="4"> Faça novas postagens...</a>
</div>
</div>
</div>
</div>
<?php
include_once 'footer.php';
?>
</body>
</html>