Exemple #1
0
">
				</th>
			</tr>
			<tr>
				<td class="optionbox">
					<input class="pedigree_form" data-autocomplete-type="INDI" type="text" id="rootid" name="rootid" size="3" value="<?php 
echo $controller->rootid;
?>
">
					<?php 
echo print_findindi_link('rootid');
?>
				</td>
				<td class="optionbox center">
					<?php 
echo edit_field_integers('PEDIGREE_GENERATIONS', $controller->PEDIGREE_GENERATIONS, 3, $MAX_PEDIGREE_GENERATIONS);
?>
				</td>
				<td class="optionbox center">
					<?php 
echo select_edit_control('talloffset', array(0 => WT_I18N::translate('Portrait'), 1 => WT_I18N::translate('Landscape'), 2 => WT_I18N::translate('Oldest at top'), 3 => WT_I18N::translate('Oldest at bottom')), null, $talloffset);
?>
				</td>
				<td class="optionbox center">
				    <input type="checkbox" value="<?php 
if ($controller->show_full) {
    echo "1\" checked=\"checked\" onclick=\"document.people.show_full.value='0';";
} else {
    echo "0\" onclick=\"document.people.show_full.value='1';";
}
?>
Exemple #2
0
echo WT_I18N::translate('View');
?>
">
				</td>
			</tr>
			<tr>
				<td class="descriptionbox">
					<label for="generations">
						<?php 
echo WT_I18N::translate('Generations');
?>
					</label>
				</td>
				<td class="optionbox">
					<?php 
echo edit_field_integers('generations', $controller->generations, 2, 9);
?>
				</td>
				<td class="descriptionbox">
					<label for="fan_width">
						<?php 
echo WT_I18N::translate('Width'), help_link('fan_width');
?>
						</label>
				</td>
				<td class="optionbox">
					<input type="text" size="3" id="fan_width" name="fan_width" value="<?php 
echo $controller->fan_width;
?>
"> %
				</td>
Exemple #3
0
				<td rowspan="3" class="topbottombar vmiddle">
					<input type="submit" value="<?php 
echo WT_I18N::translate('View');
?>
">
				</td>
			</tr>
			<tr>
				<td class="descriptionbox" >
					<?php 
echo WT_I18N::translate('Generations');
?>
				</td>
				<td class="optionbox">
					<?php 
echo edit_field_integers('generations', $controller->generations, 2, $MAX_DESCENDANCY_GENERATIONS);
?>
				</td>
				<td class="descriptionbox">
					<?php 
echo WT_I18N::translate('Show spouses'), help_link('show_spouse');
?>
				</td>
				<td class="optionbox">
					<input type="checkbox" value="1" name="show_spouse" <?php 
echo $controller->show_spouse ? ' checked="checked"' : '';
?>
>
				</td>
			</tr>
			<tr>