Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
manhattan
Project
Project
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
InnovacionDocente
manhattan
Commits
080c0c39
Commit
080c0c39
authored
Jan 31, 2020
by
Enrique Matías Sánchez (Quique)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ui Homogeneizar estilo de las tablas
parent
b8c0b871
Pipeline
#516
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
35 deletions
+43
-35
mis-proyectos.html
templates/proyecto/mis-proyectos.html
+43
-35
No files found.
templates/proyecto/mis-proyectos.html
View file @
080c0c39
...
...
@@ -11,13 +11,15 @@
{% if proyectos_coordinados %}
<div
class=
"table-responsive"
>
<table
class=
"table table-hover table-striped table-sm"
aria-describedby=
"coordinados"
>
<tr>
<th
scope=
"col"
>
{% trans 'Programa' %}
</th>
<th
scope=
"col"
>
{% trans 'Línea' %}
</th>
<th
scope=
"col"
>
{% trans 'Título' %}
</th>
<th
scope=
"col"
>
{% trans 'Estado' %}
</th>
</tr>
<table
class=
"table table-hover table-striped table-sm cabecera-azul"
aria-describedby=
"coordinados"
>
<thead>
<tr>
<th
scope=
"col"
>
{% trans 'Programa' %}
</th>
<th
scope=
"col"
>
{% trans 'Línea' %}
</th>
<th
scope=
"col"
>
{% trans 'Título' %}
</th>
<th
scope=
"col"
>
{% trans 'Estado' %}
</th>
</tr>
</thead>
{% for proyecto in proyectos_coordinados %}
<tr>
<td>
{{proyecto.programa.nombre_corto}}
</td>
...
...
@@ -41,15 +43,17 @@
{% if proyectos_participados %}
<div
class=
"table-responsive"
>
<table
class=
"table table-hover table-striped table-sm"
aria-describedby=
"participados"
>
<tr>
<th
scope=
"col"
>
{% trans 'Programa' %}
</th>
<th
scope=
"col"
>
{% trans 'Línea' %}
</th>
<th
scope=
"col"
>
{% trans 'Título' %}
</th>
<th
scope=
"col"
>
{% trans 'Coordinador' %}
</th>
<th
scope=
"col"
>
{% trans 'Estado' %}
</th>
<th
scope=
"col"
>
{% trans 'Acción' %}
</th>
</tr>
<table
class=
"table table-hover table-striped table-sm cabecera-azul"
aria-describedby=
"participados"
>
<thead>
<tr>
<th
scope=
"col"
>
{% trans 'Programa' %}
</th>
<th
scope=
"col"
>
{% trans 'Línea' %}
</th>
<th
scope=
"col"
>
{% trans 'Título' %}
</th>
<th
scope=
"col"
>
{% trans 'Coordinador' %}
</th>
<th
scope=
"col"
>
{% trans 'Estado' %}
</th>
<th
scope=
"col"
>
{% trans 'Acción' %}
</th>
</tr>
</thead>
{% for proyecto in proyectos_participados %}
<tr>
...
...
@@ -85,15 +89,17 @@
{% if proyectos_invitado %}
<div
class=
"table-responsive"
>
<table
class=
"table table-hover table-striped table-sm"
aria-describedby=
"invitaciones"
>
<tr>
<th
scope=
"col"
>
{% trans 'Programa' %}
</th>
<th
scope=
"col"
>
{% trans 'Línea' %}
</th>
<th
scope=
"col"
>
{% trans 'Título' %}
</th>
<th
scope=
"col"
>
{% trans 'Coordinador' %}
</th>
<th
scope=
"col"
>
{% trans 'Estado' %}
</th>
<th
scope=
"col"
>
{% trans 'Acción' %}
</th>
</tr>
<table
class=
"table table-hover table-striped table-sm cabecera-azul"
aria-describedby=
"invitaciones"
>
<thead>
<tr>
<th
scope=
"col"
>
{% trans 'Programa' %}
</th>
<th
scope=
"col"
>
{% trans 'Línea' %}
</th>
<th
scope=
"col"
>
{% trans 'Título' %}
</th>
<th
scope=
"col"
>
{% trans 'Coordinador' %}
</th>
<th
scope=
"col"
>
{% trans 'Estado' %}
</th>
<th
scope=
"col"
>
{% trans 'Acción' %}
</th>
</tr>
</thead>
{% for proyecto in proyectos_invitado %}
<tr>
...
...
@@ -137,16 +143,18 @@
<br
/>
<div
class=
"table-responsive"
>
<table
class=
"table table-hover table-striped table-sm"
aria-describedby=
"del-centro"
>
<tr>
<th
scope=
"col"
>
{% trans 'Programa' %}
</th>
<th
scope=
"col"
>
{% trans 'Línea' %}
</th>
<th
scope=
"col"
>
{% trans 'Título' %}
</th>
<th
scope=
"col"
>
{% trans 'Coordinador' %}
</th>
<th
scope=
"col"
>
{% trans 'Estado' %}
</th>
<th
scope=
"col"
>
{% trans 'Visto bueno' %}
</th>
<th
scope=
"col"
>
{% trans 'Acción' %}
</th>
</tr>
<table
class=
"table table-hover table-striped table-sm cabecera-azul"
aria-describedby=
"del-centro"
>
<thead>
<tr>
<th
scope=
"col"
>
{% trans 'Programa' %}
</th>
<th
scope=
"col"
>
{% trans 'Línea' %}
</th>
<th
scope=
"col"
>
{% trans 'Título' %}
</th>
<th
scope=
"col"
>
{% trans 'Coordinador' %}
</th>
<th
scope=
"col"
>
{% trans 'Estado' %}
</th>
<th
scope=
"col"
>
{% trans 'Visto bueno' %}
</th>
<th
scope=
"col"
>
{% trans 'Acción' %}
</th>
</tr>
</thead>
{% for proyecto in proyectos_centros_dirigidos %}
<tr>
<td>
{{proyecto.programa.nombre_corto}}
</td>
...
...
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