From f24784504cf1158307c7c124525b4c433514a97e Mon Sep 17 00:00:00 2001 From: undefined Date: Sun, 25 Dec 2022 03:12:49 +0800 Subject: [PATCH] ui: remove outdated templates --- .../templates/problem_import_syzoj.html | 52 ------------------- .../ui-default/templates/problem_receive.html | 47 ----------------- 2 files changed, 99 deletions(-) delete mode 100644 packages/ui-default/templates/problem_import_syzoj.html delete mode 100644 packages/ui-default/templates/problem_receive.html diff --git a/packages/ui-default/templates/problem_import_syzoj.html b/packages/ui-default/templates/problem_import_syzoj.html deleted file mode 100644 index 2c64ec91..00000000 --- a/packages/ui-default/templates/problem_import_syzoj.html +++ /dev/null @@ -1,52 +0,0 @@ -{% extends "layout/basic.html" %} -{% block content %} -
-
-
-
-
-
-
- -
-
- -
-
- -
-
-
- - - -
-
-
-
-
-
-
-
-

{{ _('What is this?') }}

-

{{ _('With this feature, you can import problems that you can view from a site to here. Their title, content, tags and categories will be imported. However, their test data are not copied directly.') }}

-
-
-
-
-{% endblock %} diff --git a/packages/ui-default/templates/problem_receive.html b/packages/ui-default/templates/problem_receive.html deleted file mode 100644 index f137a5f0..00000000 --- a/packages/ui-default/templates/problem_receive.html +++ /dev/null @@ -1,47 +0,0 @@ -{% extends "layout/basic.html" %} -{% block content %} -
-
-
-
-

{{ _('Requests') }}

-
-
- {{ noscript_note.render() }} - - - - - - - - - - - - - - - {%- for request in requests -%} - {%- for pid in request.pids -%} - - - - - - {%- endfor -%} - {%- endfor -%} - -
{{ _('ID') }}{{ _('Title') }}{{ _('Action') }}
{{ request.display }}{{ pid }}{{ request.pdocs[pid] }} -
- - - - -
-
-
-
-
-
-{% endblock %}