-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathauthor.html
56 lines (55 loc) · 1.58 KB
/
author.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<xc-header title="LDC Via Mail"></xc-header>
<xc-layout>
<xc-list
model-name="Memo"
title="From"
url=":host/search/:db/Memo?count=20"
documenturl=":host/document/:db/Memo/:id"
responseurl=":host/responses/:db/Memo/:id?expand=true"
list-width="5"
allow-add="false"
order-by="__created"
order-reversed="true"
summary-field="Subject"
details-field="__created"
details-field-type="date"
image-placeholder-icon="document"
autoload-first="true"
allow-search="false"
type="accordion-remote"
categoryurl=":host/list/:db/Memo/From"
categoryfield="From"
category-field-type="notesname"
group-by="__createdby"
infinite-scroll="false">
<xc-form
model-name="Memo"
default-text="Select an email from the list"
url=":host/document/:db/Memo/:id"
responseurl=":host/responses/:db/Memo/:id?expand=true"
>
</xc-form>
<xc-list
title="Replies"
model-name="Reply"
url=":host/responses/:db/Memo/:id?expand=true"
documenturl=":host/document/:db/Reply/:id"
allow-add="false"
allow-search="false"
order-by="__created"
order-reversed="true"
summary-field="Subject"
details-field="Body__parsed"
details-field-sub-bottom="From"
details-field-sub-bottom-type="notesname"
details-field-type="gethtml"
image-placeholder-icon="document"
autoload-first="false"
type="response"
group-by="Categories"
infinite-scroll="false"
embedded="true">
</xc-list>
</xc-list>
</xc-layout>
<xc-footer></xc-footer>