Skip to content

Commit

Permalink
MAJ Copyright - Partie utilisateur
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeDevome committed Dec 16, 2017
1 parent a7b6658 commit 1e6fd39
Show file tree
Hide file tree
Showing 32 changed files with 169 additions and 422 deletions.
18 changes: 3 additions & 15 deletions contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,17 @@
* contact.php
* Formulaire d'envoi de mail
* Ce script fait partie de l'application GRR
* Dernière modification : $Date: 2009-09-29 18:02:56 $
* @author Laurent Delineau <[email protected]>
* @copyright Copyright 2003-2008 Laurent Delineau
* Dernière modification : $Date: 2017-12-16 14:00$
* @author Laurent Delineau & JeromeB
* @copyright Copyright 2003-2018 Team DEVOME - JeromeB
* @link http://www.gnu.org/licenses/licenses.html
* @package root
* @version $Id: contact.php,v 1.4 2009-09-29 18:02:56 grr Exp $
* @filesource
*
* This file is part of GRR.
*
* GRR is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* GRR is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with GRR; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
include_once('include/connect.inc.php');
include_once('include/config.inc.php');
Expand Down
16 changes: 16 additions & 0 deletions contactFormulaire.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
<?php
/**
* contactFormulaire.php
* Formulaire d'envoi de mail
* Ce script fait partie de l'application GRR
* Dernière modification : $Date: 2017-12-16 14:00$
* @author JeromeB
* @copyright Copyright 2003-2018 Team DEVOME - JeromeB
* @link http://www.gnu.org/licenses/licenses.html
*
* This file is part of GRR.
*
* GRR is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/
include "include/connect.inc.php";
include "include/config.inc.php";
include "include/misc.inc.php";
Expand Down
18 changes: 3 additions & 15 deletions del_entry.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,17 @@
* del_entry.php
* Interface de suppresssion d'une réservation
* Ce script fait partie de l'application GRR
* Dernière modification : $Date: 2009-06-04 15:30:17 $
* @author Laurent Delineau <[email protected]>
* @copyright Copyright 2003-2008 Laurent Delineau
* Dernière modification : $Date: 2017-12-16 14:00$
* @author Laurent Delineau & JeromeB
* @copyright Copyright 2003-2018 Team DEVOME - JeromeB
* @link http://www.gnu.org/licenses/licenses.html
* @package root
* @version $Id: del_entry.php,v 1.7 2009-06-04 15:30:17 grr Exp $
* @filesource
*
* This file is part of GRR.
*
* GRR is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* GRR is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with GRR; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
include "include/connect.inc.php";
include "include/config.inc.php";
Expand Down
18 changes: 3 additions & 15 deletions edit_entry.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,17 @@
* edit_entry.php
* Interface d'édition d'une réservation
* Ce script fait partie de l'application GRR
* Dernière modification : $Date: 2010-04-07 15:38:14 $
* @author Laurent Delineau <[email protected]>
* @copyright Copyright 2003-2008 Laurent Delineau
* Dernière modification : $Date: 2017-12-16 14:00$
* @author Laurent Delineau & JeromeB
* @copyright Copyright 2003-2018 Team DEVOME - JeromeB
* @link http://www.gnu.org/licenses/licenses.html
* @package root
* @version $Id: edit_entry.php,v 1.17 2010-04-07 15:38:14 grr Exp $
* @filesource
*
* This file is part of GRR.
*
* GRR is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* GRR is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with GRR; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
ini_set('display_errors', 'On');
error_reporting(E_ALL);
Expand Down
22 changes: 3 additions & 19 deletions edit_entry_beneficiaire.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,17 @@
* edit_entry_beneficiaire.php
* Page "Ajax" utilisée dans edit_entry.php
* Ce script fait partie de l'application GRR
* Dernière modification : $Date: 2010-04-07 17:49:56 $
* @author Laurent Delineau <[email protected]>
* @copyright Copyright 2003-2008 Laurent Delineau
* Dernière modification : $Date: 2017-12-16 14:00$
* @author Laurent Delineau & JeromeB
* @copyright Copyright 2003-2018 Team DEVOME - JeromeB
* @link http://www.gnu.org/licenses/licenses.html
* @package root
* @version $Id: edit_entry_types.php,v 1.10 2010-04-07 17:49:56 grr Exp $
* @filesource
*
* This file is part of GRR.
*
* GRR is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* GRR is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with GRR; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/**
* $Log: edit_entry_beneficiaire.php,v $
*
*/
include_once "include/admin.inc.php";
/* Ce script a besoin d'un argument passés par la méthode GET :
Expand Down
31 changes: 3 additions & 28 deletions edit_entry_champs_add.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,42 +3,17 @@
* edit_entry_champs_add.php
* Page "Ajax" utilisée pour générer les champs additionnels dans la page de réservation
* Ce script fait partie de l'application GRR
* Dernière modification : $Date: 2009-09-29 18:02:56 $
* @author Laurent Delineau <[email protected]>
* @copyright Copyright 2003-2008 Laurent Delineau
* Dernière modification : $Date: 2017-12-16 14:00$
* @author Laurent Delineau & JeromeB
* @copyright Copyright 2003-2018 Team DEVOME - JeromeB
* @link http://www.gnu.org/licenses/licenses.html
* @package root
* @version $Id: edit_entry_champs_add.php,v 1.6 2009-09-29 18:02:56 grr Exp $
* @filesource
*
* This file is part of GRR.
*
* GRR is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* GRR is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with GRR; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/**
* $Log: edit_entry_champs_add.php,v $
* Revision 1.6 2009-09-29 18:02:56 grr
* *** empty log message ***
*
* Revision 1.5 2008-11-16 22:00:58 grr
* *** empty log message ***
*
* Revision 1.4 2008-11-11 22:01:14 grr
* *** empty log message ***
*
*
*/
include "include/admin.inc.php";
/* Ce script a besoin de trois arguments passés par la méthode GET :
Expand Down
18 changes: 3 additions & 15 deletions edit_entry_handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,17 @@
* edit_entry_handler.php
* Permet de vérifier la validitée de l'édition ou de la création d'une réservation
* Ce script fait partie de l'application GRR
* Dernière modification : $Date: 2010-03-03 14:41:34 $
* @author Laurent Delineau <[email protected]>
* @copyright Copyright 2003-2008 Laurent Delineau
* Dernière modification : $Date: 2017-12-16 14:00$
* @author Laurent Delineau & JeromeB
* @copyright Copyright 2003-2018 Team DEVOME - JeromeB
* @link http://www.gnu.org/licenses/licenses.html
* @package root
* @version $Id: edit_entry_handler.php,v 1.12 2010-03-03 14:41:34 grr Exp $
* @filesource
*
* This file is part of GRR.
*
* GRR is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* GRR is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with GRR; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
include "include/connect.inc.php";
include "include/config.inc.php";
Expand Down
18 changes: 3 additions & 15 deletions edit_entry_types.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,17 @@
* edit_entry_types.php
* Page "Ajax" utilisée pour générer les types
* Ce script fait partie de l'application GRR
* Dernière modification : $Date: 2010-04-07 17:49:56 $
* @author Laurent Delineau <[email protected]>
* @copyright Copyright 2003-2008 Laurent Delineau
* Dernière modification : $Date: 2017-12-16 14:00$
* @author Laurent Delineau & JeromeB
* @copyright Copyright 2003-2018 Team DEVOME - JeromeB
* @link http://www.gnu.org/licenses/licenses.html
* @package root
* @version $Id: edit_entry_types.php,v 1.10 2010-04-07 17:49:56 grr Exp $
* @filesource
*
* This file is part of GRR.
*
* GRR is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* GRR is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with GRR; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
include "include/admin.inc.php";
// Initialisation
Expand Down
3 changes: 0 additions & 3 deletions footer.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<!--<script type="text/javascript">
javascript:(function(){var s=document.createElement("script");s.onload=function(){bootlint.showLintReportForCurrentDocument([]);};s.src="https://maxcdn.bootstrapcdn.com/bootlint/latest/bootlint.min.js";document.body.appendChild(s)})();
</script>-->
</div>
</div>
</body>
Expand Down
21 changes: 4 additions & 17 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,18 @@
/**
* index.php
* Ce script fait partie de l'application GRR
* Dernière modification : $Date: 2010-04-07 15:38:14 $
* @author Laurent Delineau <[email protected]>
* @author Marc-Henri PAMISEUX <[email protected]>
* @copyright Copyright 2003-2008 Laurent Delineau
* @copyright Copyright 2008 Marc-Henri PAMISEUX
* Ce script fait partie de l'application GRR
* Dernière modification : $Date: 2017-12-16 14:00$
* @author Laurent Delineau & JeromeB
* @copyright Copyright 2003-2018 Team DEVOME - JeromeB
* @link http://www.gnu.org/licenses/licenses.html
* @package admin
* @version $Id: index.php,v 1.10 2010-04-07 15:38:14 grr Exp $
* @filesource
*
* This file is part of GRR.
*
* GRR is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* GRR is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with GRR; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
if (!@file_exists("/var/www/lcs/includes/headerauth.inc.php"))
error_reporting (E_ALL);
Expand Down
18 changes: 3 additions & 15 deletions install_mysql.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,17 @@
* install_mysql.php
* Interface d'installation de GRR pour un environnement mysql
* Ce script fait partie de l'application GRR
* Dernière modification : $Date: 2009-10-09 07:55:48 $
* @author Laurent Delineau <[email protected]>
* @copyright Copyright 2003-2008 Laurent Delineau
* Dernière modification : $Date: 2017-12-16 14:00$
* @author Laurent Delineau & JeromeB
* @copyright Copyright 2003-2018 Team DEVOME - JeromeB
* @link http://www.gnu.org/licenses/licenses.html
* @package root
* @version $Id: install_mysql.php,v 1.9 2009-10-09 07:55:48 grr Exp $
* @filesource
*
* This file is part of GRR.
*
* GRR is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* GRR is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with GRR; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
require_once("include/config.inc.php");
require_once("include/misc.inc.php");
Expand Down
20 changes: 3 additions & 17 deletions login.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,17 @@
* login.php
* interface de connexion
* Ce script fait partie de l'application GRR
* Dernière modification : $Date: 2009-12-16 14:52:31 $
* @author Laurent Delineau <[email protected]>
* @author Marc-Henri PAMISEUX <[email protected]>
* @copyright Copyright 2003-2008 Laurent Delineau
* @copyright Copyright 2008 Marc-Henri PAMISEUX
* Dernière modification : $Date: 2017-12-16 14:00$
* @author Laurent Delineau & JeromeB
* @copyright Copyright 2003-2018 Team DEVOME - JeromeB
* @link http://www.gnu.org/licenses/licenses.html
* @package admin
* @version $Id: login.php,v 1.10 2009-12-16 14:52:31 grr Exp $
* @filesource
*
* This file is part of GRR.
*
* GRR is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* GRR is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with GRR; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
include "include/connect.inc.php";
include "include/config.inc.php";
Expand Down
Loading

0 comments on commit 1e6fd39

Please sign in to comment.