From 9d84c96eb138b57e9ec63ab203ef9709950daad1 Mon Sep 17 00:00:00 2001 From: Maciej Tronowski Date: Fri, 20 Mar 2015 15:31:41 +0100 Subject: [PATCH] extract filex sources to separate files --- filex/templates/filex/source.html | 49 ++++++++++++++++++ filex/templates/filex/source.js.html | 45 ++++++++++++++++ qcg/templates/qcg/gridftp.html | 94 +--------------------------------- 3 files changed, 96 insertions(+), 92 deletions(-) create mode 100644 filex/templates/filex/source.html create mode 100644 filex/templates/filex/source.js.html diff --git a/filex/templates/filex/source.html b/filex/templates/filex/source.html new file mode 100644 index 0000000..3f49241 --- /dev/null +++ b/filex/templates/filex/source.html @@ -0,0 +1,49 @@ +
+
+
+
+
+ + +
+ +
+
+ +
+ +
+ +
+
+ +
+
+
+ + + + + + + + + + + +
NazwaRozmiarData
+ + + + + +
+
diff --git a/filex/templates/filex/source.js.html b/filex/templates/filex/source.js.html new file mode 100644 index 0000000..db1a91b --- /dev/null +++ b/filex/templates/filex/source.js.html @@ -0,0 +1,45 @@ +{% load staticfiles %} + + + + + + + + + + + + + diff --git a/qcg/templates/qcg/gridftp.html b/qcg/templates/qcg/gridftp.html index 7b2cd65..6aaa3fa 100644 --- a/qcg/templates/qcg/gridftp.html +++ b/qcg/templates/qcg/gridftp.html @@ -6,102 +6,12 @@ {% endblock %} {% block extra_js %} - - - - - - - - - - - - + {% include 'filex/source.js.html' %} {% endblock extra_js %} {% block container %}

{% block title %}Zarządzanie plikami GridFTP{% endblock %}

-
-
-
-
-
- - -
- -
-
- -
- -
- -
-
- -
-
-
- - - - - - - - - - - -
NazwaRozmiarData
- - - - - -
-
+ {% include 'filex/source.html' %} {% endblock container %} -- 1.7.9.5