From d97107ed5b242a3913df0d88ef4d8374b66ca25c Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 12 Feb 2019 19:21:29 +0100 Subject: begin geocode client --- old/server/app/templates/403.html | 35 -------- old/server/app/templates/404.html | 33 ------- old/server/app/templates/500.html | 34 ------- old/server/app/templates/base.html | 33 ------- old/server/app/templates/celery.html | 43 --------- old/server/app/templates/display.html | 69 --------------- old/server/app/templates/index.html | 161 ---------------------------------- 7 files changed, 408 deletions(-) delete mode 100644 old/server/app/templates/403.html delete mode 100644 old/server/app/templates/404.html delete mode 100644 old/server/app/templates/500.html delete mode 100644 old/server/app/templates/base.html delete mode 100644 old/server/app/templates/celery.html delete mode 100644 old/server/app/templates/display.html delete mode 100644 old/server/app/templates/index.html (limited to 'old/server/app/templates') diff --git a/old/server/app/templates/403.html b/old/server/app/templates/403.html deleted file mode 100644 index f83c6dfc..00000000 --- a/old/server/app/templates/403.html +++ /dev/null @@ -1,35 +0,0 @@ -{%- extends "base.html" %} - -{% import "bootstrap/utils.html" as utils %} - -{% block content %} -
- -
-

-

403

-
- - -
-
-

Your request could not be handled

-
-
- -
-
-
- Home -
-
-
- -
- -{% block footer %} -{{super()}} -{% endblock %} - -{% endblock %} - diff --git a/old/server/app/templates/404.html b/old/server/app/templates/404.html deleted file mode 100644 index a7f7d45a..00000000 --- a/old/server/app/templates/404.html +++ /dev/null @@ -1,33 +0,0 @@ -{%- extends "base.html" %} - -{% import "bootstrap/utils.html" as utils %} - -{% block content %} -
- -
-

-

404

-
- -
-
-

Your request could not be handled

-
- -
-
-
- Home -
-
-
- -
- -{% block footer %} -{{super()}} -{% endblock %} - -{% endblock %} - diff --git a/old/server/app/templates/500.html b/old/server/app/templates/500.html deleted file mode 100644 index b323c12c..00000000 --- a/old/server/app/templates/500.html +++ /dev/null @@ -1,34 +0,0 @@ -{%- extends "base.html" %} - -{% import "bootstrap/utils.html" as utils %} - -{% block content %} -
- -
-

-

505

-
- -
-
-

Your request could not be handled

-
-
- -
-
-
- Home -
-
-
- -
- -{% block footer %} -{{super()}} -{% endblock %} - -{% endblock %} - diff --git a/old/server/app/templates/base.html b/old/server/app/templates/base.html deleted file mode 100644 index 16402af8..00000000 --- a/old/server/app/templates/base.html +++ /dev/null @@ -1,33 +0,0 @@ -{%- extends "bootstrap/base.html" %} - -{% block title %}DullDream (v2 x ZkM){% endblock %} - -{% block head %} - {{super()}} - -{% endblock %} - -{% block styles %} - {{super()}} - - -{% endblock %} - -{%- block content %} - {{super()}} -{% endblock content %} - -{%- block footer %} - -{% endblock footer %} - -{% block scripts %} - {{super()}} -{% endblock scripts %} \ No newline at end of file diff --git a/old/server/app/templates/celery.html b/old/server/app/templates/celery.html deleted file mode 100644 index ddcd25cb..00000000 --- a/old/server/app/templates/celery.html +++ /dev/null @@ -1,43 +0,0 @@ -{%- extends "base.html" %} - -{% import "bootstrap/utils.html" as utils %} - -{% block content %} - - -
- -
-

-

Celery Test

-
- -
-
-

-
-
-
- -
- -{% block footer %} -{{ super() }} -{% endblock %} - -{% endblock %} - - -{% block scripts %} - {{super()}} - - - - - -{% endblock scripts %} \ No newline at end of file diff --git a/old/server/app/templates/display.html b/old/server/app/templates/display.html deleted file mode 100644 index f73a6ca5..00000000 --- a/old/server/app/templates/display.html +++ /dev/null @@ -1,69 +0,0 @@ -{%- extends "base.html" %} - -{% import "bootstrap/utils.html" as utils %} - -{% block content %} - - -
- -
-

-

Result

-
- -
-
-
- -

Rendered result

-
-
- -
- -

Original image

-
-
- -
- -

Semantic segmentation

-
-
- - - -
-
-
- Home -
-
-
- - - - -{% block footer %} -{{super()}} -{% endblock footer %} - -{% endblock %} - diff --git a/old/server/app/templates/index.html b/old/server/app/templates/index.html deleted file mode 100644 index f740bb5b..00000000 --- a/old/server/app/templates/index.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - - DullDream (v2 x ZkM) - - - - -
-

DullDream

-

Neural network photo effect

-
- -
-
-
- - -
- -
-
-
- -
- -
-
-
- -
-
-
- Change Image - -
- -
- Upload -
-
- -
- -
-
- About - Privacy -

- All images uploaded can be used for exhibition and review purposes. -

-

- Currently this work is on view at ZKM. View recent DullDreams here. -

-
-
-
- - - - - - -
-
-
- -
- Made with DullDream.xyz for ZKM OpenCodes 2017 -
- -
- -
- -
-
- -
- -
- -
-
- Home - About - Privacy -
- -
- -
- - - - - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3-70-g09d2