Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
validata-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
19
Issues
19
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Validata
validata-ui
Commits
26e5e7fd
Commit
26e5e7fd
authored
Jun 28, 2019
by
Christophe Benz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use Bootstrap margins directly
parent
86b78e2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
15 deletions
+6
-15
validata_ui/templates/home.html
validata_ui/templates/home.html
+6
-15
No files found.
validata_ui/templates/home.html
View file @
26e5e7fd
{% extends "base_template.html" %}
{% extends "base_template.html" %}
{% block head %}
{{ super() }}
<style>
div
.mb-5
h2
.my-4
,
div
.my-5
h2
.my-4
{
margin-bottom
:
0.2em
!important
;
}
</style>
{% endblock %}
{% block title %}Accueil{% endblock %}
{% block title %}Accueil{% endblock %}
{% block content %}
{% block content %}
<div
class=
"container"
>
<div
class=
"container"
>
{% for section in sections %}
{% for section in sections %}
{% if section.catalog %}
{% if section.catalog %}
<div
class=
"m
b
-5"
>
<div
class=
"m
y
-5"
>
<h2
class=
"my-4"
>
{{ section.title }}
</h2>
<h2>
{{ section.title }}
</h2>
{% if section.description %}
{% if section.description %}
<p
class=
"text-muted"
>
{{ section.description }}
</p>
<p
class=
"text-muted"
>
{{ section.description }}
</p>
{% endif %}
</h2>
{% endif %}
<form
action=
"{{ url_for('custom_validator') }}"
method=
"GET"
>
<form
action=
"{{ url_for('custom_validator') }}"
method=
"GET"
>
<div
class=
"form-row"
>
<div
class=
"form-row"
>
<div
class=
"form-group col-lg-9"
>
<div
class=
"form-group col-lg-9"
>
...
@@ -40,7 +31,7 @@
...
@@ -40,7 +31,7 @@
{% endfor %}
{% endfor %}
<div
class=
"my-5"
>
<div
class=
"my-5"
>
<h2
class=
"my-4"
>
Schéma à la carte
</h2>
<h2>
Schéma à la carte
</h2>
<p
class=
"text-muted"
>
Indiquez ici l'URL du schéma que vous souhaitez pour valider un fichier.
</p>
<p
class=
"text-muted"
>
Indiquez ici l'URL du schéma que vous souhaitez pour valider un fichier.
</p>
<form
action=
"{{ url_for('custom_validator') }}"
data-cy=
"custom_schema_form"
method=
"GET"
>
<form
action=
"{{ url_for('custom_validator') }}"
data-cy=
"custom_schema_form"
method=
"GET"
>
<div
class=
"form-row"
>
<div
class=
"form-row"
>
...
@@ -69,9 +60,9 @@
...
@@ -69,9 +60,9 @@
{% for section in sections %}
{% for section in sections %}
{% if section.links %}
{% if section.links %}
<div
class=
"my-5"
>
<div
class=
"my-5"
>
<h2
class=
"my-4"
>
{{ section.title }}
</h2>
<h2>
{{ section.title }}
</h2>
{% if section.description %}
{% if section.description %}
<p
class=
"text-muted"
>
{{ section.description}}
</p>
<p
class=
"text-muted"
>
{{ section.description
}}
</p>
{% endif %}
{% endif %}
<div
class=
"row my-4"
>
<div
class=
"row my-4"
>
{% for item in section.links %}
{% for item in section.links %}
...
...
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