0: <?php
1: include "navegar.php";
2: ?>
3: <!DOCTYPE html>
4: <!--
5: Template Name: Fluffster
6: Author: <a href="https://www.os-templates.com/">OS Templates</a>
7: Author URI: https://www.os-templates.com/
8: Copyright: OS-Templates.com
9: Licence: Free to use under our free template licence terms
10: Licence URI: https://www.os-templates.com/template-terms
11: -->
12: <html lang="">
13: <!-- To declare your language - read more here: https://www.w3.org/International/questions/qa-html-language-declarations -->
14: <head>
15: <title>PHP-PL/SQL</title>
16: <meta charset="utf-8">
17: <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
18: <link href="layout/styles/layout.css" rel="stylesheet" type="text/css" media="all">
19: </head>
20: <body id="top">
21:
22:
23:
24: <div class="wrapper row0">
25: <div id="topbar" class="hoc clear">
26: <div class="fl_left">
27: <!-- ################################################################################################ -->
28: <ul class="nospace">
29: <li><a href="http://www.uabc.mx" target="blank" title="Universidad Autónoma de Baja California" ><i class="fas fa-university"> </i></a></li>
30: <li><a href="http://fcqi.tij.uabc.mx" target="blank" title="Facultad de Ciencias Químicas e Ingeniería"><i class="fas fa-university"> </i></a></li>
31: <li><a href="https://cucapa.tij.uabc.mx/computacion/" target="blank" title="Ingeniería en Computación"><i class="fas fa-university"></i></a></li>
32: </ul>
33: <!-- ################################################################################################ -->
34: </div>
35: <div class="fl_right">
36: <!-- ################################################################################################ -->
37: <ul class="nospace">
38: <li><a href="ver_codigo.php?archivo=<?php echo $archivo?>" target="blank" title="Ver código PHP de la opción seleccionada"><i class="fas fa-file-alt"></i></a></li>
39: <li><a href="ver_codigo.php?archivo=index.php" target="blank" title="Ver código PHP de index"><i class="fas fa-bars"></i></a></li>
40: <li><a href="ver_codigo.php?archivo=navegar.php" target="blank" title="Ver código PHP de estructura de navegación (switch-case)"><i class="fas fa-ship"></i></a></li>
41: <li><a href="ejemplo_clase_bd.zip" target="blank" title="Descargar scripts PL/SQL de la BD ventas"><i class="fas fa-database"></i></a></li>
42: </ul>
43: <!-- ################################################################################################ -->
44: </div>
45: </div>
46: </div>
47:
48: <div class="wrapper row1">
49: <header id="header" class="hoc clear">
50: <!-- ################################################################################################ -->
51: <section>
52: <div></div>
53: <div>
54: <h3 class="heading">Bases de Datos<br>Lopez Gomez Marco Arturo<br><a href="index.php">PHP-PL/SQL</a></h3>
55: </div>
56: <div>
57: <img src="images/Logo.png" style="width:250px; height:auto;">
58: </div>
59:
60:
61: </section>
62: <!-- ################################################################################################ -->
63: </header>
64: </div>
65: <!-- ################################################################################################ -->
66:
67: <div class="wrapper row2">
68: <nav id="mainav" class="hoc clear">
69: <!-- ################################################################################################ -->
70: <ul class="clear">
71:
72:
73:
74: <li><a class="drop" href="#">1] ACTIVIDADES</a>
75: <ul>
76: <li><a href="index.php?opcion_menu=11">1] Listado de Actividades</a></li>
77: <li><a href="index.php?opcion_menu=12">2] Registrar Nueva Actividad</a></li>
78: <li><a href="index.php?opcion_menu=13">3] Editar Actividad</a></li>
79: <li><a href="index.php?opcion_menu=14">4] Eliminar Actividad</a></li>
80: </ul>
81: </li>
82:
83: <li><a class="drop" href="#">2] PROGRESO</a>
84: <ul>
85: <li><a href="index.php?opcion_menu=21">1] Progreso general</a></li>
86: <li><a href="index.php?opcion_menu=22">2] Progreso por materia</a></li>
87: </ul>
88: </li>
89:
90: <li><a class="drop" href="#">3] RECOMENDACIONES</a>
91: <ul>
92: <li><a href="index.php?opcion_menu=31">1] Recomendación del día</a></li>
93: <li><a href="index.php?opcion_menu=32">2] Plan semanal</a></li>
94: </ul>
95: </li>
96:
97: <li><a class="drop" href="#">4] MATERIAS</a>
98: <ul>
99: <li><a href="index.php?opcion_menu=41">1] Listado de materias</a></li>
100: <li><a href="index.php?opcion_menu=42">2] Registrar materia</a></li>
101: <li><a href="index.php?opcion_menu=43">3] Editar Materia</a></li>
102: <li><a href="index.php?opcion_menu=44">4] Eliminar Materia</a></li>
103: </ul>
104: </li>
105:
106: <li><a class="drop" href="#">5] PERFIL</a>
107: <ul>
108: <li><a href="index.php?opcion_menu=51">1] Mi perfil</a></li>
109: <li><a href="index.php?opcion_menu=52">2] Editar perfil</a></li>
110: </ul>
111: </li>
112:
113: <!-- Próximamente
114: <li><a class="drop" href="#">4] Procesos específicos</a>
115: <ul>
116: <li><a href="index.php?opcion_menu=41">1] Función Ventas</a></li>
117: <li><a href="index.php?opcion_menu=42">2] Procedximamimiento Factura</a></li>
118: </ul>
119: </li>
120: -->
121: </ul>
122: <!-- ################################################################################################ -->
123: </nav>
124: </div>
125:
126: <!-- ################################################################################################ -->
127:
128: <div class="wrapper row3">
129: <main class="hoc container clear">
130: <!-- main body -->
131: <!-- ################################################################################################ -->
132: <div class="sectiontitle">
133: <h3 class="heading"><?php echo $encabezado;?></h3>
134:
135: <p><?php include $archivo;?></p>
136:
137:
138: </div>
139:
140:
141: </main>
142: </div>
143:
144:
145: <div class="wrapper row5">
146:
147: <div id="copyright" class="hoc clear">
148: <!-- ################################################################################################ -->
149: <p class="fl_left">Copyright &copy; 2020 - Todos los derechos reservados - <a href="#">http://omd-prof.xyz/</a></p>
150: <p class="fl_right">Template by <a target="_blank" href="https://www.os-templates.com/" title="Free Website Templates">OS Templates</a></p>
151: <!-- ################################################################################################ -->
152: </div>
153: </div>
154: <!-- ################################################################################################ -->
155: <script src="layout/scripts/jquery.min.js"></script>
156: <script src="layout/scripts/jquery.backtotop.js"></script>
157: <script src="layout/scripts/jquery.mobilemenu.js"></script>
158:
159: </body>
160: </html>