From 49b12465d1cc99a847f58dcde1860a91933cb4b2 Mon Sep 17 00:00:00 2001 From: llj Date: Sat, 14 Dec 2019 11:52:26 +0800 Subject: [PATCH] [repo decrypt page] redesigned it (#4358) --- seahub/templates/decrypt_repo_form.html | 63 +++++++++++++++++++++---- 1 file changed, 54 insertions(+), 9 deletions(-) diff --git a/seahub/templates/decrypt_repo_form.html b/seahub/templates/decrypt_repo_form.html index 4a85b984f4..93edf932c3 100644 --- a/seahub/templates/decrypt_repo_form.html +++ b/seahub/templates/decrypt_repo_form.html @@ -1,21 +1,66 @@ {% extends "base.html" %} {% load i18n %} +{% block extra_base_style %}{% endblock %} +{% block extra_style %} + + + +{% endblock %} + +{% block header_right %} +{# removed the content on the top right corner #} +{% endblock %} + {% block main_panel %} -
-

{{repo.name}}

-

{% trans "This library is encrypted. Please input the password if you want to browse it online. And the password will be kept on the server for only 1 hour." %}

-
- - - -

+
+
+

{{repo.name}}

+
+
+

{% trans "This library is encrypted. Please input the password if you want to browse it online. And the password will be kept on the server for only 1 hour." %}

+ +
+ + +
+ +

+
{% endblock %} {% block extra_script %}