. */ class Helptotal_percountry extends Help { public function __construct() { $this->title = "Applications per country"; $this->name = "total_percountry"; } public function get_help() { echoln("In the 'Applications per country' you can see how many people applied from a certain country. You can also change the sort order between 'Country code' and 'total'. Please note "); echoln("that only the selected accepted statuses will be taken into consideration when calculating the totals. The country of the body the applicants apply from is taken for the "); echoln("calculation, and not the country applicants fill in when they apply, as this field is not compulsory. For Belgium this normally results in an unexpected high number, which is "); echoln("caused by the many Working Groups, Projects and Commissions having the Head Office as postal address."); echoln("

In the different columns you can find the following information:"); echoln("

"); echoln("

At the bottom you can find the total number of different countries people come from, as well as the total number of applications in the selection that is used for the overview."); } } ?>