-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.ftd
292 lines (164 loc) · 3.95 KB
/
index.ftd
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
-- import: fastn
-- import: fastn-lib
-- ftd.column package-info-page:
width: fill
padding: 40
--- fastn-lib.h0: $fastn.i18n.welcome-fastn-page
$fastn.i18n.welcome-fastn-page-subtitle
--- ftd.text: $fastn.package-name
--- fastn-lib.key-value-without-default: $fastn.i18n.language
value: $fastn.language
--- fastn-lib.key-value-without-default: Zip:
value: $fastn.package-zip
-- ftd.column translation-status-page:
padding-vertical: 40
padding-horizontal: 20
width: fill
--- h0: $fastn.i18n.language-detail-page
--- title: $fastn.package-title
subtitle: key-value: $fastn.i18n.last-modified-on
> value: $fastn.last-modified-on
> default: Never synced
$fastn.i18n.language-detail-page-body
--- key-value: $fastn.i18n.total-number-of-documents
value: $fastn.number-of-documents
default: Not known
--- files-status:
ftd.color-scheme colors: $fastn.design.colors.brand
colors: $colors
-- ftd.row key-value:
caption key:
optional string value:
string default:
margin-bottom: 10
spacing: 2
--- ftd.text: $key
position: center
--- ftd.text: $value
if: $value is not null
position: center
--- ftd.text: $default
if: $value is null
position: center
-- ftd.column title:
caption title:
optional body body:
ftd.ui subtitle:
width: fill
region: h1
--- ftd.row:
spacing: 25
width: fill
--- ftd.text: $title
region: title
ftd.color-scheme colors:
color: $colors.cta-secondary.base
align: center
link: $fastn.home-url
--- ftd.text: $fastn.language
if: $fastn.language is not null
border-radius: 10
ftd.color-scheme colors:
color: $colors.cta-secondary.base
background-color: $colors.cta-secondary.base
padding-vertical: 5
padding-horizontal: 20
align: center
--- container: ftd.main
--- subtitle:
--- markdown:
if: $body is not null
ftd.color-scheme colors: $fastn.design.colors.brand
colors: $colors
body: $body
-- ftd.column h0:
caption title:
optional body body:
width: fill
padding-horizontal: 90
region: h0
--- ftd.text:
text: $title
region: title
ftd.color-scheme colors:
color: $colors.cta-secondary.base
padding-bottom: 24
--- container: ftd.main
--- markdown:
if: $body is not null
ftd.color-scheme colors: $fastn.design.colors.brand
colors: $colors
body: $body
-- ftd.text markdown:
body body:
ftd.color-scheme colors:
color: $colors.cta-secondary.base
text: $body
padding-bottom: 34
padding-top: 50
-- ftd.row print:
caption file:
ftd.color-scheme colors:
ftd.ui status:
width: fill
border-bottom: 1
border-color: $colors.cta-primary.base
padding: 10
--- ftd.text: $file
width: percent 50
padding: 5
--- status:
-- ftd.column files-status:
ftd.color-scheme colors:
background-color: $colors.cta-primary.base
width: fill
max-width: 800
--- ftd.row:
width: fill
background-color: $colors.cta-primary.base
color: $colors.cta-primary.text
padding: 10
border-top-radius: 5
--- ftd.text: $fastn.i18n.document
width: percent 50
padding: 5
--- ftd.text: $fastn.i18n.status
width: percent 50
padding: 5
--- container: ftd.main
--- print: $obj
$loop$: $fastn.missing-files as $obj
status: ftd.text: $fastn.i18n.missing
ftd.color-scheme colors: $fastn.design.colors.brand
colors: $colors
> padding: 5
> color: $colors.cta-primary.base
> background-color: $colors.cta-primary.base
> border-radius: 10
--- print: $obj
$loop$: $fastn.never-marked-files as $obj
status: ftd.text: $fastn.i18n.never-marked
ftd.color-scheme colors: $fastn.design.colors.brand
colors: $colors
> padding: 5
> color: #4e4ead
> background-color: #e0dff9
> border-radius: 10
--- print: $obj
$loop$: $fastn.outdated-files as $obj
status: ftd.text: $fastn.i18n.out-dated
ftd.color-scheme colors: $fastn.design.colors.brand
colors: $colors
> padding: 5
> color: #f7d06d
> background-color: #fef7e5
> border-radius: 10
--- print: $obj
$loop$: $fastn.upto-date-files as $obj
status: ftd.text: $fastn.i18n.upto-date
ftd.color-scheme colors: $fastn.design.colors.brand
colors: $colors
> padding: 5
> color: #4da486
> background-color: #e0efeb
> border-radius: 10