-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathciplina.php
56 lines (45 loc) · 1.84 KB
/
ciplina.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
53
54
55
56
<!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.0">
<title>cadastro</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="form">
<form method="GET" action="crudadisciplina.php">
<div class="form-header">
<div class="title">
<h1>Cadastre as disciplinas</h1>
</div>
<div class="continue-button">
<button class="button"><input type="submit" name="cadastrar" value="cadastrar"> </button>
</div>
</div>
<div class="input-group">
<div class="input-box">
<label for="">Disciplina:</label>
<input id="dis" type="text" name="disciplina" placeholder="Digite a disciplina" requerid>
</div>
<div class="input-box">
<label for="">Ch:</label>
<input id="ch" type="text" name="ch" placeholder="Digite seu ch" requerid>
</div>
<div class="input-box">
<label for="">Semestre:</label>
<input type="text" name=" semestre" placeholder="Digite o semestre" requerid>
</div>
<div class="input-box">
<label for="">Id professor:</label>
<input id="ida" type="number" name="idprofessor" placeholder="Digite seu id" requerid>
</div>
</div>
</form>
<div class="continue-button">
<button class="button"><a href="discindex.php">voltar</a></button>
</div>
</div>
</body>
</html>