-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.xml
57 lines (53 loc) · 1.26 KB
/
module.xml
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
<!--@POSTPROC: cd data; tar -cvzf ../module/data.tar.gz *-->
<module>
<Login f="nodata">
<Login>
<Users t="dropdown" f="user"/>
<Login ll="Control"/>
<Signup l="signup"/>
</Login>
</Login>
<Control f="nodata">
<Control>
<Record_Animal l="Record"/>
<GPS_Diagnostics t="gpsdiag"/>
</Control>
</Control>
<Record>
<fmt>{{Animal}} {{author}} {{timestamp}}</fmt>
<Record>
<author f="readonly">User</author>
<timestamp f="readonly">Created at</timestamp>
<Photo t="camera"/>
<gps/>
<Animal>
<opts>
<opt p="roo.jpg">Animal 1
<opt p="roo-baby.jpg">Animal 1A</opt>
<opt>Animal 1B</opt>
<opt>Animal 1C</opt>
<opt>Animal 1D</opt>
</opt>
<opt>Animal 2
<opt>Animal 2A</opt>
<opt>Animal 2B</opt>
<opt>Animal 2C</opt>
<opt>Animal 2D</opt>
</opt>
<opt>Animal 3
<opt>Animal 3A</opt>
<opt>Animal 3B</opt>
<opt>Animal 3C</opt>
<opt>Animal 3D</opt>
</opt>
<opt>Animal 4
<opt>Animal 4A</opt>
<opt>Animal 4B</opt>
<opt>Animal 4C</opt>
<opt>Animal 4D</opt>
</opt>
</opts>
</Animal>
</Record>
</Record>
</module>