From c8c89455faeb5a76d6ee2264f497b8f790e0e392 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Sun, 11 Oct 2015 13:56:12 +0200 Subject: [PATCH] Implement template based display of a single vcard. --- webcit/static/t/vcard/msg_display.html | 44 +++++++++++++++++++ webcit/static/t/vcard/msg_display/email.html | 2 + .../static/t/vcard/msg_display/one_email.html | 1 + webcit/static/t/vcard/msg_display/phone.html | 1 + 4 files changed, 48 insertions(+) create mode 100644 webcit/static/t/vcard/msg_display.html create mode 100644 webcit/static/t/vcard/msg_display/email.html create mode 100644 webcit/static/t/vcard/msg_display/one_email.html create mode 100644 webcit/static/t/vcard/msg_display/phone.html diff --git a/webcit/static/t/vcard/msg_display.html b/webcit/static/t/vcard/msg_display.html new file mode 100644 index 000000000..4f0dd3a1d --- /dev/null +++ b/webcit/static/t/vcard/msg_display.html @@ -0,0 +1,44 @@ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+
Telephone: + +
E-mail: + +
: +
+
+
+ +
+ diff --git a/webcit/static/t/vcard/msg_display/email.html b/webcit/static/t/vcard/msg_display/email.html new file mode 100644 index 000000000..9ffc2ea7d --- /dev/null +++ b/webcit/static/t/vcard/msg_display/email.html @@ -0,0 +1,2 @@ + + diff --git a/webcit/static/t/vcard/msg_display/one_email.html b/webcit/static/t/vcard/msg_display/one_email.html new file mode 100644 index 000000000..d8d49ce61 --- /dev/null +++ b/webcit/static/t/vcard/msg_display/one_email.html @@ -0,0 +1 @@ +
diff --git a/webcit/static/t/vcard/msg_display/phone.html b/webcit/static/t/vcard/msg_display/phone.html new file mode 100644 index 000000000..7508fafd8 --- /dev/null +++ b/webcit/static/t/vcard/msg_display/phone.html @@ -0,0 +1 @@ +:

-- 2.30.2