fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Dodanie wyświetlania obrazków na lewo od edytora/podglądu HTML.
[redakcja.git]
/
project
/
templates
/
explorer
/
folder_images.html
diff --git a/project/templates/explorer/folder_images.html
b/project/templates/explorer/folder_images.html
new file mode 100644
(file)
index 0000000..
e6beb07
--- /dev/null
+++ b/
project/templates/explorer/folder_images.html
@@ -0,0
+1,5
@@
+{% for image in images %}
+ <div class="image-box" src="{{ image }}" style="width: 460px; height: 460px; margin: 5px; background-color: gray">
+ <p>{{ image }}</p>
+ </div>
+{% endfor %}
\ No newline at end of file