From: Marek Stępniowski Date: Fri, 5 Sep 2008 09:44:46 +0000 (+0200) Subject: Added fragment_short.html to repository. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/e388c13ff66e64e4266cdb216eca98970c6a8651 Added fragment_short.html to repository. --- diff --git a/templates/catalogue/fragment_short.html b/templates/catalogue/fragment_short.html new file mode 100644 index 000000000..a05ba4586 --- /dev/null +++ b/templates/catalogue/fragment_short.html @@ -0,0 +1,20 @@ +
+ {#
#} + {# Półki #} + {#
#} + {% if fragment.short_text %} +
+ {{ fragment.short_text|safe }} + ↓ Rozwiń fragment ↓ +
+ {% endif %} +
+ {{ fragment.text|safe }} + {% if fragment.short_text %} + ↑ Zwiń fragment ↑ + {% endif %} +
+ +