Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
InterfacesGraficasYEntornosVirtuales
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
ramcala
InterfacesGraficasYEntornosVirtuales
Commits
116f52bb
Commit
116f52bb
authored
Mar 25, 2023
by
ramoncalabozo
Browse files
Options
Downloads
Patches
Plain Diff
Mejorando la disposición de elementos
parent
cbe1c06c
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Frontend/client/src/app/app.component.html
+51
-2
51 additions, 2 deletions
Frontend/client/src/app/app.component.html
Frontend/mapa/index.html
+1
-1
1 addition, 1 deletion
Frontend/mapa/index.html
Frontend/mapa/mitad.png
+0
-0
0 additions, 0 deletions
Frontend/mapa/mitad.png
with
52 additions
and
3 deletions
Frontend/client/src/app/app.component.html
+
51
−
2
View file @
116f52bb
<!--
<div class="container mt-3">
<div class="row justify-content-around">
<div class="col-7">
<h
1
class=
"app_title"
>
Visualización de publicaciones
</h
1
>
<h
2
class="app_title">Visualización de publicaciones</h
2
>
</div>
</div>
</div>
...
...
@@ -14,6 +15,7 @@
</div>
</div>
<br><br>
<br><br><br><br>
<br><br><br><br>
<br><br><br><br>
...
...
@@ -57,3 +59,50 @@
</div>
</div>
</div>
-->
<div
class=
"container mt-3"
>
<div
class=
"row justify-content-around"
>
<div
class=
"col-7"
>
<h2
class=
"app_title"
>
Visualización de publicaciones
</h2>
</div>
</div>
</div>
<style>
table
{
width
:
100%
;
border-collapse
:
collapse
;
}
td
{
padding
:
10px
;
border
:
1px
solid
#ccc
;
}
</style>
<body>
<table>
<tr>
<td>
<iframe
src=
"http://localhost/mapa/"
width=
"475"
height=
"500"
></iframe>
</td>
<td>
<h3
class=
"comunidades"
>
Elementos de filtrado
</h3>
<span
class=
"select_all_span"
>
<input
id=
"allElements"
type=
"checkbox"
(change)=
"checkUncheckAll()"
[(ngModel)]=
"seleccion "
/>
<label
for=
"allElements"
>
Seleccionar todos
</label>
</span>
<div
class=
"filter_elements_container"
>
<div
*ngFor=
"let e of elementsFilters; index as i"
>
<input
id=
"checkbox{{i}}"
type=
"checkbox"
(change)=
"select()"
[(ngModel)]=
"e.isSelected"
/>
<label
for=
"checkbox{{i}}"
>
{{e.value}}
</label>
</div>
</div>
</td>
<td>
<app-line-chart
[filterElements]=
"elementsFilters"
></app-line-chart>
</td>
</tr>
</table>
This diff is collapsed.
Click to expand it.
Frontend/mapa/index.html
+
1
−
1
View file @
116f52bb
...
...
@@ -8,7 +8,7 @@
<body>
<img
id=
"imgOri"
src=
"https://raw.githubusercontent.com/ramoncalabozo/interfacesGraficas/main/spain-01.png"
width=
"892"
height=
"632"
style=
"display:none"
,
crossorigin=
"true"
>
<div
id=
"contMeshMap"
style=
"width:
80
0px;height:
60
0px;border:solid"
></div>
<div
id=
"contMeshMap"
style=
"width:
45
0px;height:
45
0px;border:solid"
></div>
<script
type=
"text/javascript"
>
function
initMap
(){
...
...
...
...
This diff is collapsed.
Click to expand it.
Frontend/mapa/mitad.png
0 → 100644
+
0
−
0
View file @
116f52bb
45.7 KiB
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
sign in
to comment