diff options
| author | Rico Sonntag <mail@ricosonntag.de> | 2019-02-14 10:06:46 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2019-02-14 09:06:46 +0000 |
| commit | a81e5019b982a9e06a798c658c20d22d09d60594 (patch) | |
| tree | 155cc119861cf8b0156a3d0e1720ffd0d57fa87b /resources/views/modules/statistics-chart/custom.phtml | |
| parent | 516fbf4ae6949021edfbf2eb8a0a9dc67063db2d (diff) | |
| download | webtrees-a81e5019b982a9e06a798c658c20d22d09d60594.tar.gz webtrees-a81e5019b982a9e06a798c658c20d22d09d60594.tar.bz2 webtrees-a81e5019b982a9e06a798c658c20d22d09d60594.zip | |
Update custom charts tab (#2216)
Diffstat (limited to 'resources/views/modules/statistics-chart/custom.phtml')
| -rw-r--r-- | resources/views/modules/statistics-chart/custom.phtml | 354 |
1 files changed, 178 insertions, 176 deletions
diff --git a/resources/views/modules/statistics-chart/custom.phtml b/resources/views/modules/statistics-chart/custom.phtml index bdbc9d46a3..796495eccb 100644 --- a/resources/views/modules/statistics-chart/custom.phtml +++ b/resources/views/modules/statistics-chart/custom.phtml @@ -79,205 +79,207 @@ } </script> -<h3> - <?= I18N::translate('Create your own chart') ?> -</h3> +<div class="container pt-3"> + <h4 class="border-bottom p-2 mb-4"> + <?= I18N::translate('Create your own chart') ?> + </h4> -<form id="own-stats-form" action="index.php" onsubmit="return loadCustomChart();" class="wt-page-options wt-page-options-statistics"> - <input type="hidden" name="route" value="module"> - <input type="hidden" name="module" value="<?= e($module->name()) ?>"> - <input type="hidden" name="action" value="CustomChart"> - <input type="hidden" name="ged" value="<?= e($tree->name()) ?>"> - <div class="form-group row"> - <div class="col-sm-2 wt-page-options-label"> - <?= I18N::translate('Chart type') ?> - </div> + <form id="own-stats-form" action="index.php" onsubmit="return loadCustomChart();" class="wt-page-options wt-page-options-statistics"> + <input type="hidden" name="route" value="module"> + <input type="hidden" name="module" value="<?= e($module->name()) ?>"> + <input type="hidden" name="action" value="CustomChart"> + <input type="hidden" name="ged" value="<?= e($tree->name()) ?>"> + <div class="form-group row"> + <div class="col-sm-2 wt-page-options-label"> + <?= I18N::translate('Chart type') ?> + </div> - <div class="col-sm-4 wt-page-options-value"> - <fieldset> - <legend><?= I18N::translate('Individual') ?></legend> + <div class="col-sm-4 wt-page-options-value"> + <fieldset> + <legend><?= I18N::translate('Individual') ?></legend> - <?= Bootstrap4::radioButtons('x-as', [$module::X_AXIS_BIRTH_MONTH => I18N::translate('Month of birth')], $module::X_AXIS_BIRTH_MONTH, false, ['onchange' => 'statusEnable("z_sex"); statusHide("x_years");; statusHide("map_opt");']) ?> - <?= Bootstrap4::radioButtons('x-as', [$module::X_AXIS_DEATH_MONTH => I18N::translate('Month of death')], '', false, ['onchange' => 'statusEnable("z_sex"); statusHide("x_years");; statusHide("map_opt");']) ?> - <?= Bootstrap4::radioButtons('x-as', [$module::X_AXIS_FIRST_CHILD_MONTH => I18N::translate('Month of birth of first child in a relation')], '', false, ['onchange' => 'statusEnable("z_sex"); statusHide("x_years");; statusHide("map_opt");']) ?> - <?= Bootstrap4::radioButtons('x-as', [$module::X_AXIS_AGE_AT_DEATH => I18N::translate('Average age at death')], '', false, ['onchange' => 'statusEnable("z_sex"); statusShow("x_years");; statusHide("map_opt");']) ?> - <?= Bootstrap4::radioButtons('x-as', [$module::X_AXIS_AGE_AT_MARRIAGE => I18N::translate('Age in year of marriage')], '', false, ['onchange' => 'statusEnable("z_sex"); statusHide("x_years"); statusShow("x_years_m");; statusHide("map_opt");']) ?> - <?= Bootstrap4::radioButtons('x-as', [$module::X_AXIS_AGE_AT_FIRST_MARRIAGE => I18N::translate('Age in year of first marriage')], '', false, ['onchange' => 'statusEnable("z_sex"); statusHide("x_years"); statusShow("x_years_m");; statusHide("map_opt");']) ?> - </fieldset> + <?= Bootstrap4::radioButtons('x-as', [$module::X_AXIS_BIRTH_MONTH => I18N::translate('Month of birth')], $module::X_AXIS_BIRTH_MONTH, false, ['onchange' => 'statusEnable("z_sex"); statusHide("x_years");; statusHide("map_opt");']) ?> + <?= Bootstrap4::radioButtons('x-as', [$module::X_AXIS_DEATH_MONTH => I18N::translate('Month of death')], '', false, ['onchange' => 'statusEnable("z_sex"); statusHide("x_years");; statusHide("map_opt");']) ?> + <?= Bootstrap4::radioButtons('x-as', [$module::X_AXIS_FIRST_CHILD_MONTH => I18N::translate('Month of birth of first child in a relation')], '', false, ['onchange' => 'statusEnable("z_sex"); statusHide("x_years");; statusHide("map_opt");']) ?> + <?= Bootstrap4::radioButtons('x-as', [$module::X_AXIS_AGE_AT_DEATH => I18N::translate('Average age at death')], '', false, ['onchange' => 'statusEnable("z_sex"); statusShow("x_years");; statusHide("map_opt");']) ?> + <?= Bootstrap4::radioButtons('x-as', [$module::X_AXIS_AGE_AT_MARRIAGE => I18N::translate('Age in year of marriage')], '', false, ['onchange' => 'statusEnable("z_sex"); statusHide("x_years"); statusShow("x_years_m");; statusHide("map_opt");']) ?> + <?= Bootstrap4::radioButtons('x-as', [$module::X_AXIS_AGE_AT_FIRST_MARRIAGE => I18N::translate('Age in year of first marriage')], '', false, ['onchange' => 'statusEnable("z_sex"); statusHide("x_years"); statusShow("x_years_m");; statusHide("map_opt");']) ?> + </fieldset> - <fieldset> - <legend><?= I18N::translate('Family') ?></legend> + <fieldset> + <legend><?= I18N::translate('Family') ?></legend> - <?= Bootstrap4::radioButtons('x-as', [ - $module::X_AXIS_MARRIAGE_MONTH => I18N::translate('Month of marriage'), - $module::X_AXIS_FIRST_MARRIAGE_MONTH => I18N::translate('Month of first marriage'), - ], '', false, ['onchange' => 'statusChecked("z_none"); statusDisable("z_sex"); statusHide("x_years");; statusHide("map_opt");']) ?> - <?= Bootstrap4::radioButtons('x-as', [$module::X_AXIS_NUMBER_OF_CHILDREN => I18N::translate('Number of children')], '', false, ['onchange' => 'statusChecked("z_none"); statusDisable("z_sex"); statusHide("x_years");; statusHide("map_opt");']) ?> - </fieldset> + <?= Bootstrap4::radioButtons('x-as', [ + $module::X_AXIS_MARRIAGE_MONTH => I18N::translate('Month of marriage'), + $module::X_AXIS_FIRST_MARRIAGE_MONTH => I18N::translate('Month of first marriage'), + ], '', false, ['onchange' => 'statusChecked("z_none"); statusDisable("z_sex"); statusHide("x_years");; statusHide("map_opt");']) ?> + <?= Bootstrap4::radioButtons('x-as', [$module::X_AXIS_NUMBER_OF_CHILDREN => I18N::translate('Number of children')], '', false, ['onchange' => 'statusChecked("z_none"); statusDisable("z_sex"); statusHide("x_years");; statusHide("map_opt");']) ?> + </fieldset> - <fieldset> - <legend><?= I18N::translate('Map') ?></legend> + <fieldset> + <legend><?= I18N::translate('Map') ?></legend> - <?= Bootstrap4::radioButtons('x-as', [$module::X_AXIS_INDIVIDUAL_MAP => I18N::translate('Individuals')], '', false, ['onchange' => 'statusHide("x_years");; statusShow("map_opt"); statusShow("chart_type");']) ?> - <?= Bootstrap4::radioButtons('x-as', [$module::X_AXIS_BIRTH_MAP => I18N::translate('Births')], '', false, ['onchange' => 'statusHide("x_years");; statusShow("map_opt"); statusHide("chart_type"); statusHide("surname_opt");']) ?> - <?= Bootstrap4::radioButtons('x-as', [$module::X_AXIS_MARRIAGE_MAP => I18N::translate('Marriages')], '', false, ['onchange' => 'statusHide("x_years");; statusShow("map_opt"); statusHide("chart_type"); statusHide("surname_opt");']) ?> - <?= Bootstrap4::radioButtons('x-as', [$module::X_AXIS_DEATH_MAP => I18N::translate('Deaths')], '', false, ['onchange' => 'statusHide("x_years");; statusShow("map_opt"); statusHide("chart_type"); statusHide("surname_opt");']) ?> - </fieldset> - </div> + <?= Bootstrap4::radioButtons('x-as', [$module::X_AXIS_INDIVIDUAL_MAP => I18N::translate('Individuals')], '', false, ['onchange' => 'statusHide("x_years");; statusShow("map_opt"); statusShow("chart_type");']) ?> + <?= Bootstrap4::radioButtons('x-as', [$module::X_AXIS_BIRTH_MAP => I18N::translate('Births')], '', false, ['onchange' => 'statusHide("x_years");; statusShow("map_opt"); statusHide("chart_type"); statusHide("surname_opt");']) ?> + <?= Bootstrap4::radioButtons('x-as', [$module::X_AXIS_MARRIAGE_MAP => I18N::translate('Marriages')], '', false, ['onchange' => 'statusHide("x_years");; statusShow("map_opt"); statusHide("chart_type"); statusHide("surname_opt");']) ?> + <?= Bootstrap4::radioButtons('x-as', [$module::X_AXIS_DEATH_MAP => I18N::translate('Deaths')], '', false, ['onchange' => 'statusHide("x_years");; statusShow("map_opt"); statusHide("chart_type"); statusHide("surname_opt");']) ?> + </fieldset> + </div> - <div class="col-sm-2 wt-page-options-label"> - <?= I18N::translate('Details') ?> - </div> + <div class="col-sm-2 wt-page-options-label"> + <?= I18N::translate('Details') ?> + </div> - <div class="col-sm-4 wt-page-options-value"> - <fieldset id="axes"> - <legend><?= I18N::translate('Categories') ?></legend> + <div class="col-sm-4 wt-page-options-value"> + <fieldset id="axes"> + <legend><?= I18N::translate('Categories') ?></legend> - <label> - <input type="radio" id="z_none" name="z-as" value="<?= $module::Z_AXIS_ALL ?>" onclick="statusDisable('z-axis-boundaries-periods');"> - <?= I18N::translate('none') ?> - </label> - <br> - <label> - <input type="radio" id="z_sex" name="z-as" value="<?= $module::Z_AXIS_SEX ?>" onclick="statusDisable('z-axis-boundaries-periods');"> - <?= I18N::translate('gender') ?> - </label> - <br> - <label> - <input type="radio" id="z_time" name="z-as" value="<?= $module::Z_AXIS_TIME ?>" checked onclick="statusEnable('z-axis-boundaries-periods');"> - <?= I18N::translate('date periods') ?> - </label> - <label for="z-axis-boundaries-periods" class="sr-only"> - <?= I18N::translate('Date range') ?> - </label> - <select id="z-axis-boundaries-periods" class="form-control" name="z-axis-boundaries-periods"> - <option value="1700,1750,1800,1850,1900,1950,2000" selected> - <?= /* I18N: from 1700 interval 50 years */ - I18N::plural('from %1$s interval %2$s year', 'from %1$s interval %2$s years', 50, I18N::digits(1700), I18N::number(50)) ?> - </option> - <option value="1800,1840,1880,1920,1950,1970,2000"> - <?= I18N::plural('from %1$s interval %2$s year', 'from %1$s interval %2$s years', 40, I18N::digits(1800), I18N::number(40)) ?> - </option> - <option value="1800,1850,1900,1950,2000"> - <?= I18N::plural('from %1$s interval %2$s year', 'from %1$s interval %2$s years', 50, I18N::digits(1800), I18N::number(50)) ?> - </option> - <option value="1900,1920,1940,1960,1980,1990,2000"> - <?= I18N::plural('from %1$s interval %2$s year', 'from %1$s interval %2$s years', 20, I18N::digits(1900), I18N::number(20)) ?> - </option> - <option value="1900,1925,1950,1975,2000"> - <?= I18N::plural('from %1$s interval %2$s year', 'from %1$s interval %2$s years', 25, I18N::digits(1900), I18N::number(25)) ?> - </option> - <option value="1940,1950,1960,1970,1980,1990,2000"> - <?= I18N::plural('from %1$s interval %2$s year', 'from %1$s interval %2$s years', 10, I18N::digits(1940), I18N::number(10)) ?> - </option> - </select> - </fieldset> + <label> + <input type="radio" id="z_none" name="z-as" value="<?= $module::Z_AXIS_ALL ?>" onclick="statusDisable('z-axis-boundaries-periods');"> + <?= I18N::translate('none') ?> + </label> + <br> + <label> + <input type="radio" id="z_sex" name="z-as" value="<?= $module::Z_AXIS_SEX ?>" onclick="statusDisable('z-axis-boundaries-periods');"> + <?= I18N::translate('gender') ?> + </label> + <br> + <label> + <input type="radio" id="z_time" name="z-as" value="<?= $module::Z_AXIS_TIME ?>" checked onclick="statusEnable('z-axis-boundaries-periods');"> + <?= I18N::translate('date periods') ?> + </label> + <label for="z-axis-boundaries-periods" class="sr-only"> + <?= I18N::translate('Date range') ?> + </label> + <select id="z-axis-boundaries-periods" class="form-control" name="z-axis-boundaries-periods"> + <option value="1700,1750,1800,1850,1900,1950,2000" selected> + <?= /* I18N: from 1700 interval 50 years */ + I18N::plural('from %1$s interval %2$s year', 'from %1$s interval %2$s years', 50, I18N::digits(1700), I18N::number(50)) ?> + </option> + <option value="1800,1840,1880,1920,1950,1970,2000"> + <?= I18N::plural('from %1$s interval %2$s year', 'from %1$s interval %2$s years', 40, I18N::digits(1800), I18N::number(40)) ?> + </option> + <option value="1800,1850,1900,1950,2000"> + <?= I18N::plural('from %1$s interval %2$s year', 'from %1$s interval %2$s years', 50, I18N::digits(1800), I18N::number(50)) ?> + </option> + <option value="1900,1920,1940,1960,1980,1990,2000"> + <?= I18N::plural('from %1$s interval %2$s year', 'from %1$s interval %2$s years', 20, I18N::digits(1900), I18N::number(20)) ?> + </option> + <option value="1900,1925,1950,1975,2000"> + <?= I18N::plural('from %1$s interval %2$s year', 'from %1$s interval %2$s years', 25, I18N::digits(1900), I18N::number(25)) ?> + </option> + <option value="1940,1950,1960,1970,1980,1990,2000"> + <?= I18N::plural('from %1$s interval %2$s year', 'from %1$s interval %2$s years', 10, I18N::digits(1940), I18N::number(10)) ?> + </option> + </select> + </fieldset> - <fieldset id="zyaxes"> - <legend><?= I18N::translate('Results') ?></legend> + <fieldset id="zyaxes"> + <legend><?= I18N::translate('Results') ?></legend> - <label> - <input type="radio" name="y-as" value="<?= $module::Y_AXIS_NUMBERS ?>" checked> - <?= I18N::translate('numbers') ?> - </label> - <br> - <label> - <input type="radio" name="y-as" value="<?= $module::Y_AXIS_PERCENT ?>"> - <?= I18N::translate('percentage') ?> - </label> - </fieldset> + <label> + <input type="radio" name="y-as" value="<?= $module::Y_AXIS_NUMBERS ?>" checked> + <?= I18N::translate('numbers') ?> + </label> + <br> + <label> + <input type="radio" name="y-as" value="<?= $module::Y_AXIS_PERCENT ?>"> + <?= I18N::translate('percentage') ?> + </label> + </fieldset> - <fieldset id="x_years" style="display:none;"> - <legend><?= I18N::translate('Age interval') ?></legend> + <fieldset id="x_years" style="display:none;"> + <legend><?= I18N::translate('Age interval') ?></legend> - <label for="x-axis-boundaries-ages" class="sr-only"> - <?= I18N::translate('Age interval') ?> - </label> - <?= Bootstrap4::select([ - '1,5,10,20,30,40,50,60,70,80,90,100' => I18N::plural('%s year', '%s years', 10, I18N::number(10)), - '5,20,40,60,75,80,85,90' => I18N::plural('%s year', '%s years', 20, I18N::number(20)), - '10,25,50,75,100' => I18N::plural('%s year', '%s years', 25, I18N::number(25)), - ], '1,5,10,20,30,40,50,60,70,80,90,100', [ - 'id' => 'x-axis-boundaries-ages', - 'name' => 'x-axis-boundaries-ages', - ]) ?> - </fieldset> + <label for="x-axis-boundaries-ages" class="sr-only"> + <?= I18N::translate('Age interval') ?> + </label> + <?= Bootstrap4::select([ + '1,5,10,20,30,40,50,60,70,80,90,100' => I18N::plural('%s year', '%s years', 10, I18N::number(10)), + '5,20,40,60,75,80,85,90' => I18N::plural('%s year', '%s years', 20, I18N::number(20)), + '10,25,50,75,100' => I18N::plural('%s year', '%s years', 25, I18N::number(25)), + ], '1,5,10,20,30,40,50,60,70,80,90,100', [ + 'id' => 'x-axis-boundaries-ages', + 'name' => 'x-axis-boundaries-ages', + ]) ?> + </fieldset> - <fieldset id="x_years_m" style="display:none;"> - <legend><?= I18N::translate('Age interval') ?></legend> + <fieldset id="x_years_m" style="display:none;"> + <legend><?= I18N::translate('Age interval') ?></legend> - <label for="x-axis-boundaries-ages_m" class="sr-only"> - <?= I18N::translate('Select the desired age interval') ?> - </label> - <?= Bootstrap4::select([ - '16,18,20,22,24,26,28,30,32,35,40,50' => I18N::plural('%s year', '%s years', 2, I18N::number(2)), - '20,25,30,35,40,45,50' => I18N::plural('%s year', '%s years', 5, I18N::number(5)), - ], '16,18,20,22,24,26,28,30,32,35,40,50', [ - 'id' => 'x-axis-boundaries-ages_m', - 'name' => 'x-axis-boundaries-ages_m', - ]) ?> - </fieldset> + <label for="x-axis-boundaries-ages_m" class="sr-only"> + <?= I18N::translate('Select the desired age interval') ?> + </label> + <?= Bootstrap4::select([ + '16,18,20,22,24,26,28,30,32,35,40,50' => I18N::plural('%s year', '%s years', 2, I18N::number(2)), + '20,25,30,35,40,45,50' => I18N::plural('%s year', '%s years', 5, I18N::number(5)), + ], '16,18,20,22,24,26,28,30,32,35,40,50', [ + 'id' => 'x-axis-boundaries-ages_m', + 'name' => 'x-axis-boundaries-ages_m', + ]) ?> + </fieldset> - <div id="map_opt" style="display:none;"> - <fieldset id="chart_type"> - <legend><?= I18N::translate('Chart type') ?></legend> + <div id="map_opt" style="display:none;"> + <fieldset id="chart_type"> + <legend><?= I18N::translate('Chart type') ?></legend> - <label for="chart_type" class="sr-only"><?= I18N::translate('Chart type') ?></label> - <select name="chart_type" class="form-control" onchange="statusShowSurname(this);"> - <option value="indi_distribution_chart" selected> - <?= I18N::translate('Individuals') ?> - </option> - <option value="surname_distribution_chart"> - <?= I18N::translate('Surnames') ?> - </option> - </select> + <label for="chart_type" class="sr-only"><?= I18N::translate('Chart type') ?></label> + <select name="chart_type" class="form-control" onchange="statusShowSurname(this);"> + <option value="indi_distribution_chart" selected> + <?= I18N::translate('Individuals') ?> + </option> + <option value="surname_distribution_chart"> + <?= I18N::translate('Surnames') ?> + </option> + </select> - <div id="surname_opt" class="form-group" style="display:none;"> - <label for="SURN"><?= I18N::translate('Surname') ?></label> - <input data-autocomplete-type="SURN" class="form-control" type="text" id="SURN" name="SURN"> - </div> - </fieldset> + <div id="surname_opt" class="form-group" style="display:none;"> + <label for="SURN"><?= I18N::translate('Surname') ?></label> + <input data-autocomplete-type="SURN" class="form-control" type="text" id="SURN" name="SURN"> + </div> + </fieldset> - <fieldset> - <legend id="label-area"><?= I18N::translate('Geographic area') ?></legend> + <fieldset> + <legend id="label-area"><?= I18N::translate('Geographic area') ?></legend> - <label for="chart_shows" class="sr-only"><?= I18N::translate('Geographic area') ?></label> - <select id="chart_shows" class="form-control" name="chart_shows"> - <option value="world" selected> - <?= I18N::translate('World') ?> - </option> - <option value="150"> - <?= I18N::translate('Europe') ?> - </option> - <option value="021"> - <?= I18N::translate('Northern America') ?> - </option> - <option value="005"> - <?= I18N::translate('South America') ?> - </option> - <option value="142"> - <?= I18N::translate('Asia') ?> - </option> - <option value="145"> - <?= I18N::translate('Middle East') ?> - </option> - <option value="002"> - <?= I18N::translate('Africa') ?> - </option> - </select> - </fieldset> + <label for="chart_shows" class="sr-only"><?= I18N::translate('Geographic area') ?></label> + <select id="chart_shows" class="form-control" name="chart_shows"> + <option value="world" selected> + <?= I18N::translate('World') ?> + </option> + <option value="150"> + <?= I18N::translate('Europe') ?> + </option> + <option value="021"> + <?= I18N::translate('Northern America') ?> + </option> + <option value="005"> + <?= I18N::translate('South America') ?> + </option> + <option value="142"> + <?= I18N::translate('Asia') ?> + </option> + <option value="145"> + <?= I18N::translate('Middle East') ?> + </option> + <option value="002"> + <?= I18N::translate('Africa') ?> + </option> + </select> + </fieldset> + </div> </div> </div> - </div> - <p> - <button type="submit" class="btn btn-primary"> - <?= view('icons/save') ?> - <?= I18N::translate('show the chart') ?> - </button> - </p> -</form> + <p> + <button type="submit" class="btn btn-primary"> + <?= view('icons/save') ?> + <?= I18N::translate('show the chart') ?> + </button> + </p> + </form> -<div id="custom-chart" class="wt-ajax-load"> - <!-- Not initially empty, to disable spinner --> + <div id="custom-chart" class="wt-ajax-load"> + <!-- Not initially empty, to disable spinner --> + </div> </div> |
