-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsuite.php
38 lines (33 loc) · 2.22 KB
/
suite.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>Suite Administrador</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/estilo.css">
</head>
<body id="bodyadmon">
<div class="container-fluid well" id="encabezado">
<div class="row">
<div class="col-xs-2 col-sm-2 col-md-2 col-lg-2 ">
<img src="logo.png" class="img-responsive" id="log1">
</div>
<div class="col-xs-4 col-sm-4 col-md-4 col-lg-4 visible-xs visible-sm visible-md visible-lg">Conocereis la verdad y la verdad os hara libres</div>
</div>
</div>
</nav>
<div class="container-fluid well" id="ContenedorSuit">
<table>
<tr><td><button type="button" name="btn3" class="button well" onclick = "window.location = '/EvaluacionDocentes/registroPensum.html'"> REGISTRO PENSUM</button></td></tr>
<tr><td><button type="button" name="btn2" class="button well" onclick = "window.location = '/EvaluacionDocentes/registroCursos.html'"> REGISTRO CURSOS</button></td></tr>
<tr><td><button type="button" name="btn3" class="button well" onclick = "window.location = '/EvaluacionDocentes/registroPreguntas.html'"> REGISTRO PREGUNTAS</button></td></tr>
<tr><td><button type="button" name="btn2" class="button well" onclick = "window.location = '/EvaluacionDocentes/registroRespuestas.html'"> REGISTRO RESPUESTA</button></td></tr>
<tr><td><button type="button" name="btn1" class="button well" onclick = "window.location = '/EvaluacionDocentes/pensums.html'"> RELACIONAR PENSUM CURSOS</button></td></tr>
<tr><td><button type="button" name="btn1" class="button well" onclick = "window.location = '/EvaluacionDocentes/relacionPreguntasRespuestas.html'"> RELACIONAR PREGUNTAS RESPUESTAS</button></td></tr>
<tr><td><button type="button" name="btn1" class="button well" onclick = "window.location = '/EvaluacionDocentes/relacionCursosPreguntas.html'"> RELACIONAR CURSOS PREGUNTAS</button></td></tr>
<tr><td><button type="button" name="btn3" class="button well" onclick = "window.location = '/EvaluacionDocentes/admon.php'"> REGISTRAR ESTUDIANTES</button></td></tr>
</table>
<div>
</body>
</html>