Lines Matching full:name

5 …<Input name="pid" lookup="INDI" type="text" default=""><var var="I18N::translate('Individual')" />…
6 …<Input name="maxgen" type="select" options="3=>I18N::number(3)|4=>I18N::number(4)|5=>I18N::number(…
7 …<Input name="sources" type="checkbox" default="1"><var var="I18N::translate('Show sources')" /></I…
8 …<Input name="pageSize" type="select" options="A4=>I18N::translateContext('paper size','A4')|A3=>I1…
10name="fonts" type="select" default="dejavusans" options="arialunicid0=>I18N::translateContext('fon…
12 <SetVar name="fonts" value="dejavusans" />
15 <Style name="header" font="$fonts" size="18"/>
17 <Style name="pagenum" font="$fonts" size="8"/>
19 <Style name="text" font="$fonts" size="9"/>
20 <!-- Source text - FootnoteTexts - required style name by the generator -->
21 <Style name="footnote" font="$fonts" size="8"/>
22 <!-- Links to sources - required style name by the generator -->
23 <Style name="footnotenum" font="$fonts" size="7"/>
24 <!-- Generated by style - required style name by the generator -->
25 <Style name="genby" font="$fonts" size="8" />
27 <Style name="date" font="$fonts" size="8"/>
28 <Style name="subheader" font="$fonts" size="12" style="b" />
29 <Style name="label1" font="$fonts" size="8"/>
30 <Style name="label2" font="$fonts" size="10"/>
31 <Style name="name" font="$fonts" size="9"/>
32 <Style name="name1" font="$fonts" size="14"/>
34 <SetVar name="personNumber" value="1" />
35 <SetVar name="childNumber" value="2" />
36 <SetVar name="generation" value="0" />
38 <SetVar name="source_exist" value="0" />
47 <SetVar name="showPerson" value="F" />
50 <SetVar name="showPerson" value="T" />
56 <SetVar name="generation" value="@generation" />
59 <Text style="name"><var var="personNumber" />.</Text>
63 <Text style="name"><GetPersonName id="" /> </Text>
76 <SetVar name="source_exist" value="1"/>
78 <!-- print level 2 sources attached to NAME -->
79 <RepeatTag tag="NAME:SOUR">
89 <SetVar name="source_exist" value="1" />
92 <SetVar name="printPeriod" value="false" />
93 <SetVar name="gender" value="male" />
95 <SetVar name="gender" value="female" />
97 <SetVar name="birtExists" value="false" />
99 <SetVar name="birtExists" value="true" />
100 <SetVar name="printPeriod" value="true" />
118 <SetVar name="source_exist" value="1"/>
129 <SetVar name="printPeriod" value="true" />
150 <SetVar name="source_exist" value="1"/>
160 <SetVar name="printPronoun" value="false" />
163 <SetVar name="printPronoun" value="true" />
166 <SetVar name="printPeriod" value="false" />
168 <SetVar name="marrExists" value="false" />
171 <SetVar name="marrExists" value="true" />
178 <SetVar name="printPeriod" value="true" />
190 <SetVar name="source_exist" value="1"/>
196 <Text style="name"> <GetPersonName id="" /> </Text>
209 <SetVar name="source_exist" value="1"/>
211 <!-- print level 2 sources attached to NAME -->
212 <RepeatTag tag="NAME:SOUR">
222 <SetVar name="source_exist" value="1" />
227 <Text style="name"> <GetPersonName id="@HUSB" /> </Text>
233 <Text style="name"> <GetPersonName id="@WIFE" /> </Text>
240 <SetVar name="marrExists" value="true" />
247 <SetVar name="printPeriod" value="true" />
259 <SetVar name="source_exist" value="1"/>
265 <Text style="name"> <GetPersonName id="" /> </Text>
278 <SetVar name="source_exist" value="1"/>
280 <!-- print level 2 sources attached to NAME -->
281 <RepeatTag tag="NAME:SOUR">
291 <SetVar name="source_exist" value="1" />
296 <Text style="name"> <GetPersonName id="@HUSB" /></Text>
302 <Text style="name"> <GetPersonName id="@WIFE" /></Text>
310 <SetVar name="printPeriod" value="true" />
314 <SetVar name="printPeriod" value="true" />
320 <SetVar name="printPronoun" value="true" />
325 <SetVar name="printPeriod" value="false" />
326 <SetVar name="birtExist" value="false" />
327 <SetVar name="printPronoun" value="true" />
330 <SetVar name="printPeriod" value="true" />
332 <SetVar name="printPronoun" value="false" />
334 <SetVar name="birtExist" value="true" />
346 <SetVar name="source_exist" value="1"/>
359 <SetVar name="printPronoun" value="false" />
361 <SetVar name="printPeriod" value="true" />
377 <SetVar name="source_exist" value="1"/>
389 <SetVar name="printPronoun" value="true" />
395 <SetVar name="printPronoun" value="true" />
396 <SetVar name="printPeriod" value="false" />
397 <SetVar name="birtExist" value="false" />
399 <SetVar name="printPeriod" value="true" />
402 <SetVar name="printPronoun" value="false" />
404 <SetVar name="birtExist" value="true" />
416 <SetVar name="source_exist" value="1"/>
429 <SetVar name="printPronoun" value="true" />
431 <SetVar name="printPeriod" value="true" />
447 <SetVar name="source_exist" value="1"/>
459 <SetVar name="printPronoun" value="true" />
471 <SetVar name="numberOfChildren" value="0" />
474 <SetVar name="numberOfChildren" value="$numberOfChildren+1" />
485 <Text style="name"><GetPersonName id="@HUSB" /></Text>
487 <Text style="name"><GetPersonName id="@WIFE" /></Text>
491 <SetVar name="familyChildNumber" value ="1" />
494 <if condition="$familyChildNumber==1"><SetVar name="familyChildRoman" value="i" /></if>
495 <if condition="$familyChildNumber==2"><SetVar name="familyChildRoman" value="ii" /></if>
496 <if condition="$familyChildNumber==3"><SetVar name="familyChildRoman" value="iii" /></if>
497 <if condition="$familyChildNumber==4"><SetVar name="familyChildRoman" value="iv" /></if>
498 <if condition="$familyChildNumber==5"><SetVar name="familyChildRoman" value="v" /></if>
499 <if condition="$familyChildNumber==6"><SetVar name="familyChildRoman" value="vi" /></if>
500 <if condition="$familyChildNumber==7"><SetVar name="familyChildRoman" value="vii" /></if>
501 <if condition="$familyChildNumber==8"><SetVar name="familyChildRoman" value="viii" /></if>
502 <if condition="$familyChildNumber==9"><SetVar name="familyChildRoman" value="ix" /></if>
503 <if condition="$familyChildNumber==10"><SetVar name="familyChildRoman" value="x" /></if>
504 <if condition="$familyChildNumber==11"><SetVar name="familyChildRoman" value="xi" /></if>
505 <if condition="$familyChildNumber==12"><SetVar name="familyChildRoman" value="xii" /></if>
506 … <if condition="$familyChildNumber==13"><SetVar name="familyChildRoman" value="xiii" /></if>
507 <if condition="$familyChildNumber==14"><SetVar name="familyChildRoman" value="xiv" /></if>
508 <if condition="$familyChildNumber==15"><SetVar name="familyChildRoman" value="xv" /></if>
509 <if condition="$familyChildNumber==16"><SetVar name="familyChildRoman" value="xvi" /></if>
510 … <if condition="$familyChildNumber==17"><SetVar name="familyChildRoman" value="xvii" /></if>
511 … <if condition="$familyChildNumber==18"><SetVar name="familyChildRoman" value="xviii" /></if>
512 <if condition="$familyChildNumber==19"><SetVar name="familyChildRoman" value="xix" /></if>
513 <if condition="$familyChildNumber==20"><SetVar name="familyChildRoman" value="xx" /></if>
514 <SetVar name="showChildNumber" value="false" />
517 <SetVar name="showChildNumber" value="true" />
522 <Text style="name"><var var="childNumber" />.</Text>
523 <SetVar name="childNumber" value="$childNumber + 1" />
529 <Text style="name"> <GetPersonName id="" /> </Text>
542 <SetVar name="source_exist" value="1"/>
544 <!-- print level 2 sources attached to NAME -->
545 <RepeatTag tag="NAME:SOUR">
555 <SetVar name="source_exist" value="1" />
562 <SetVar name="showMarraige" value="T" />
565 <SetVar name="showMarraige" value="F" />
569 <SetVar name="gender" value="male" />
571 <SetVar name="gender" value="female" />
577 <Text style="name"><GetPersonName id="@WIFE" /></Text>
580 <Text style="name"><GetPersonName id="@HUSB" /></Text>
598 <SetVar name="familyChildNumber" value="$familyChildNumber+1" />
603 <SetVar name="personNumber" value="$personNumber + 1" />