This file is indexed.

/usr/share/d-rats/forms/radiogram.xml is in d-rats 0.3.3-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
<xml>
<form id='radiogram'>
<title>Radiogram</title>
<field id='_auto_number'>
<caption>Number</caption>
<entry type='text'/>
</field>
<field id='precedence'>
<caption>Precedence</caption>
<entry type='choice'>
  <choice set='y'>Routine</choice>
  <choice>Welfare</choice>
  <choice>Priority</choice>
  <choice>Emergency</choice>
</entry>
</field>
<field id='hx'>
<caption>HX</caption>
<entry type='text'/>
</field>
<field id='station'>
<caption>Station of Origin</caption>
<entry type='text'/>
</field>
<field id='_auto_check'>
<caption>Check</caption>
<entry type='text'/>
</field>
<field id='place'>
<caption>Place of Origin</caption>
<entry type='text'/>
</field>
<field id='time'>
<caption>Time</caption>
<entry type='time'></entry>
</field>
<field id='date'>
<caption>Date</caption>
<entry type='date'></entry>
</field>
<field id='recip'>
<caption>To</caption>
<entry type='text'/>
</field>
<field id='recip_phone'>
<caption>Recipient Phone #</caption>
<entry type='text'/>
</field>
<field id='_auto_message'>
<caption>Message</caption>
<entry type='multiline'/>
</field>
<field id='sig'>
<caption>Signature</caption>
<entry type='text'/>
</field>
<field id='received_from'>
<caption>Received From</caption>
<entry type='text'/>
</field>
<field id='recv_t'>
<caption>Received Time</caption>
<entry type='time'></entry>
</field>
<field id='recv_d'>
<caption>Received Date</caption>
<entry type='date'></entry>
</field>
<field id='sent_to'>
<caption>Sent To</caption>
<entry type='text'/>
</field>
<field id='sent_t'>
<caption>Sent Time</caption>
<entry type='time'></entry>
</field>
<field id='sent_d'>
<caption>Sent Date</caption>
<entry type='date'></entry>
</field>
</form>
</xml>