Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LosSaii
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
albruiz
LosSaii
Commits
c7fb0ddb
Commit
c7fb0ddb
authored
May 19, 2020
by
albruiz
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://gitlab.inf.uva.es/albruiz/lossaii
parents
0f949a35
ad63ff6f
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
web/busqueda.html
+8
-9
8 additions, 9 deletions
web/busqueda.html
web/estilo.css
+39
-0
39 additions, 0 deletions
web/estilo.css
with
47 additions
and
9 deletions
web/busqueda.html
+
8
−
9
View file @
c7fb0ddb
...
...
@@ -7,12 +7,11 @@
<html>
<head>
<title>
B
ú
squeda sobre conflictos
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
busqueda
.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
.\estilo
.css"
>
<script
src=
"busqueda.js"
type=
"text/javascript"
></script>
</head>
<body>
<div
id=
"titulo"
>
<h1>
B
ú
squeda sobre conflictos bélicos
</h1>
</div>
...
...
@@ -26,7 +25,7 @@
<div
id=
"datos_busqueda"
>
<div
id=
"form_nombre_conflicto"
>
<div
id=
"form_nombre_conflicto"
class=
"atributo_busqueda"
>
<p><label
for=
"nombre_conflicto"
>
Nombre del conflicto:
</label>
...
...
@@ -38,7 +37,7 @@
</div>
<div
id=
"form_tipo_conflicto"
>
<div
id=
"form_tipo_conflicto"
class=
"atributo_busqueda"
>
<p><label
for=
"tipo_conflicto"
>
Tipo de conflicto:
</label>
...
...
@@ -50,7 +49,7 @@
</div>
<div
id=
"form_anos"
>
<div
id=
"form_anos"
class=
"atributo_busqueda"
>
<p><label
for=
"ano_inicial"
>
A
ñ
o en el que comenzó el conflicto:
</label>
...
...
@@ -67,7 +66,7 @@
</div>
<div
id=
"form_duracion"
>
<div
id=
"form_duracion"
class=
"atributo_busqueda"
>
<p><label
for=
"duracion"
>
Duraci
ó
n del conflicto:
</label>
...
...
@@ -80,7 +79,7 @@
</div>
<div
id=
"form_paises"
>
<div
id=
"form_paises"
class=
"atributo_busqueda"
>
<p><label
for=
"paises"
>
Pa
í
ses participantes:
</label>
...
...
@@ -92,7 +91,7 @@
</div>
<div
id=
"form_religion"
>
<div
id=
"form_religion"
class=
"atributo_busqueda"
>
<p><label
for=
"religion"
>
Religi
ó
n de alguno de los pa
í
ises participantes:
</label>
...
...
@@ -106,7 +105,7 @@
</div>
<div
id=
"contenedor_form_salida"
>
<div
id=
"contenedor_form_salida"
class=
"atributo_resultados"
>
<h2>
Seleccione qu
é
datos quiere recibir:
</h2>
...
...
This diff is collapsed.
Click to expand it.
web/estilo.css
0 → 100644
+
39
−
0
View file @
c7fb0ddb
/*
Alberto Ruiz Andrés
Antonio Sanjuán de la Mano
María Ruiz Molina
*/
body
{
margin-top
:
30px
;
background-color
:
#D3D3D3
;
font-family
:
"Arial"
;
}
div
{
padding-left
:
10px
;
padding-right
:
10px
;
padding-top
:
5px
;
padding-bottom
:
5px
;
}
#datos_busqueda
{
border-style
:
solid
;
margin-right
:
400px
;
}
.atributo_busqueda
{
border-style
:
solid
;
margin-top
:
5px
;
margin-bottom
:
5px
;
}
.boton
{
background-color
:
#303030
;
border
:
none
;
color
:
white
;
padding
:
15px
32px
;
text-align
:
center
;
display
:
inline-block
;
font-size
:
16px
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment