Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
ProyectoFinal-Bootcamp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jose Baez
ProyectoFinal-Bootcamp
Commits
4f4be366
Commit
4f4be366
authored
May 18, 2022
by
Emanuel Lugo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
botones de desplazamiento anhadidos
parent
8a737a47
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
30 additions
and
2 deletions
+30
-2
src/main/webapp/formulario_bootcamp.jsp
+2
-1
src/main/webapp/formulario_lenguaje.jsp
+8
-0
src/main/webapp/formulario_profesor.jsp
+5
-1
src/main/webapp/menu.css
+5
-0
src/main/webapp/menu.jsp
+10
-0
No files found.
src/main/webapp/formulario_bootcamp.jsp
View file @
4f4be366
...
...
@@ -24,7 +24,8 @@
<body>
<div
class=
"botones"
><a
href=
"logout"
>
LOGOUT
</a><br>
<a
href=
"logout"
>
LOGOUT
</a><br>
<a
href=
"index.html"
>
INICIO
</a><br>
<a
href=
"menu.jsp"
>
MENU
</a><br>
</div>
<div
class=
"container"
>
<h1>
CREAR BOOTCAMP
</h1>
...
...
src/main/webapp/formulario_lenguaje.jsp
View file @
4f4be366
...
...
@@ -25,7 +25,15 @@
</head>
<body>
<div
class=
"botones"
><a
href=
"logout"
>
LOGOUT
</a><br>
<a
href=
"index.html"
>
INICIO
</a><br>
<a
href=
"menu.jsp"
>
MENU
</a><br>
</div>
<div>
<h1>
CREAR LENGUAJE
</h1>
<
%@
page
import=
"com.roshka.proyectofinal.entity.Lenguaje, com.roshka.proyectofinal.lenguaje.LenguajeDao, java.util.List,java.util.Iterator"
%
>
...
...
src/main/webapp/formulario_profesor.jsp
View file @
4f4be366
...
...
@@ -25,8 +25,12 @@
</head>
<body>
<div
class=
"botones"
><a
href=
"logout"
>
LOGOUT
</a><br>
<a
href=
"index.html"
>
INICIO
</a><br>
<a
href=
"menu.jsp"
>
MENU
</a><br>
</div>
<div>
<h1>
CREAR PROFESOR Y FILTRAR
</h1>
<
%@
page
import=
"com.roshka.proyectofinal.entity.Profesor, com.roshka.proyectofinal.profesor.ProfesorDao, java.util.List,java.util.Iterator"
%
>
...
...
src/main/webapp/menu.css
View file @
4f4be366
...
...
@@ -52,3 +52,7 @@
.menu
li
:hover
{
background-color
:
rgb
(
18
,
18
,
98
);
}
.botones
a
{
color
:
black
;
}
\ No newline at end of file
src/main/webapp/menu.jsp
View file @
4f4be366
...
...
@@ -52,6 +52,10 @@
a
{
color
:
white
;
}
.botones
a
{
color
:
black
;
}
.menu
{
width
:
50%
;
...
...
@@ -81,6 +85,12 @@
</head>
<body>
<div
class=
"botones"
>
<a
href=
"logout"
>
LOGOUT
</a><br>
<a
href=
"index.html"
>
INICIO
</a><br>
</div>
<div
class=
"header"
>
<h1>
MENU TH
</h1>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment