Git commit cbbac96cdaa46c698f93285b30bcb3aad680468a by Montel Laurent. Committed on 31/03/2014 at 20:58. Pushed by mlaurent into branch 'master'. Add new theme A +3 -0 kaddressbook/printing/grantlee/themes/full/theme.desktop A +71 -0 kaddressbook/printing/grantlee/themes/full/theme.html http://commits.kde.org/kdepim/cbbac96cdaa46c698f93285b30bcb3aad680468a diff --git a/kaddressbook/printing/grantlee/themes/full/theme.desktop b/kad= dressbook/printing/grantlee/themes/full/theme.desktop new file mode 100644 index 0000000..3e968c5 --- /dev/null +++ b/kaddressbook/printing/grantlee/themes/full/theme.desktop @@ -0,0 +1,3 @@ +[Desktop Entry] +Name=3DFull Information +Description=3DDisplay All Information diff --git a/kaddressbook/printing/grantlee/themes/full/theme.html b/kaddre= ssbook/printing/grantlee/themes/full/theme.html new file mode 100644 index 0000000..73be2b4 --- /dev/null +++ b/kaddressbook/printing/grantlee/themes/full/theme.html @@ -0,0 +1,71 @@ + + + + + + +
+{% if contacts %} +{% for contact in contacts %} +
{{ contact.name }}
+
{{ contact.realName|safe }}
+ + + {% if contact.emails %} + + + + + {% endif %} + {% if contact.organization %} + + + + + {% endif %} + {% if contact.webPage %} + + + + + {% endif %} + {% if contact.birthday %} + + + + + {% endif %} + {% if contact.note %} + + + + + {% endif %} +
{{ contacti18n.emailsi18n }}{{ contact.emails|safe }}
{{ contacti18n.organizationi18n }}{{ contact.organization }}
{{ contacti18n.websitei18n }}{{ contact.webPage|safe }}
{{ contacti18n.birthdayi18n }}{{ contact.birthday }}
{{ contacti18n.notei18n }}{{ contact.note }}
+
+{% endfor %} +{% endif %} + +