From 04853ff19450c5925a7c9bacc11abe90e75f8510 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Mon, 5 Sep 2022 13:58:34 +0200 Subject: [proxy] complete the text content and styling of web UI pages written so far --- .../proxy/web_ui/templates/repos/add.html.jinja | 47 ++++++++++++---------- 1 file changed, 25 insertions(+), 22 deletions(-) (limited to 'src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja') diff --git a/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja b/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja index 398ac9a..8542d89 100644 --- a/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/repos/add.html.jinja @@ -19,42 +19,45 @@ file's licenses. Although I request that you do not make use this code in a proprietary work, I am not going to enforce this in court. #} {% extends "base.html.jinja" %} + {% block title %} {{ _('web_ui.repos.add.title') }} {% endblock %} + {% block main %}

{{ _('web_ui.repos.add.heading') }}

-
- -
{% if repo_name_invalid is defined %} - + {{ error_note(_('web_ui.err.repo_name_invalid')) }} {% endif %} + {% if repo_name_taken is defined %} - + {{ error_note(_('web_ui.err.repo_name_taken')) }} {% endif %} -
+ + + +
-
- -
+ +
+ {% if repo_url_invalid is defined %} - + {{ error_note(_('web_ui.err.repo_url_invalid')) }} {% endif %} -
+ + + +
-
+ +
+ +
-- cgit v1.2.3