VaKeR CYBER ARMY
Logo of a company Server : Apache/2.4.41 (Ubuntu)
System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
User : www-data ( 33)
PHP Version : 7.4.33
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Directory :  /var/www/html/webtrees/resources/xml/reports/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/webtrees/resources/xml/reports/marriage_report.xml
<?xml version="1.0" encoding="UTF-8" ?>
<Report>
	<Title><var var="I18N::translate('Marriages')" /></Title>
	<Description><var var="I18N::translate('A report of individuals who were married in a given time or place.')" /></Description>
	<Input name="name" lookup="NAME" type="text"><var var="I18N::translate('Name')" /></Input>
	<Input name="marrplace" lookup="PLAC" type="text"><var var="I18N::translate('Marriage place contains')" /> </Input>
	<Input name="marrdate1" lookup="DATE" type="text"><var var="I18N::translate('Marriage date range start')" /></Input>
	<Input name="marrdate2" lookup="DATE" type="text"><var var="I18N::translate('Marriage date range end')" /></Input>
	<Input name="sortby" type="select" default="NAME" options="NAME=>I18N::translate('sort by name')|MARR:DATE=>I18N::translate('sort by date of marriage')"><var var="I18N::translate('Sort order')" /></Input>
	<Input name="pageSize" type="select" options="A4=>I18N::translateContext('paper size','A4')|A3=>I18N::translateContext('paper size', 'A3')|US-Letter=>I18N::translateContext('paper size','Letter')|US-Tabloid=>I18N::translateContext('paper size','Tabloid')"><var var="I18N::translate('Page size')" /></Input>
	<!--
	<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>
	-->
	<SetVar name="fonts" value="dejavusans" />

	<!-- Header -->
	<Style name="header" font="$fonts" size="16" style="b" />
	<!-- Page numbers text -->
	<Style name="pagenum" font="$fonts" size="8"/>
	<!-- Generated by style - required style name by the generator -->
	<Style name="genby" font="$fonts" size="8" />
	<!-- Date tetx -->
	<Style name="date" font="$fonts" size="8"/>
	<Style name="text" font="$fonts" size="9" />
	<Style name="spouse" font="$fonts" size="8" />
	<Style name="label" font="$fonts" size="10" style="b"/>

	<Doc pageSize="$pageSize" orientation="landscape">
		<Header>
			<Cell align="center" height="20" newline="1" style="header"><var var="I18N::translate('Marriages')" /></Cell>
			<Cell align="rightrtl" height="10" newline="1" style="pagenum"><var var="I18N::translate('Page')" /> <PageNum /> <var var="I18N::translate('of')" /> <TotalPages /></Cell>

			<SetVar name="fill" value="" />
			<if condition="$sortby=='NAME'">
				<SetVar name="fill" value="#AAAAAA" />
			</if>
			<TextBox bgcolor="$fill" border="1" height="12" width="200">
				<Text style="label"><var var="I18N::translate('Name')" /></Text>
			</TextBox>

			<SetVar name="fill" value="" />
			<if condition="$sortby=='MARR:DATE'">
				<SetVar name="fill" value="#AAAAAA" />
			</if>
			<TextBox bgcolor="$fill" border="1" height="12" width="100">
				<Text style="label"><var var="I18N::translate('Date')" /></Text>
			</TextBox>

			<TextBox border="1" height="12" width="150">
				<Text style="label"><var var="I18N::translate('Place')" /></Text>
			</TextBox>

			<TextBox border="1" height="12" newline="1">
				<Text style="label"><var var="I18N::translate('Source')" /></Text>
			</TextBox>
		</Header>

		<Body>
			<SetVar name="printedFamilies" value="0" />
			<List list="family" filter1="MARR:PLAC CONTAINS $marrplace" filter2="MARR:DATE GTE $marrdate1" filter3="MARR:DATE LTE $marrdate2" filter4="NAME CONTAINS $name" sortby="$sortby">
				<SetVar name="skipFamily" value="no" />
				<if condition="$name!=''">
					<SetVar name="skipFamily" value="yes" />
					<Gedcom id="@HUSB">
						<if condition="stristr(@NAME,$name)!==false">
							<SetVar name="skipFamily" value="no" />
						</if>
					</Gedcom>
					<Gedcom id="@WIFE">
						<if condition="stristr(@NAME,$name)!==false">
							<SetVar name="skipFamily" value="no" />
						</if>
					</Gedcom>
				</if>
				<if condition="$skipFamily=='no'">
					<SetVar name="printedFamilies" value="$printedFamilies+1" />

					<TextBox height="12" width="200">
						<Text style="text"><GetPersonName id="@HUSB" />
							<br />   <GetPersonName id="@WIFE" />
						</Text>
					</TextBox>

					<TextBox height="12" width="100">
						<Text style="text"><GedcomValue tag="MARR:DATE" newline="1" /></Text>
					</TextBox>

					<TextBox height="12" width="150">
						<Text style="text"><GedcomValue tag="MARR:PLAC" /></Text>
					</TextBox>

					<TextBox height="12" newline="1">
						<!-- Only with multiple sources use line feed (br) -->
						<SetVar name="usebr" value="0"/>
						<Text style="text">
							<RepeatTag tag="MARR:SOUR">
								<Gedcom id="@SOUR">
									<if condition="@AUTH!=''"><GedcomValue tag="AUTH" />, </if>
									«<GedcomValue tag="TITL" />»
									<if condition="@PUBL!=''"> (<GedcomValue tag="PUBL" />)</if>
								</Gedcom>
								<if condition="@PAGE!=''">: <GedcomValue tag="SOUR:PAGE" /></if>
								 <GedcomValue tag="SOUR:DATA:TEXT" />
								<SetVar name="usebr" value="1"/>
							</RepeatTag>
						</Text>
					</TextBox>

				</if>
			</List>
			<Cell align="rightrtl" height="24" newline="1" style="label"><br/><var var="I18N::translate('Total families')"/>: <var var="printedFamilies" /></Cell>
		</Body>
		<Footer>
			<Cell align="rightrtl" newline="1" style="date"><Now/></Cell>
		</Footer>
	</Doc>
</Report>

VaKeR 2022