action == "general") { ?>
|
|
|
|
|
|
|
|
srindi) || !$controller->isPostBack)
echo ' checked="checked" '; ?>value="yes" id="srindi" name="srindi" />
srfams))
echo ' checked="checked" '; ?>value="yes" id="srfams" name="srfams" />
srsour))
echo ' checked="checked" '; ?>value="yes" id="srsour" name="srsour" />
srnote))
echo ' checked="checked" '; ?>value="yes" id="srnote" name="srnote" />
|
|
|
tagfilter == "on") || ($controller->tagfilter == ""))
echo ' checked="checked" '; ?>/>
tagfilter == "off")
echo ' checked="checked" ';?>/>
|
|
|
showasso == "on") echo ' checked="checked" '; ?>/>
|
action == "replace")
{
if (WT_USER_CAN_EDIT) {
?>
|
|
|
|
|
|
|
|
action == "soundex") {
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
soundex == "Russell") echo ' checked="checked" '; ?>/>
soundex == "DaitchM" || $controller->soundex == "") echo ' checked="checked" '; ?>/>
|
|
|
showasso == "on") echo ' checked="checked" '; ?>/>
|
action == "general" || $controller->action == "soundex") {
$all_gedcoms=get_all_gedcoms();
// If more than one GEDCOM, switching is allowed AND DB mode is set, let the user select
if ((count($all_gedcoms) > 1) && get_site_setting('ALLOW_CHANGE_GEDCOM')) {
?>
|
|
3) {
echo ' ';
echo ' ';
if (count($all_gedcoms)>10) {
echo ' ';
}
}
echo ' ', "\n";
//-- sorting menu by gedcom filename
asort($all_gedcoms);
foreach ($all_gedcoms as $ged_id=>$gedcom) {
$str = str_replace(array (".", "-", " "), array ("_", "_", "_"), $gedcom);
$controller->inputFieldNames[] = "$str";
echo ' ', "\n";
}
echo ' | ';
?>
|
|
action == "general") {
echo '', WT_I18N::translate('Soundex Search'), '';
echo ' | ', WT_I18N::translate('Advanced search'), '';
if (WT_USER_CAN_EDIT) {
echo ' | ', WT_I18N::translate('Search and replace'), '';
}
} else if ($controller->action == "replace") {
echo '', WT_I18N::translate('General Search'), ' | ';
echo '', WT_I18N::translate('Soundex Search'), '';
echo ' | ', WT_I18N::translate('Advanced search'), '';
} else if ($controller->action == "soundex") {
echo '', WT_I18N::translate('General Search'), '';
echo ' | ', WT_I18N::translate('Advanced search'), '';
if (WT_USER_CAN_EDIT) {
echo ' | ', WT_I18N::translate('Search and replace'), '';
}
}
?>
|