From c4ff33e64522f9662f5356d96b3d68f17764b84a Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 12 Feb 2020 21:13:51 +0100 Subject: plugins/carddav: add page to create new contact --- plugins/carddav/public/address-book.html | 2 +- plugins/carddav/public/update-address-object.html | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 plugins/carddav/public/update-address-object.html (limited to 'plugins/carddav/public') diff --git a/plugins/carddav/public/address-book.html b/plugins/carddav/public/address-book.html index f521564..3c31017 100644 --- a/plugins/carddav/public/address-book.html +++ b/plugins/carddav/public/address-book.html @@ -3,7 +3,7 @@

koushin

- Back + Back ยท Create new contact

Contacts: {{.AddressBook.Name}}

diff --git a/plugins/carddav/public/update-address-object.html b/plugins/carddav/public/update-address-object.html new file mode 100644 index 0000000..b0ab20f --- /dev/null +++ b/plugins/carddav/public/update-address-object.html @@ -0,0 +1,23 @@ +{{template "head.html"}} + +

koushin

+ +

+ Back +

+ +

Edit contact

+ +
+ + +
+ + + +
+ + +
+ +{{template "foot.html"}} -- cgit v1.2.3