Skip to content

Commit

Permalink
Ajustes de interfaz
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenleon committed Nov 13, 2023
1 parent e7cb60b commit e45ec28
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 24 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

# RPT TAI

Relación de Puesto de Trabajo de TAI y GSI en la AGE

https://rubenleon.github.io/rpttai/

Fuente oficial: https://transparencia.gob.es/transparencia/transparencia_Home/index/PublicidadActiva/OrganizacionYEmpleo/Relaciones-Puestos-Trabajo.html

33 changes: 15 additions & 18 deletions assets/index-629a41fc.js → assets/index-1b598647.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/index-a83b70d5.css → assets/index-c82fcc4a.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 32 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script type="module" crossorigin src="/rpttai/assets/index-629a41fc.js"></script>
<link rel="stylesheet" href="/rpttai/assets/index-a83b70d5.css">
<script type="module" crossorigin src="/rpttai/assets/index-1b598647.js"></script>
<link rel="stylesheet" href="/rpttai/assets/index-c82fcc4a.css">
</head>
<body>



<header class="p-3 mb-2 bg-primary text-white sticky-top color-primary">
<header class="p-3 mb-2 bg-primary text-white color-primary">
<div class="container">
<h1><a href="./">RPT de TAI/GSI por PROVINCIAS</a></h1>
<p class="update">Actualizado a 1 de Septiembre del 2023</p>
Expand All @@ -67,8 +67,8 @@ <h1>Relación de Puestos de Trabajo en la AGE</h1>
<option value="Santa Cruz de Tenerife">
<option value="Asturias">
</datalist> -->
<select id="search" class="form-select" aria-label="¿Qué provincia quieres?">
<option selected>¿Qué provincia quieres?</option>
<select id="search" class="form-select" aria-label="¿Provincia?">
<option selected>¿Provincia?</option>
<option value="28">Madrid</option>
<option value="24">León</option>
<option value="41">Sevilla</option>
Expand Down Expand Up @@ -131,6 +131,33 @@ <h1>Relación de Puestos de Trabajo en la AGE</h1>
<button id="btn_info" type="submit" class="btn btn-info"><i class="bi bi-info-square"></i> Información</button>
</div>
</div>
<div>
<div class="form-espacio">
<label for="">Cuerpos: </label>
</div>
<div class="form-espacio">
<select id="cuerpo" class="form-select" aria-label="¿Cuerpo?">
<option value="TODOS" selected>Todos</option>
<option value="C2">C2</option>
<option value="C1">C1</option>
<option value="A2">A2</option>
<!-- <option value="A1">A1</option> -->
</select>
</div>
</div>
<div>
<div class="form-espacio">
<label for="">Estado: </label>
</div>
<div class="form-espacio">
<select id="sVacantes" class="form-select" aria-label="¿Cuerpo?">
<option value="TODOS" selected>Todos</option>
<option value="V">Vacantes</option>
<option value="NV">No Vacantes</option>

</select>
</div>
</div>
</form>

<div id="datos"></div>
Expand Down

0 comments on commit e45ec28

Please sign in to comment.