'. __('Homepage\\Schedule an event') . '


'. __('Homepage\\Make a classic poll') . '


'; $nbcol = $config['show_what_is_that'] + $config['show_the_software'] + $config['show_cultivate_your_garden']; if ($nbcol > 0){ $colmd = 12/$nbcol; // 3 =>col-md-4, 2 =>col-md-6, 1 =>col-md-12. } if($config['show_what_is_that'] == true){ echo '

'. __('1st section\\What is that?') . '

'. __('1st section\\Framadate is an online service for planning an appointment or make a decision quickly and easily. No registration is required.') .'

'. __('1st section\\Here is how it works:') . '

  1. '. __('1st section\\Make a poll') . '
  2. '. __('1st section\\Define dates or subjects to choose') . '
  3. '. __('1st section\\Send the poll link to your friends or colleagues') . '
  4. '. __('1st section\\Discuss and make a decision') . '

'. __('1st section\\Do you want to ') . ''. __('1st section\\view an example?') .'

'; } if($config['show_the_software'] == true){ echo '

'. __('2nd section\\The software') .'

'. __('2nd section\\Framadate was initially based on '). 'Studs'. __('2nd section\\ a software developed by the University of Strasbourg. Today, it is devevoped by the association Framasoft') .'.

'. __('2nd section\\This software needs javascript and cookies enabled. It is compatible with the following web browsers:') .'

'. __('2nd section\\It is governed by the ').''. __('2nd section\\CeCILL-B license').'.

'; } if($config['show_cultivate_your_garden'] == true){ echo '

'. __('3rd section\\Cultivate your garden') .'

'. __('3rd section\\To participate in the software development, suggest improvements or simply download it, please visit ') .''.__('3rd section\\the development site').'.


'. __('3rd section\\If you want to install the software for your own use and thus increase your independence, we help you on:') .'

framacloud.org

'; } echo '
'."\n"; bandeau_pied();