From: Sven Hoehn Date: Wed, 6 Dec 2017 16:57:42 +0000 (+0100) Subject: Bootstap 4 migration: nopaste.dev.ipfire.org (?) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c72698bc84dade920957f8039f3ede80562bb82;p=ipfire.org.git Bootstap 4 migration: nopaste.dev.ipfire.org (?) --- diff --git a/templates/nopaste/create.html b/templates/nopaste/create.html index b1ef4d23..0ad8051d 100644 --- a/templates/nopaste/create.html +++ b/templates/nopaste/create.html @@ -9,69 +9,75 @@ {% end block %} {% block container %} -
- - -
-
- - - {% if mode == "paste" %} -
- -
- {% elif mode == "upload" %} - -
- - {% if max_size %} -

- {{ _("You may upload up to %s.") % format_size(max_size) }} -

+
+
+ {% if mode == "paste" %} +

{{ _("New Paste") }}

+ {% elif mode == "upload" %} +

{{ _("Upload File") }}

+ {% end %} + +
+
+ +
+ + + {% if mode == "paste" %} +
+ +
+ {% elif mode == "upload" %} + +
+ + + {% if max_size %} +

+ {{ _("You may upload up to %s.") % format_size(max_size) }} +

+ {% end %} +
{% end %}
- {% end %} -
- - {% if mode == "paste" %} -
- -
- + + {% if mode == "paste" %} +
+ +
+ +
+
+ {% end %} + +
+ +
+ +
-
- {% end %} - -
- -
- -
-
- -
-
- -
+ +
+
+ +
+
+ + {% raw xsrf_form_html() %} +
- - {% raw xsrf_form_html() %} - +
+
+ {% end block %}