Templatize email list interface.
authorWilfried Goesgens <willi@arangodb.com>
Mon, 16 Nov 2015 21:38:47 +0000 (22:38 +0100)
committerWilfried Goesgens <willi@arangodb.com>
Mon, 16 Nov 2015 21:38:47 +0000 (22:38 +0100)
commit474295ee86514e7949ed2d965a56c776d10d5126
treefe25b721d55d4fa63b617920ee7c31a5ed5d7d46
parentc9bcd2d7de3a301e9ef4a96de19886690ee9ceb9
Templatize email list interface.
12 files changed:
webcit/static/t/vcard/list.html [new file with mode: 0644]
webcit/static/t/vcard/list/cell_end.html [new file with mode: 0644]
webcit/static/t/vcard/list/empty.html [new file with mode: 0644]
webcit/static/t/vcard/list/head.html [new file with mode: 0644]
webcit/static/t/vcard/list/internal_error.html [new file with mode: 0644]
webcit/static/t/vcard/list/item.html [new file with mode: 0644]
webcit/static/t/vcard/list/name.txt [new file with mode: 0644]
webcit/static/t/vcard/list/row_end.html [new file with mode: 0644]
webcit/static/t/vcard/list/row_start.html [new file with mode: 0644]
webcit/static/t/vcard/list/section_end.html [new file with mode: 0644]
webcit/static/t/vcard/list/section_start.html [new file with mode: 0644]
webcit/vcard_edit.c