1<?xml version="1.0" encoding="UTF-8" ?> 2<Report> 3 <Title><var var="I18N::translate('Pedigree')" /></Title> 4 <Description><var var="I18N::translate('A report of an individual’s ancestors, formatted as a tree.')" /></Description> 5 <Input name="pid" lookup="INDI" type="text" default=""><var var="I18N::translate('Individual')" /></Input> 6 <Input name="orientation" type="select" default="portrait" options="portrait=>I18N::translate('Portrait')|landscape=>I18N::translate('Landscape')"><var var="I18N::translate('Orientation')"/></Input> 7 <Input name="pageSize" type="select" default="A4" options="letter=>I18N::translateContext('paper size','Letter')|A3=>I18N::translateContext('paper size', 'A3')|A4=>I18N::translateContext('paper size','A4')|legal=>I18N::translateContext('paper size','Legal')"><var var="I18N::translate('Page size')" /></Input> 8 <!-- 9 <Input name="fonts" type="select" default="dejavusans" options="arialunicid0=>I18N::translateContext('font name', 'Arial')|dejavusans=>I18N::translateContext('font name', 'DejaVu')|helvetica=>I18N::translateContext('font name', 'Helvetica')"><var var="I18N::translate('Font')"/></Input> 10 --> 11 <SetVar name="fonts" value="dejavusans" /> 12 13 <if condition="$orientation=='portrait'"> 14 <Style name="header" font="$fonts" size="18" /> 15 <Style name="label1" font="$fonts" size="9" /> 16 <Style name="name" font="$fonts" size="9" /> 17 <Style name="text" font="$fonts" size="7" /> 18 <Style name="genby" font="$fonts" size="8" /> 19 <!-- Date text --> 20 <Style name="date" font="$fonts" size="8"/> 21 22 <!-- Horizontal Number/Name/Fact text --> 23 <SetVar name="number_1_2_3" value="18" /> 24 <SetVar name="name_1_2_3" value="32" /> 25 <SetVar name="number_4_to_7" value="161" /> 26 <SetVar name="name_4_to_7" value="175" /> 27 <SetVar name="number_8_to_9" value="299" /> 28 <SetVar name="number_10_to_15" value="293" /> 29 <SetVar name="name_8_to_15" value="312" /> 30 <SetVar name="number_16_to_31" value="444" /> 31 <SetVar name="name_16_to_31" value="462" /> 32 33 <!-- Truncate variables --> 34 <SetVar name="truncatename" value="25" /> 35 <SetVar name="trunc_123" value="28" /> 36 <SetVar name="trunc_123_place" value="33" /> 37 <SetVar name="trunc_4_to_7_place" value="33" /> 38 <SetVar name="trunc_place" value="40" /> 39 <SetVar name="trunc_dateplace" value="33" /> 40 41 <Doc pageSize="$pageSize" leftmargin="1" rightmargin="1"> 42 <Header> 43 <Cell height="20" newline="1" left="20" style="header"><var var="I18N::translate('Pedigree')" /></Cell> 44 <Cell align="rightrtl" height="10" newline="1" style="date"><Now /></Cell> 45 </Header> 46 <Body> 47 <Line x1="29" y1="370" x2="190" y2="370" /> 48 <Line x1="29" y1="370" x2="29" y2="570" /> 49 <Line x1="29" y1="570" x2="172" y2="570" /> 50 <Line x1="29" y1="220" x2="29" y2="370" /> 51 <Line x1="29" y1="220" x2="172" y2="220" /> 52 53 <Line x1="172" y1="130" x2="172" y2="290" /> 54 <Line x1="172" y1="450" x2="172" y2="610" /> 55 <Line x1="172" y1="130" x2="310" y2="130" /> 56 <Line x1="172" y1="290" x2="310" y2="290" /> 57 <Line x1="172" y1="450" x2="310" y2="450" /> 58 <Line x1="172" y1="610" x2="310" y2="610" /> 59 60 <Gedcom id="$pid"> 61 <TextBox padding="0" width="160" height="10" align="left" left="$number_1_2_3" top="360" reseth="1"> 62 <Text style="label1">1.</Text> 63 </TextBox> 64 <TextBox padding="0" width="160" height="10" align="left" left="$name_1_2_3" top="360" reseth="1"> 65 <Text style="name"><GetPersonName id="$pid" truncate="$trunc_place" /></Text> 66 </TextBox> 67 <TextBox padding="0" width="160" height="10" align="left" left="$name_1_2_3" top="372" reseth="1"> 68 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_place" /> 69 <br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_place" /> 70 <Gedcom id="@FAMS"> 71 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_place" /> 72 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:PLAC" truncate="$trunc_place" /> 73 </Gedcom> 74 <Gedcom id="DEAT"> 75 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_place" /> 76 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_place" /> 77 </Gedcom> 78 </Text> 79 </TextBox> 80 81 <TextBox padding="0" width="130" height="10" align="left" left="$number_1_2_3" top="210" reseth="1"> 82 <Text style="label1">2.</Text> 83 </TextBox> 84 <TextBox padding="0" width="137" height="10" align="left" left="$name_1_2_3" top="210" reseth="1"> 85 <Text style="name"><Gedcom id="@FAMC"><GetPersonName id="@HUSB" truncate="$trunc_123" /></Gedcom></Text> 86 </TextBox> 87 <TextBox padding="0" width="130" height="10" align="left" left="$name_1_2_3" top="222" reseth="1"> 88 <Gedcom id="@FAMC:@HUSB"> 89 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_123_place" /> 90 <br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_123_place" /> 91 <Gedcom id="@FAMS"> 92 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_123_place" /> 93 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:PLAC" truncate="$trunc_123_place" /> 94 </Gedcom> 95 <Gedcom id="DEAT"> 96 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_123_place" /> 97 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_123_place" /> 98 </Gedcom> 99 </Text> 100 </Gedcom> 101 </TextBox> 102 103 <TextBox padding="0" width="130" height="10" align="left" left="$number_1_2_3" top="560" reseth="1"> 104 <Text style="label1">3.</Text> 105 </TextBox> 106 <TextBox padding="0" width="137" height="10" align="left" left="$name_1_2_3" top="560" reseth="1"> 107 <Text style="name"><Gedcom id="@FAMC"><GetPersonName id="@WIFE" truncate="$trunc_123" /></Gedcom></Text> 108 </TextBox> 109 <TextBox padding="0" width="130" height="10" align="left" left="$name_1_2_3" top="572" reseth="1"> 110 <Gedcom id="@FAMC:@WIFE"> 111 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_123_place" /> 112 <br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_123_place" /> 113 <Gedcom id="DEAT"> 114 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_123_place" /> 115 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_123_place" /> 116 </Gedcom> 117 </Text> 118 </Gedcom> 119 </TextBox> 120 121 <TextBox padding="0" width="122" height="10" align="left" left="$number_4_to_7" top="120" reseth="1"> 122 <Text style="label1">4.</Text> 123 </TextBox> 124 <TextBox padding="0" width="130" height="10" align="left" left="$name_4_to_7" top="120" reseth="1"> 125 <Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 126 </TextBox> 127 <TextBox padding="0" width="122" height="10" align="left" left="$name_4_to_7" top="132" reseth="1"> 128 <Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB"> 129 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_4_to_7_place" /> 130 <br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_4_to_7_place" /> 131 <Gedcom id="@FAMS"> 132 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_4_to_7_place" /> 133 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:PLAC" truncate="$trunc_4_to_7_place" /> 134 </Gedcom> 135 <Gedcom id="DEAT"> 136 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_4_to_7_place" /> 137 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_4_to_7_place" /> 138 </Gedcom> 139 </Text> 140 </Gedcom> 141 </TextBox> 142 143 <TextBox padding="0" width="122" height="10" align="left" left="$number_4_to_7" top="280" reseth="1"> 144 <Text style="label1">5.</Text> 145 </TextBox> 146 <TextBox padding="0" width="130" height="10" align="left" left="$name_4_to_7" top="280" reseth="1"> 147 <Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 148 </TextBox> 149 <TextBox padding="0" width="122" height="10" align="left" left="$name_4_to_7" top="292" reseth="1"> 150 <Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE"> 151 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_4_to_7_place" /> 152 <br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_4_to_7_place" /> 153 <Gedcom id="DEAT"> 154 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_4_to_7_place" /> 155 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_4_to_7_place" /> 156 </Gedcom> 157 </Text> 158 </Gedcom> 159 </TextBox> 160 161 162 <TextBox padding="0" width="122" height="10" align="left" left="$number_4_to_7" top="440" reseth="1"> 163 <Text style="label1">6.</Text> 164 </TextBox> 165 <TextBox padding="0" width="130" height="10" align="left" left="$name_4_to_7" top="440" reseth="1"> 166 <Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 167 </TextBox> 168 <TextBox padding="0" width="122" height="10" align="left" left="$name_4_to_7" top="452" reseth="1"> 169 <Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB"> 170 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_4_to_7_place" /> 171 <br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_4_to_7_place" /> 172 <Gedcom id="@FAMS"> 173 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_4_to_7_place" /> 174 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:PLAC" truncate="$trunc_4_to_7_place" /> 175 </Gedcom> 176 <Gedcom id="DEAT"> 177 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_4_to_7_place" /> 178 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_4_to_7_place" /> 179 </Gedcom> 180 </Text> 181 </Gedcom> 182 </TextBox> 183 184 <TextBox padding="0" width="122" height="10" align="left" left="$number_4_to_7" top="600" reseth="1"> 185 <Text style="label1">7.</Text> 186 </TextBox> 187 <TextBox padding="0" width="130" height="10" align="left" left="$name_4_to_7" top="600" reseth="1"> 188 <Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 189 </TextBox> 190 <TextBox padding="0" width="122" height="10" align="left" left="$name_4_to_7" top="612" reseth="1"> 191 <Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE"> 192 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_4_to_7_place" /> 193 <br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_4_to_7_place" /> 194 <Gedcom id="DEAT"> 195 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_4_to_7_place" /> 196 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_4_to_7_place" /> 197 </Gedcom> 198 </Text> 199 </Gedcom> 200 </TextBox> 201 202 203 204 <Line x1="310" y1="90" x2="310" y2="170" /> 205 <Line x1="310" y1="90" x2="460" y2="90" /> 206 <Line x1="310" y1="170" x2="460" y2="170" /> 207 <TextBox padding="0" width="130" height="10" align="left" left="$number_8_to_9" top="80" reseth="1"> 208 <Text style="label1">8.</Text> 209 </TextBox> 210 <TextBox padding="0" width="140" height="10" align="left" left="$name_8_to_15" top="80" reseth="1"> 211 <Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 212 </TextBox> 213 <TextBox padding="0" width="130" height="10" align="left" left="$name_8_to_15" top="92" reseth="1"> 214 <Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@HUSB"> 215 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" /> 216 <br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_dateplace" /> 217 <Gedcom id="@FAMS"> 218 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_dateplace" /> 219 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:PLAC" truncate="$trunc_dateplace" /> 220 </Gedcom> 221 <Gedcom id="DEAT"> 222 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" /> 223 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" /> 224 </Gedcom> 225 </Text> 226 </Gedcom> 227 </TextBox> 228 229 <TextBox padding="0" width="130" height="10" align="left" left="$number_8_to_9" top="160" reseth="1"> 230 <Text style="label1">9.</Text> 231 </TextBox> 232 <TextBox padding="0" width="140" height="10" align="left" left="$name_8_to_15" top="160" reseth="1"> 233 <Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 234 </TextBox> 235 <TextBox padding="0" width="130" height="10" align="left" left="$name_8_to_15" top="172" reseth="1"> 236 <Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@WIFE"> 237 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" /> 238 <br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_dateplace" /> 239 <Gedcom id="DEAT"> 240 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" /> 241 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" /> 242 </Gedcom> 243 </Text> 244 </Gedcom> 245 </TextBox> 246 247 <Line x1="310" y1="250" x2="310" y2="330" /> 248 <Line x1="310" y1="250" x2="460" y2="250" /> 249 <Line x1="310" y1="330" x2="460" y2="330" /> 250 <TextBox padding="0" width="130" height="10" align="left" left="$number_10_to_15" top="240" reseth="1"> 251 <Text style="label1">10.</Text> 252 </TextBox> 253 <TextBox padding="0" width="140" height="10" align="left" left="$name_8_to_15" top="240" reseth="1"> 254 <Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 255 </TextBox> 256 <TextBox padding="0" width="130" height="10" align="left" left="$name_8_to_15" top="252" reseth="1"> 257 <Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@HUSB"> 258 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" /> 259 <br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_dateplace" /> 260 <Gedcom id="@FAMS"> 261 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_dateplace" /> 262 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:PLAC" truncate="$trunc_dateplace" /> 263 </Gedcom> 264 <Gedcom id="DEAT"> 265 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" /> 266 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" /> 267 </Gedcom> 268 </Text> 269 </Gedcom> 270 </TextBox> 271 272 <TextBox padding="0" width="130" height="10" align="left" left="$number_10_to_15" top="320" reseth="1"> 273 <Text style="label1">11.</Text> 274 </TextBox> 275 <TextBox padding="0" width="140" height="10" align="left" left="$name_8_to_15" top="320" reseth="1"> 276 <Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 277 </TextBox> 278 <TextBox padding="0" width="130" height="10" align="left" left="$name_8_to_15" top="332" reseth="1"> 279 <Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@WIFE"> 280 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" /> 281 <br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_dateplace" /> 282 <Gedcom id="DEAT"> 283 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" /> 284 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" /> 285 </Gedcom> 286 </Text> 287 </Gedcom> 288 </TextBox> 289 290 <Line x1="310" y1="410" x2="310" y2="490" /> 291 <Line x1="310" y1="410" x2="460" y2="410" /> 292 <Line x1="310" y1="490" x2="460" y2="490" /> 293 <TextBox padding="0" width="130" height="10" align="left" left="$number_10_to_15" top="400" reseth="1"> 294 <Text style="label1">12.</Text> 295 </TextBox> 296 <TextBox padding="0" width="140" height="10" align="left" left="$name_8_to_15" top="400" reseth="1"> 297 <Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 298 </TextBox> 299 <TextBox padding="0" width="130" height="10" align="left" left="$name_8_to_15" top="412" reseth="1"> 300 <Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@HUSB"> 301 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" /> 302 <br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_dateplace" /> 303 <Gedcom id="@FAMS"> 304 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_dateplace" /> 305 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:PLAC" truncate="$trunc_dateplace" /> 306 </Gedcom> 307 <Gedcom id="DEAT"> 308 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" /> 309 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" /> 310 </Gedcom> 311 </Text> 312 </Gedcom> 313 </TextBox> 314 315 <TextBox padding="0" width="130" height="10" align="left" left="$number_10_to_15" top="480" reseth="1"> 316 <Text style="label1">13.</Text> 317 </TextBox> 318 <TextBox padding="0" width="140" height="10" align="left" left="$name_8_to_15" top="480" reseth="1"> 319 <Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 320 </TextBox> 321 <TextBox padding="0" width="130" height="10" align="left" left="$name_8_to_15" top="492" reseth="1"> 322 <Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@WIFE"> 323 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" /> 324 <br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_dateplace" /> 325 <Gedcom id="DEAT"> 326 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" /> 327 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" /> 328 </Gedcom> 329 </Text> 330 </Gedcom> 331 </TextBox> 332 333 <Line x1="310" y1="570" x2="310" y2="650" /> 334 <Line x1="310" y1="570" x2="460" y2="570" /> 335 <Line x1="310" y1="650" x2="460" y2="650" /> 336 <TextBox padding="0" width="130" height="10" align="left" left="$number_10_to_15" top="560" reseth="1"> 337 <Text style="label1">14.</Text> 338 </TextBox> 339 <TextBox padding="0" width="140" height="10" align="left" left="$name_8_to_15" top="560" reseth="1"> 340 <Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 341 </TextBox> 342 <TextBox padding="0" width="130" height="10" align="left" left="$name_8_to_15" top="572" reseth="1"> 343 <Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@HUSB"> 344 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" /> 345 <br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_dateplace" /> 346 <Gedcom id="@FAMS"> 347 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_dateplace" /> 348 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:PLAC" truncate="$trunc_dateplace" /> 349 </Gedcom> 350 <Gedcom id="DEAT"> 351 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" /> 352 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" /> 353 </Gedcom> 354 </Text> 355 </Gedcom> 356 </TextBox> 357 358 <TextBox padding="0" width="130" height="10" align="left" left="$number_10_to_15" top="640" reseth="1"> 359 <Text style="label1">15.</Text> 360 </TextBox> 361 <TextBox padding="0" width="140" height="10" align="left" left="$name_8_to_15" top="640" reseth="1"> 362 <Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 363 </TextBox> 364 <TextBox padding="0" width="130" height="10" align="left" left="$name_8_to_15" top="652" reseth="1"> 365 <Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@WIFE"> 366 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" /> 367 <br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_dateplace" /> 368 <Gedcom id="DEAT"> 369 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" /> 370 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" /> 371 </Gedcom> 372 </Text> 373 </Gedcom> 374 </TextBox> 375 376 377 378 <Line x1="460" y1="70" x2="460" y2="110" /> 379 <Line x1="460" y1="70" x2="590" y2="70" /> 380 <Line x1="460" y1="110" x2="590" y2="110" /> 381 <TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="60" reseth="1"> 382 <Text style="label1">16.</Text> 383 </TextBox> 384 <TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="60" reseth="1"> 385 <Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 386 </TextBox> 387 <TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="72" reseth="1"> 388 <Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@HUSB"> 389 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" /> 390 <Gedcom id="@FAMS"> 391 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="30" /> 392 </Gedcom> 393 <Gedcom id="DEAT"> 394 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" /> 395 </Gedcom> 396 </Text> 397 </Gedcom> 398 </TextBox> 399 400 <TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="100" reseth="1"> 401 <Text style="label1">17.</Text> 402 </TextBox> 403 <TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="100" reseth="1"> 404 <Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 405 </TextBox> 406 <TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="112" reseth="1"> 407 <Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@WIFE"> 408 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" /> 409 <Gedcom id="DEAT"> 410 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" /> 411 </Gedcom> 412 </Text> 413 </Gedcom> 414 </TextBox> 415 416 <Line x1="460" y1="150" x2="460" y2="190" /> 417 <Line x1="460" y1="150" x2="590" y2="150" /> 418 <Line x1="460" y1="190" x2="590" y2="190" /> 419 <TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="140" reseth="1"> 420 <Text style="label1">18.</Text> 421 </TextBox> 422 <TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="140" reseth="1"> 423 <Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 424 </TextBox> 425 <TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="152" reseth="1"> 426 <Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@HUSB"> 427 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" /> 428 <Gedcom id="@FAMS"> 429 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="30" /> 430 </Gedcom> 431 <Gedcom id="DEAT"> 432 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" /> 433 </Gedcom> 434 </Text> 435 </Gedcom> 436 </TextBox> 437 438 <TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="180" reseth="1"> 439 <Text style="label1">19.</Text> 440 </TextBox> 441 <TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="180" reseth="1"> 442 <Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 443 </TextBox> 444 <TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="192" reseth="1"> 445 <Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@WIFE"> 446 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" /> 447 <Gedcom id="DEAT"> 448 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" /> 449 </Gedcom> 450 </Text> 451 </Gedcom> 452 </TextBox> 453 454 <Line x1="460" y1="230" x2="460" y2="270" /> 455 <Line x1="460" y1="230" x2="590" y2="230" /> 456 <Line x1="460" y1="270" x2="590" y2="270" /> 457 <TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="220" reseth="1"> 458 <Text style="label1">20.</Text> 459 </TextBox> 460 <TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="220" reseth="1"> 461 <Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 462 </TextBox> 463 <TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="232" reseth="1"> 464 <Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@HUSB"> 465 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" /> 466 <Gedcom id="@FAMS"> 467 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="30" /> 468 </Gedcom> 469 <Gedcom id="DEAT"> 470 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" /> 471 </Gedcom> 472 </Text> 473 </Gedcom> 474 </TextBox> 475 476 <TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="260" reseth="1"> 477 <Text style="label1">21.</Text> 478 </TextBox> 479 <TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="260" reseth="1"> 480 <Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 481 </TextBox> 482 <TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="272" reseth="1"> 483 <Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@WIFE"> 484 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" /> 485 <Gedcom id="DEAT"> 486 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" /> 487 </Gedcom> 488 </Text> 489 </Gedcom> 490 </TextBox> 491 492 <Line x1="460" y1="310" x2="460" y2="350" /> 493 <Line x1="460" y1="310" x2="590" y2="310" /> 494 <Line x1="460" y1="350" x2="590" y2="350" /> 495 <TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="300" reseth="1"> 496 <Text style="label1">22.</Text> 497 </TextBox> 498 <TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="300" reseth="1"> 499 <Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 500 </TextBox> 501 <TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="312" reseth="1"> 502 <Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@HUSB"> 503 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" /> 504 <Gedcom id="@FAMS"> 505 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="30" /> 506 </Gedcom> 507 <Gedcom id="DEAT"> 508 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" /> 509 </Gedcom> 510 </Text> 511 </Gedcom> 512 </TextBox> 513 514 <TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="340" reseth="1"> 515 <Text style="label1">23.</Text> 516 </TextBox> 517 <TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="340" reseth="1"> 518 <Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 519 </TextBox> 520 <TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="352" reseth="1"> 521 <Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@WIFE"> 522 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" /> 523 <Gedcom id="DEAT"> 524 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" /> 525 </Gedcom> 526 </Text> 527 </Gedcom> 528 </TextBox> 529 530 <Line x1="460" y1="390" x2="460" y2="430" /> 531 <Line x1="460" y1="390" x2="590" y2="390" /> 532 <Line x1="460" y1="430" x2="590" y2="430" /> 533 <TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="380" reseth="1"> 534 <Text style="label1">24.</Text> 535 </TextBox> 536 <TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="380" reseth="1"> 537 <Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 538 </TextBox> 539 <TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="392" reseth="1"> 540 <Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@HUSB"> 541 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" /> 542 <Gedcom id="@FAMS"> 543 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="30" /> 544 </Gedcom> 545 <Gedcom id="DEAT"> 546 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" /> 547 </Gedcom> 548 </Text> 549 </Gedcom> 550 </TextBox> 551 552 <TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="420" reseth="1"> 553 <Text style="label1">25.</Text> 554 </TextBox> 555 <TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="420" reseth="1"> 556 <Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 557 </TextBox> 558 <TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="432" reseth="1"> 559 <Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@WIFE"> 560 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" /> 561 <Gedcom id="DEAT"> 562 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" /> 563 </Gedcom> 564 </Text> 565 </Gedcom> 566 </TextBox> 567 568 <Line x1="460" y1="470" x2="460" y2="510" /> 569 <Line x1="460" y1="470" x2="590" y2="470" /> 570 <Line x1="460" y1="510" x2="590" y2="510" /> 571 <TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="460" reseth="1"> 572 <Text style="label1">26.</Text> 573 </TextBox> 574 <TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="460" reseth="1"> 575 <Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 576 </TextBox> 577 <TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="472" reseth="1"> 578 <Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@HUSB"> 579 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" /> 580 <Gedcom id="@FAMS"> 581 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="30" /> 582 </Gedcom> 583 <Gedcom id="DEAT"> 584 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" /> 585 </Gedcom> 586 </Text> 587 </Gedcom> 588 </TextBox> 589 590 <TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="500" reseth="1"> 591 <Text style="label1">27.</Text> 592 </TextBox> 593 <TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="500" reseth="1"> 594 <Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 595 </TextBox> 596 <TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="512" reseth="1"> 597 <Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@WIFE"> 598 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" /> 599 <Gedcom id="DEAT"> 600 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" /> 601 </Gedcom> 602 </Text> 603 </Gedcom> 604 </TextBox> 605 606 <Line x1="460" y1="550" x2="460" y2="590" /> 607 <Line x1="460" y1="550" x2="590" y2="550" /> 608 <Line x1="460" y1="590" x2="590" y2="590" /> 609 <TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="540" reseth="1"> 610 <Text style="label1">28.</Text> 611 </TextBox> 612 <TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="540" reseth="1"> 613 <Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 614 </TextBox> 615 <TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="552" reseth="1"> 616 <Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@HUSB"> 617 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" /> 618 <Gedcom id="@FAMS"> 619 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="30" /> 620 </Gedcom> 621 <Gedcom id="DEAT"> 622 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" /> 623 </Gedcom> 624 </Text> 625 </Gedcom> 626 </TextBox> 627 628 <TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="580" reseth="1"> 629 <Text style="label1">29.</Text> 630 </TextBox> 631 <TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="580" reseth="1"> 632 <Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 633 </TextBox> 634 <TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="592" reseth="1"> 635 <Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@WIFE"> 636 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" /> 637 <Gedcom id="DEAT"> 638 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" /> 639 </Gedcom> 640 </Text> 641 </Gedcom> 642 </TextBox> 643 644 <Line x1="460" y1="630" x2="460" y2="670" /> 645 <Line x1="460" y1="630" x2="590" y2="630" /> 646 <Line x1="460" y1="670" x2="590" y2="670" /> 647 <TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" top="620" reseth="1"> 648 <Text style="label1">30.</Text> 649 </TextBox> 650 <TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" top="620" reseth="1"> 651 <Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 652 </TextBox> 653 <TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="632" reseth="1"> 654 <Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@HUSB"> 655 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" /> 656 <Gedcom id="@FAMS"> 657 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="30" /> 658 </Gedcom> 659 <Gedcom id="DEAT"> 660 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" /> 661 </Gedcom> 662 </Text> 663 </Gedcom> 664 </TextBox> 665 666 <TextBox padding="0" width="150" height="10" align="left" left="$number_16_to_31" newline="1" top="660" reseth="1"> 667 <Text style="label1">31.</Text> 668 </TextBox> 669 <TextBox padding="0" width="150" height="10" align="left" left="$name_16_to_31" newline="1" top="660" reseth="1"> 670 <Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 671 </TextBox> 672 <TextBox padding="0" width="135" height="10" align="left" left="$name_16_to_31" top="672" reseth="1"> 673 <Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@WIFE"> 674 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="30" /> 675 <Gedcom id="DEAT"> 676 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="30" /> 677 </Gedcom> 678 </Text> 679 </Gedcom> 680 </TextBox> 681 682 <SetVar name="my" value="440" /> 683 <RepeatTag tag="FAMS"> 684 <Gedcom id="@FAMS"> 685 <if condition="$my LT 560"> 686 <TextBox padding="0" width="125" height="10" align="left" left="38" top="$my" reseth="1"> 687 <if condition="$pid==@HUSB"> 688 <Text style="name"><GetPersonName id="@WIFE" truncate="$trunc_123" /></Text> 689 </if> 690 <if condition="$pid==@WIFE"> 691 <Text style="name"><GetPersonName id="@HUSB" truncate="$trunc_123" /></Text> 692 </if> 693 </TextBox> 694 <SetVar name="my" value="$my+10" /> 695 <Line x1="38" y1="$my" x2="160" y2="$my" /> 696 </if> 697 <SetVar name="my" value="$my+2" /> 698 <RepeatTag tag="CHIL"> 699 <if condition="$my LT 560"> 700 <TextBox padding="0" width="120" height="10" align="left" left="48" top="$my" reseth="1"> 701 <Text style="text"><GetPersonName id="@CHIL" truncate="32" /></Text> 702 </TextBox> 703 <SetVar name="my" value="$my+10" /> 704 </if> 705 </RepeatTag> 706 </Gedcom> 707 </RepeatTag> 708 </Gedcom> 709 </Body> 710 </Doc> 711 </if> 712 <if condition="$orientation=='landscape'"> 713 <Style name="header" font="$fonts" size="18"/> 714 <Style name="label1" font="$fonts" size="9" /> 715 <Style name="name" font="$fonts" size="9" /> 716 <Style name="text" font="$fonts" size="7" /> 717 <Style name="genby" font="$fonts" size="8" /> 718 <!-- Date text --> 719 <Style name="date" font="$fonts" size="8"/> 720 721 <!-- Horizontal Number/Name/Fact text --> 722 <SetVar name="number_1_2_3" value="19" /> 723 <SetVar name="name_1_2_3" value="35" /> 724 <SetVar name="number_4_to_7" value="197" /> 725 <SetVar name="name_4_to_7" value="213" /> 726 <SetVar name="number_8_to_9" value="377" /> 727 <SetVar name="number_10_to_15" value="374" /> 728 <SetVar name="name_8_to_15" value="393" /> 729 <SetVar name="number_16_to_31" value="554" /> 730 <SetVar name="name_16_to_31" value="573" /> 731 732 <!-- Truncate variables --> 733 <SetVar name="truncatename" value="32" /> 734 <SetVar name="trunc_place" value="40" /> 735 <SetVar name="trunc_dateplace" value="27" /> 736 737 <Doc pageSize="$pageSize" orientation="landscape" leftmargin="1" rightmargin="1" topmargin="65"> 738 <Header> 739 <Cell height="20" newline="1" left="20" style="header"><var var="I18N::translate('Pedigree chart')" /></Cell> 740 <Cell align="rightrtl" height="10" newline="1" style="date"><Now /></Cell> 741 </Header> 742 <Body> 743 <Line x1="32" y1="270" x2="210" y2="270" /> 744 <Line x1="32" y1="270" x2="32" y2="425" /> 745 <Line x1="32" y1="425" x2="210" y2="425" /> 746 <Line x1="32" y1="150" x2="32" y2="270" /> 747 <Line x1="32" y1="150" x2="210" y2="150" /> 748 749 <Line x1="210" y1="95" x2="210" y2="215" /> 750 <Line x1="210" y1="335" x2="210" y2="455" /> 751 <Line x1="210" y1="95" x2="390" y2="95" /> 752 <Line x1="210" y1="215" x2="390" y2="215" /> 753 <Line x1="210" y1="335" x2="390" y2="335" /> 754 <Line x1="210" y1="455" x2="390" y2="455" /> 755 756 <Gedcom id="$pid"> 757 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_1_2_3" top="258" reseth="1"> 758 <Text style="label1">1.</Text> 759 </TextBox> 760 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_1_2_3" top="258" reseth="1"> 761 <Text style="name"><GetPersonName id="$pid" truncate="$truncatename" /></Text> 762 </TextBox> 763 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_1_2_3" top="272" reseth="1"> 764 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_place" /> 765 <br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_place" /> 766 <Gedcom id="@FAMS"> 767 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_place" /> 768 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:PLAC" truncate="$trunc_place" /> 769 </Gedcom> 770 <Gedcom id="DEAT"> 771 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_place" /> 772 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_place" /> 773 </Gedcom> 774 </Text> 775 </TextBox> 776 777 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_1_2_3" top="138" reseth="1"> 778 <Text style="label1">2.</Text> 779 </TextBox> 780 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_1_2_3" top="138" reseth="1"> 781 <Text style="name"><Gedcom id="@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 782 </TextBox> 783 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_1_2_3" top="152" reseth="1"> 784 <Gedcom id="@FAMC:@HUSB"> 785 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_place" /> 786 <br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_place" /> 787 <Gedcom id="@FAMS"> 788 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_place" /> 789 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:PLAC" truncate="$trunc_place" /> 790 </Gedcom> 791 <Gedcom id="DEAT"> 792 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_place" /> 793 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_place" /> 794 </Gedcom> 795 </Text> 796 </Gedcom> 797 </TextBox> 798 799 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_1_2_3" top="413" reseth="1"> 800 <Text style="label1">3.</Text> 801 </TextBox> 802 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_1_2_3" top="413" reseth="1"> 803 <Text style="name"><Gedcom id="@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 804 </TextBox> 805 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_1_2_3" top="427" reseth="1"> 806 <Gedcom id="@FAMC:@WIFE"> 807 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_place" /> 808 <br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_place" /> 809 <Gedcom id="DEAT"> 810 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_place" /> 811 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_place" /> 812 </Gedcom> 813 </Text> 814 </Gedcom> 815 </TextBox> 816 817 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_4_to_7" top="83" reseth="1"> 818 <Text style="label1">4.</Text> 819 </TextBox> 820 <TextBox padding="0" pagecheck="0" width="170" height="10" align="left" left="$name_4_to_7" top="83" reseth="1"> 821 <Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 822 </TextBox> 823 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_4_to_7" top="97" reseth="1"> 824 <Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB"> 825 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_place" /> 826 <br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_place" /> 827 <Gedcom id="@FAMS"> 828 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_place" /> 829 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:PLAC" truncate="$trunc_place" /> 830 </Gedcom> 831 <Gedcom id="DEAT"> 832 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_place" /> 833 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_place" /> 834 </Gedcom> 835 </Text> 836 </Gedcom> 837 </TextBox> 838 839 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_4_to_7" top="203" reseth="1"> 840 <Text style="label1">5.</Text> 841 </TextBox> 842 <TextBox padding="0" pagecheck="0" width="170" height="10" align="left" left="$name_4_to_7" top="203" reseth="1"> 843 <Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 844 </TextBox> 845 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_4_to_7" top="217" reseth="1"> 846 <Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE"> 847 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_place" /> 848 <br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_place" /> 849 <Gedcom id="DEAT"> 850 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_place" /> 851 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_place" /> 852 </Gedcom> 853 </Text> 854 </Gedcom> 855 </TextBox> 856 857 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_4_to_7" top="323" reseth="1"> 858 <Text style="label1">6.</Text> 859 </TextBox> 860 <TextBox padding="0" pagecheck="0" width="170" height="10" align="left" left="$name_4_to_7" top="323" reseth="1"> 861 <Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 862 </TextBox> 863 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_4_to_7" top="337" reseth="1"> 864 <Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB"> 865 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_place" /> 866 <br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_place" /> 867 <Gedcom id="@FAMS"> 868 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_place" /> 869 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:PLAC" truncate="$trunc_place" /> 870 </Gedcom> 871 <Gedcom id="DEAT"> 872 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_place" /> 873 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_place" /> 874 </Gedcom> 875 </Text> 876 </Gedcom> 877 </TextBox> 878 879 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_4_to_7" top="443" reseth="1"> 880 <Text style="label1">7.</Text> 881 </TextBox> 882 <TextBox padding="0" pagecheck="0" width="170" height="10" align="left" left="$name_4_to_7" top="443" reseth="1"> 883 <Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 884 </TextBox> 885 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_4_to_7" top="457" reseth="1"> 886 <Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE"> 887 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_place" /> 888 <br /><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:PLAC" truncate="$trunc_place" /> 889 <Gedcom id="DEAT"> 890 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_place" /> 891 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:PLAC" truncate="$trunc_place" /> 892 </Gedcom> 893 </Text> 894 </Gedcom> 895 </TextBox> 896 897 898 <Line x1="390" y1="65" x2="390" y2="125" /> 899 <Line x1="390" y1="65" x2="570" y2="65" /> 900 <Line x1="390" y1="125" x2="570" y2="125" /> 901 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_8_to_9" top="53" reseth="1"> 902 <Text style="label1">8.</Text> 903 </TextBox> 904 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="53" reseth="1"> 905 <Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 906 </TextBox> 907 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="67" reseth="1"> 908 <Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@HUSB"> 909 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" /> 910 <GedcomValue tag="BIRT:PLAC" truncate="$trunc_dateplace" /> 911 <Gedcom id="@FAMS"> 912 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_dateplace" /> 913 <GedcomValue tag="MARR:PLAC" truncate="$trunc_dateplace" /> 914 </Gedcom> 915 <Gedcom id="DEAT"> 916 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" /> 917 <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" /> 918 </Gedcom> 919 </Text> 920 </Gedcom> 921 </TextBox> 922 923 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_8_to_9" top="113" reseth="1"> 924 <Text style="label1">9.</Text> 925 </TextBox> 926 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="113" reseth="1"> 927 <Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 928 </TextBox> 929 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="127" reseth="1"> 930 <Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@WIFE"> 931 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" /> 932 <GedcomValue tag="BIRT:PLAC" truncate="32" /> 933 <Gedcom id="DEAT"> 934 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" /> 935 <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" /> 936 </Gedcom> 937 </Text> 938 </Gedcom> 939 </TextBox> 940 941 <Line x1="390" y1="185" x2="390" y2="245" /> 942 <Line x1="390" y1="185" x2="570" y2="185" /> 943 <Line x1="390" y1="245" x2="570" y2="245" /> 944 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_10_to_15" top="173" reseth="1"> 945 <Text style="label1">10.</Text> 946 </TextBox> 947 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="173" reseth="1"> 948 <Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 949 </TextBox> 950 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="187" reseth="1"> 951 <Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@HUSB"> 952 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" /> 953 <GedcomValue tag="BIRT:PLAC" truncate="$trunc_dateplace" /> 954 <Gedcom id="@FAMS"> 955 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_dateplace" /> 956 <GedcomValue tag="MARR:PLAC" truncate="$trunc_dateplace" /> 957 </Gedcom> 958 <Gedcom id="DEAT"> 959 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" /> 960 <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" /> 961 </Gedcom> 962 </Text> 963 </Gedcom> 964 </TextBox> 965 966 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_10_to_15" top="233" reseth="1"> 967 <Text style="label1">11.</Text> 968 </TextBox> 969 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="233" reseth="1"> 970 <Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 971 </TextBox> 972 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="247" reseth="1"> 973 <Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@WIFE"> 974 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" /> 975 <GedcomValue tag="BIRT:PLAC" truncate="$trunc_dateplace" /> 976 <Gedcom id="DEAT"> 977 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" /> 978 <GedcomValue tag="DEAT:PLAC" truncate="32" /> 979 </Gedcom> 980 </Text> 981 </Gedcom> 982 </TextBox> 983 984 <Line x1="390" y1="305" x2="390" y2="365" /> 985 <Line x1="390" y1="305" x2="570" y2="305" /> 986 <Line x1="390" y1="365" x2="570" y2="365" /> 987 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_10_to_15" top="293" reseth="1"> 988 <Text style="label1">12.</Text> 989 </TextBox> 990 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="293" reseth="1"> 991 <Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 992 </TextBox> 993 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="307" reseth="1"> 994 <Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@HUSB"> 995 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" /> 996 <GedcomValue tag="BIRT:PLAC" truncate="$trunc_dateplace" /> 997 <Gedcom id="@FAMS"> 998 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_dateplace" /> 999 <GedcomValue tag="MARR:PLAC" truncate="$trunc_dateplace" /> 1000 </Gedcom> 1001 <Gedcom id="DEAT"> 1002 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" /> 1003 <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" /> 1004 </Gedcom> 1005 </Text> 1006 </Gedcom> 1007 </TextBox> 1008 1009 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_10_to_15" top="353" reseth="1"> 1010 <Text style="label1">13.</Text> 1011 </TextBox> 1012 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="353" reseth="1"> 1013 <Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 1014 </TextBox> 1015 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="367" reseth="1"> 1016 <Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@WIFE"> 1017 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" /> 1018 <GedcomValue tag="BIRT:PLAC" truncate="32" /> 1019 <Gedcom id="DEAT"> 1020 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" /> 1021 <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" /> 1022 </Gedcom> 1023 </Text> 1024 </Gedcom> 1025 </TextBox> 1026 1027 <Line x1="390" y1="425" x2="390" y2="485" /> 1028 <Line x1="390" y1="425" x2="570" y2="425" /> 1029 <Line x1="390" y1="485" x2="570" y2="485" /> 1030 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_10_to_15" top="413" reseth="1"> 1031 <Text style="label1">14.</Text> 1032 </TextBox> 1033 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="413" reseth="1"> 1034 <Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 1035 </TextBox> 1036 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="427" reseth="1"> 1037 <Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@HUSB"> 1038 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" /> 1039 <GedcomValue tag="BIRT:PLAC" truncate="$trunc_dateplace" /> 1040 <Gedcom id="@FAMS"> 1041 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="$trunc_dateplace" /> 1042 <GedcomValue tag="MARR:PLAC" truncate="$trunc_dateplace" /> 1043 </Gedcom> 1044 <Gedcom id="DEAT"> 1045 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" /> 1046 <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" /> 1047 </Gedcom> 1048 </Text> 1049 </Gedcom> 1050 </TextBox> 1051 1052 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$number_10_to_15" top="473" reseth="1"> 1053 <Text style="label1">15.</Text> 1054 </TextBox> 1055 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="473" reseth="1"> 1056 <Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 1057 </TextBox> 1058 <TextBox padding="0" pagecheck="0" width="160" height="10" align="left" left="$name_8_to_15" top="487" reseth="1"> 1059 <Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@WIFE"> 1060 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="$trunc_dateplace" /> 1061 <GedcomValue tag="BIRT:PLAC" truncate="$trunc_dateplace" /> 1062 <Gedcom id="DEAT"> 1063 <br /><var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="$trunc_dateplace" /> 1064 <GedcomValue tag="DEAT:PLAC" truncate="$trunc_dateplace" /> 1065 </Gedcom> 1066 </Text> 1067 </Gedcom> 1068 </TextBox> 1069 1070 1071 1072 <Line x1="570" y1="50" x2="570" y2="80" /> 1073 <Line x1="570" y1="50" x2="750" y2="50" /> 1074 <Line x1="570" y1="80" x2="750" y2="80" /> 1075 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="38" reseth="1"> 1076 <Text style="label1">16.</Text> 1077 </TextBox> 1078 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="38" reseth="1"> 1079 <Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 1080 </TextBox> 1081 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="52" reseth="1"> 1082 <Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@HUSB"> 1083 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" /> 1084 <Gedcom id="DEAT"> 1085 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" /> 1086 </Gedcom> 1087 <Gedcom id="@FAMS"> 1088 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="20" /> 1089 </Gedcom> 1090 </Text> 1091 </Gedcom> 1092 </TextBox> 1093 1094 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="68" reseth="1"> 1095 <Text style="label1">17.</Text> 1096 </TextBox> 1097 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="68" reseth="1"> 1098 <Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 1099 </TextBox> 1100 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="82" reseth="1"> 1101 <Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@WIFE"> 1102 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" /> 1103 <Gedcom id="DEAT"> 1104 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" /> 1105 </Gedcom> 1106 </Text> 1107 </Gedcom> 1108 </TextBox> 1109 1110 <Line x1="570" y1="110" x2="570" y2="140" /> 1111 <Line x1="570" y1="110" x2="750" y2="110" /> 1112 <Line x1="570" y1="140" x2="750" y2="140" /> 1113 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="98" reseth="1"> 1114 <Text style="label1">18.</Text> 1115 </TextBox> 1116 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="98" reseth="1"> 1117 <Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 1118 </TextBox> 1119 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="112" reseth="1"> 1120 <Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@HUSB"> 1121 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" /> 1122 <Gedcom id="DEAT"> 1123 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" /> 1124 </Gedcom> 1125 <Gedcom id="@FAMS"> 1126 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="20" /> 1127 </Gedcom> 1128 </Text> 1129 </Gedcom> 1130 </TextBox> 1131 1132 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="129" reseth="1"> 1133 <Text style="label1">19.</Text> 1134 </TextBox> 1135 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="129" reseth="1"> 1136 <Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 1137 </TextBox> 1138 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="142" reseth="1"> 1139 <Gedcom id="@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@WIFE"> 1140 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" /> 1141 <Gedcom id="DEAT"> 1142 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" /> 1143 </Gedcom> 1144 </Text> 1145 </Gedcom> 1146 </TextBox> 1147 1148 <Line x1="570" y1="170" x2="570" y2="200" /> 1149 <Line x1="570" y1="170" x2="750" y2="170" /> 1150 <Line x1="570" y1="200" x2="750" y2="200" /> 1151 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="158" reseth="1"> 1152 <Text style="label1">20.</Text> 1153 </TextBox> 1154 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="158" reseth="1"> 1155 <Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 1156 </TextBox> 1157 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="172" reseth="1"> 1158 <Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@HUSB"> 1159 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" /> 1160 <Gedcom id="DEAT"> 1161 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" /> 1162 </Gedcom> 1163 <Gedcom id="@FAMS"> 1164 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="20" /> 1165 </Gedcom> 1166 </Text> 1167 </Gedcom> 1168 </TextBox> 1169 1170 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="189" reseth="1"> 1171 <Text style="label1">21.</Text> 1172 </TextBox> 1173 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="189" reseth="1"> 1174 <Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 1175 </TextBox> 1176 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="202" reseth="1"> 1177 <Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@WIFE"> 1178 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" /> 1179 <Gedcom id="DEAT"> 1180 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" /> 1181 </Gedcom> 1182 </Text> 1183 </Gedcom> 1184 </TextBox> 1185 1186 <Line x1="570" y1="230" x2="570" y2="260" /> 1187 <Line x1="570" y1="230" x2="750" y2="230" /> 1188 <Line x1="570" y1="260" x2="750" y2="260" /> 1189 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="218" reseth="1"> 1190 <Text style="label1">22.</Text> 1191 </TextBox> 1192 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="218" reseth="1"> 1193 <Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 1194 </TextBox> 1195 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="232" reseth="1"> 1196 <Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@HUSB"> 1197 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" /> 1198 <Gedcom id="DEAT"> 1199 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" /> 1200 </Gedcom> 1201 <Gedcom id="@FAMS"> 1202 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="20" /> 1203 </Gedcom> 1204 </Text> 1205 </Gedcom> 1206 </TextBox> 1207 1208 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="249" reseth="1"> 1209 <Text style="label1">23.</Text> 1210 </TextBox> 1211 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="249" reseth="1"> 1212 <Text style="name"><Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 1213 </TextBox> 1214 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="262" reseth="1"> 1215 <Gedcom id="@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@WIFE"> 1216 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" /> 1217 <Gedcom id="DEAT"> 1218 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" /> 1219 </Gedcom> 1220 </Text> 1221 </Gedcom> 1222 </TextBox> 1223 1224 <Line x1="570" y1="290" x2="570" y2="320" /> 1225 <Line x1="570" y1="290" x2="750" y2="290" /> 1226 <Line x1="570" y1="320" x2="750" y2="320" /> 1227 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="278" reseth="1"> 1228 <Text style="label1">24.</Text> 1229 </TextBox> 1230 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="278" reseth="1"> 1231 <Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 1232 </TextBox> 1233 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="292" reseth="1"> 1234 <Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@HUSB"> 1235 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" /> 1236 <Gedcom id="DEAT"> 1237 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" /> 1238 </Gedcom> 1239 <Gedcom id="@FAMS"> 1240 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="20" /> 1241 </Gedcom> 1242 </Text> 1243 </Gedcom> 1244 </TextBox> 1245 1246 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="309" reseth="1"> 1247 <Text style="label1">25.</Text> 1248 </TextBox> 1249 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="309" reseth="1"> 1250 <Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 1251 </TextBox> 1252 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="322" reseth="1"> 1253 <Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@HUSB:@FAMC:@WIFE"> 1254 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" /> 1255 <Gedcom id="DEAT"> 1256 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" /> 1257 </Gedcom> 1258 </Text> 1259 </Gedcom> 1260 </TextBox> 1261 1262 <Line x1="570" y1="350" x2="570" y2="380" /> 1263 <Line x1="570" y1="350" x2="750" y2="350" /> 1264 <Line x1="570" y1="380" x2="750" y2="380" /> 1265 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="338" reseth="1"> 1266 <Text style="label1">26.</Text> 1267 </TextBox> 1268 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="338" reseth="1"> 1269 <Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 1270 </TextBox> 1271 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="352" reseth="1"> 1272 <Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@HUSB"> 1273 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" /> 1274 <Gedcom id="DEAT"> 1275 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" /> 1276 </Gedcom> 1277 <Gedcom id="@FAMS"> 1278 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="20" /> 1279 </Gedcom> 1280 </Text> 1281 </Gedcom> 1282 </TextBox> 1283 1284 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="369" reseth="1"> 1285 <Text style="label1">27.</Text> 1286 </TextBox> 1287 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="369" reseth="1"> 1288 <Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 1289 </TextBox> 1290 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="382" reseth="1"> 1291 <Gedcom id="@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@WIFE:@FAMC:@WIFE"> 1292 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" /> 1293 <Gedcom id="DEAT"> 1294 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" /> 1295 </Gedcom> 1296 </Text> 1297 </Gedcom> 1298 </TextBox> 1299 1300 <Line x1="570" y1="410" x2="570" y2="440" /> 1301 <Line x1="570" y1="410" x2="750" y2="410" /> 1302 <Line x1="570" y1="440" x2="750" y2="440" /> 1303 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="398" reseth="1"> 1304 <Text style="label1">28.</Text> 1305 </TextBox> 1306 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="398" reseth="1"> 1307 <Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 1308 </TextBox> 1309 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="412" reseth="1"> 1310 <Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@HUSB"> 1311 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" /> 1312 <Gedcom id="DEAT"> 1313 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" /> 1314 </Gedcom> 1315 <Gedcom id="@FAMS"> 1316 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="20" /> 1317 </Gedcom> 1318 </Text> 1319 </Gedcom> 1320 </TextBox> 1321 1322 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="429" reseth="1"> 1323 <Text style="label1">29.</Text> 1324 </TextBox> 1325 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="429" reseth="1"> 1326 <Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 1327 </TextBox> 1328 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="442" reseth="1"> 1329 <Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@HUSB:@FAMC:@WIFE"> 1330 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" /> 1331 <Gedcom id="DEAT"> 1332 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" /> 1333 </Gedcom> 1334 </Text> 1335 </Gedcom> 1336 </TextBox> 1337 1338 <Line x1="570" y1="470" x2="570" y2="500" /> 1339 <Line x1="570" y1="470" x2="750" y2="470" /> 1340 <Line x1="570" y1="500" x2="750" y2="500" /> 1341 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="458" reseth="1"> 1342 <Text style="label1">30.</Text> 1343 </TextBox> 1344 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="458" reseth="1"> 1345 <Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC"><GetPersonName id="@HUSB" truncate="$truncatename" /></Gedcom></Text> 1346 </TextBox> 1347 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="472" reseth="1"> 1348 <Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@HUSB"> 1349 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" /> 1350 <Gedcom id="DEAT"> 1351 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" /> 1352 </Gedcom> 1353 <Gedcom id="@FAMS"> 1354 <br /><var var="I18N::translate('Marriage')" /> <GedcomValue tag="MARR:DATE" truncate="20" /> 1355 </Gedcom> 1356 </Text> 1357 </Gedcom> 1358 </TextBox> 1359 1360 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$number_16_to_31" top="489" reseth="1"> 1361 <Text style="label1">31.</Text> 1362 </TextBox> 1363 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="489" reseth="1"> 1364 <Text style="name"><Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC"><GetPersonName id="@WIFE" truncate="$truncatename" /></Gedcom></Text> 1365 </TextBox> 1366 <TextBox padding="0" pagecheck="0" width="180" height="10" align="left" left="$name_16_to_31" top="502" reseth="1"> 1367 <Gedcom id="@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@WIFE:@FAMC:@WIFE"> 1368 <Text style="text"><var var="I18N::translate('Birth')" /> <GedcomValue tag="BIRT:DATE" truncate="20" /> 1369 <Gedcom id="DEAT"> 1370 <var var="I18N::translate('Death')" /> <GedcomValue tag="DEAT:DATE" truncate="20" /> 1371 </Gedcom> 1372 </Text> 1373 </Gedcom> 1374 </TextBox> 1375 1376 <SetVar name="my" value="335" /> 1377 <RepeatTag tag="FAMS"> 1378 <Gedcom id="@FAMS"> 1379 <if condition="$my LT 413"> 1380 <TextBox padding="0" pagecheck="0" width="150" height="10" newline="1" align="left" left="38" top="$my" reseth="1"> 1381 <if condition="$pid==@HUSB"> 1382 <Text style="name"><GetPersonName id="@WIFE" truncate="$truncatename" /></Text> 1383 </if> 1384 <if condition="$pid==@WIFE"> 1385 <Text style="name"><GetPersonName id="@HUSB" truncate="$truncatename" /></Text> 1386 </if> 1387 </TextBox> 1388 <SetVar name="my" value="$my+10" /> 1389 <Line x1="38" y1="$my" x2="160" y2="$my" /> 1390 </if> 1391 <SetVar name="my" value="$my+2" /> 1392 <RepeatTag tag="CHIL"> 1393 <if condition="$my LT 413"> 1394 <TextBox padding="0" pagecheck="0" width="150" height="10" align="left" left="48" top="$my" reseth="1"> 1395 <Text style="text"><GetPersonName id="@CHIL" truncate="$truncatename" /></Text> 1396 </TextBox> 1397 <SetVar name="my" value="$my+10" /> 1398 </if> 1399 </RepeatTag> 1400 </Gedcom> 1401 </RepeatTag> 1402 </Gedcom> 1403 </Body> 1404 </Doc> 1405 </if> 1406</Report> 1407