-
Notifications
You must be signed in to change notification settings - Fork 1
/
header_paneldecontrol.php
22 lines (21 loc) · 1.77 KB
/
header_paneldecontrol.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<link rel="stylesheet" href="css/base.css" type="text/css" media="all">
</head>
<body>
<div class="head_menu">
<div class="head_menu_div"><button class="head_menu_btn" type="button" onclick="window.location='http://localhost/Autoescuela/alumno.php'">Alumnos</button></div>
<div class="head_menu_div"><button class="head_menu_btn" type="button" onclick="window.location='http://localhost/Autoescuela/Profesor_Insertar.php'">Profesores</button></div>
<div class="head_menu_div"><button class="head_menu_btn" type="button" onclick="window.location='http://localhost/Autoescuela/Carnet_Insertar.php'">Carnets</button></div>
<div class="head_menu_div"><button class="head_menu_btn" type="button" onclick="window.location='http://localhost/Autoescuela/Entrega_Insertar.php'">Entrega</button></div>
<!--
<input type="button" value="Examen Teórico" onclick="window.location='http://localhost/Autoescuela/Examteorico_Insertar.php'">
Examen Práctico
<input type="button" value="Practica" onclick="window.location='http://localhost/Autoescuela/Practica_Insertar.php'">
-->
<div class="head_menu_div"><button class="head_menu_btn" type="button" onclick="window.location='http://localhost/Autoescuela/Test_Insertar.php'">Test</button></div>
<div class="head_menu_div"><button class="head_menu_btn" type="button" onclick="window.location='http://localhost/Autoescuela/Coleccion_Insertar.php'">Coleccion</button></div>
<div class="head_menu_div"><button class="head_menu_btn" type="button" onclick="window.location='http://localhost/Autoescuela/Precio_Insertar.php'">Lista de precios</button></div>
</div>
</body>
</html>