diff --git a/core/trunk/install/view/database_view.php b/core/trunk/install/view/database_view.php index 60bac26f2f9281c509b92d723e300168258413c4..01fe602bcb22e24cb3a17257161c60e3930b9efc 100755 --- a/core/trunk/install/view/database_view.php +++ b/core/trunk/install/view/database_view.php @@ -1,3 +1,33 @@ +<?php +/* +* Copyright 2008-2012 Maarch +* +* This file is part of Maarch Framework. +* +* Maarch Framework 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 3 of the License, or +* (at your option) any later version. +* +* Maarch Framework 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 Maarch Framework. If not, see <http://www.gnu.org/licenses/>. +*/ + +/** +* @brief class of install tools +* +* @file +* @author Arnaud Veber +* @date $date$ +* @version $Revision$ +* @ingroup install +*/ +?> <script> function checkDatabaseInfo( databaseserver, diff --git a/core/trunk/install/view/docservers_view.php b/core/trunk/install/view/docservers_view.php index 3b2743ac8247ddaf2a8b03d794759865d0de7d6d..a85b231f1449bf65cfbfd75c977dd625229b10eb 100755 --- a/core/trunk/install/view/docservers_view.php +++ b/core/trunk/install/view/docservers_view.php @@ -1,3 +1,33 @@ +<?php +/* +* Copyright 2008-2012 Maarch +* +* This file is part of Maarch Framework. +* +* Maarch Framework 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 3 of the License, or +* (at your option) any later version. +* +* Maarch Framework 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 Maarch Framework. If not, see <http://www.gnu.org/licenses/>. +*/ + +/** +* @brief class of install tools +* +* @file +* @author Arnaud Veber +* @date $date$ +* @version $Revision$ +* @ingroup install +*/ +?> <script> function createDocservers( docserverRoot diff --git a/core/trunk/install/view/error_view.php b/core/trunk/install/view/error_view.php index 2a7133e6fcd4288eaffdd1f0ace542292a74d29d..061c56a2b1836d285a22106d89c9bdd067918b7c 100755 --- a/core/trunk/install/view/error_view.php +++ b/core/trunk/install/view/error_view.php @@ -1,3 +1,33 @@ +<?php +/* +* Copyright 2008-2012 Maarch +* +* This file is part of Maarch Framework. +* +* Maarch Framework 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 3 of the License, or +* (at your option) any later version. +* +* Maarch Framework 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 Maarch Framework. If not, see <http://www.gnu.org/licenses/>. +*/ + +/** +* @brief class of install tools +* +* @file +* @author Arnaud Veber +* @date $date$ +* @version $Revision$ +* @ingroup install +*/ +?> <div class="blockWrapper"> <div class="titleBlock"> <h2 onClick="slide('infosError');" style="cursor: pointer;"> @@ -9,4 +39,4 @@ <?php echo $infosError; ?> </p> </div> -</div> \ No newline at end of file +</div> diff --git a/core/trunk/install/view/includes/header.php b/core/trunk/install/view/includes/header.php index 9e27db941bc5dba2e2ba599ccc200d020a69bbab..a504a236866a0a3fafbb7cacbaa818f6cefa9612 100755 --- a/core/trunk/install/view/includes/header.php +++ b/core/trunk/install/view/includes/header.php @@ -1,3 +1,33 @@ +<?php +/* +* Copyright 2008-2012 Maarch +* +* This file is part of Maarch Framework. +* +* Maarch Framework 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 3 of the License, or +* (at your option) any later version. +* +* Maarch Framework 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 Maarch Framework. If not, see <http://www.gnu.org/licenses/>. +*/ + +/** +* @brief class of install tools +* +* @file +* @author Arnaud Veber +* @date $date$ +* @version $Revision$ +* @ingroup install +*/ +?> <div class="headerName"> <h2> <?php echo $shortTitle; ?> diff --git a/core/trunk/install/view/includes/progress.php b/core/trunk/install/view/includes/progress.php index 7d4638718cd9f659a5f3f2edfb472dde01e85187..91d55e0dcbd6b903e6a4a4bb52a99c95fe33d370 100755 --- a/core/trunk/install/view/includes/progress.php +++ b/core/trunk/install/view/includes/progress.php @@ -1,3 +1,33 @@ +<?php +/* +* Copyright 2008-2012 Maarch +* +* This file is part of Maarch Framework. +* +* Maarch Framework 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 3 of the License, or +* (at your option) any later version. +* +* Maarch Framework 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 Maarch Framework. If not, see <http://www.gnu.org/licenses/>. +*/ + +/** +* @brief class of install tools +* +* @file +* @author Arnaud Veber +* @date $date$ +* @version $Revision$ +* @ingroup install +*/ +?> <div class="blockWrapper" style="background-color: rgba(255, 255, 255, 1);"> <div class="contentBlock"> <div id="progressWrapper"> diff --git a/core/trunk/install/view/language_view.php b/core/trunk/install/view/language_view.php index ff110122772260a0c2906e4d9dbef5c69b39c39e..23e9f40a6f7f4d00936b082b448c3ffef28f9a96 100755 --- a/core/trunk/install/view/language_view.php +++ b/core/trunk/install/view/language_view.php @@ -1,3 +1,33 @@ +<?php +/* +* Copyright 2008-2012 Maarch +* +* This file is part of Maarch Framework. +* +* Maarch Framework 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 3 of the License, or +* (at your option) any later version. +* +* Maarch Framework 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 Maarch Framework. If not, see <http://www.gnu.org/licenses/>. +*/ + +/** +* @brief class of install tools +* +* @file +* @author Arnaud Veber +* @date $date$ +* @version $Revision$ +* @ingroup install +*/ +?> <div class="blockWrapper"> <div class="titleBlock"> <h2 onClick="slide('chooseLanguage');" style="cursor: pointer;"> diff --git a/core/trunk/install/view/licence_view.php b/core/trunk/install/view/licence_view.php index 94369bd8c07afa85358ca0600ddf927d1fd0a86e..18a6dc9037379e8680eaa310cdaf2c98c31cdf3b 100755 --- a/core/trunk/install/view/licence_view.php +++ b/core/trunk/install/view/licence_view.php @@ -1,3 +1,33 @@ +<?php +/* +* Copyright 2008-2012 Maarch +* +* This file is part of Maarch Framework. +* +* Maarch Framework 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 3 of the License, or +* (at your option) any later version. +* +* Maarch Framework 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 Maarch Framework. If not, see <http://www.gnu.org/licenses/>. +*/ + +/** +* @brief class of install tools +* +* @file +* @author Arnaud Veber +* @date $date$ +* @version $Revision$ +* @ingroup install +*/ +?> <div class="blockWrapper"> <div class="titleBlock"> <h2 onClick="slide('licence');" style="cursor: pointer;"> diff --git a/core/trunk/install/view/password_view.php b/core/trunk/install/view/password_view.php index 0cdf48c9a0599fef29ac96d6cfa279bf78b826af..0758f7d9892279fecc065da1c421cb0d644cd6ac 100755 --- a/core/trunk/install/view/password_view.php +++ b/core/trunk/install/view/password_view.php @@ -1,3 +1,33 @@ +<?php +/* +* Copyright 2008-2012 Maarch +* +* This file is part of Maarch Framework. +* +* Maarch Framework 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 3 of the License, or +* (at your option) any later version. +* +* Maarch Framework 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 Maarch Framework. If not, see <http://www.gnu.org/licenses/>. +*/ + +/** +* @brief class of install tools +* +* @file +* @author Arnaud Veber +* @date $date$ +* @version $Revision$ +* @ingroup install +*/ +?> <script> function checkPassword( newSuperadminPass, diff --git a/core/trunk/install/view/prerequisites_view.php b/core/trunk/install/view/prerequisites_view.php index 074f5e6692d2078d48300a96323cecfba708fce7..598eada6e97f748e481c9292c4b07c00559fd5de 100755 --- a/core/trunk/install/view/prerequisites_view.php +++ b/core/trunk/install/view/prerequisites_view.php @@ -1,3 +1,33 @@ +<?php +/* +* Copyright 2008-2012 Maarch +* +* This file is part of Maarch Framework. +* +* Maarch Framework 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 3 of the License, or +* (at your option) any later version. +* +* Maarch Framework 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 Maarch Framework. If not, see <http://www.gnu.org/licenses/>. +*/ + +/** +* @brief class of install tools +* +* @file +* @author Arnaud Veber +* @date $date$ +* @version $Revision$ +* @ingroup install +*/ +?> <div class="blockWrapper"> <div class="titleBlock"> <h2 onClick="slide('prerequisites');" style="cursor: pointer;"> diff --git a/core/trunk/install/view/principal_view.php b/core/trunk/install/view/principal_view.php index 420c4fedad3329c203933bc0bb6359e36f6567ac..2efdb6c868be19a49ddc440b8afb28c6c3c3173b 100755 --- a/core/trunk/install/view/principal_view.php +++ b/core/trunk/install/view/principal_view.php @@ -1,3 +1,33 @@ +<?php +/* +* Copyright 2008-2012 Maarch +* +* This file is part of Maarch Framework. +* +* Maarch Framework 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 3 of the License, or +* (at your option) any later version. +* +* Maarch Framework 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 Maarch Framework. If not, see <http://www.gnu.org/licenses/>. +*/ + +/** +* @brief class of install tools +* +* @file +* @author Arnaud Veber +* @date $date$ +* @version $Revision$ +* @ingroup install +*/ +?> <!DOCTYPE HTML> <html> <head> diff --git a/core/trunk/install/view/resume_view.php b/core/trunk/install/view/resume_view.php index 51e9c0a31a66f63c92423fde363c8235b4ab15cf..19c5a31a2530990ec476febedf3508d574453853 100755 --- a/core/trunk/install/view/resume_view.php +++ b/core/trunk/install/view/resume_view.php @@ -1,3 +1,33 @@ +<?php +/* +* Copyright 2008-2012 Maarch +* +* This file is part of Maarch Framework. +* +* Maarch Framework 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 3 of the License, or +* (at your option) any later version. +* +* Maarch Framework 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 Maarch Framework. If not, see <http://www.gnu.org/licenses/>. +*/ + +/** +* @brief class of install tools +* +* @file +* @author Arnaud Veber +* @date $date$ +* @version $Revision$ +* @ingroup install +*/ +?> <div class="blockWrapper"> <div class="titleBlock"> <h2 onClick="slide('resume');" style="cursor: pointer;"> diff --git a/core/trunk/install/view/welcome_view.php b/core/trunk/install/view/welcome_view.php index 53bdbcd7507856ed20ad8619052b3ccee6a26894..aacd30e3a37f50e2f98331cf05363cb3b854fd58 100755 --- a/core/trunk/install/view/welcome_view.php +++ b/core/trunk/install/view/welcome_view.php @@ -1,3 +1,33 @@ +<?php +/* +* Copyright 2008-2012 Maarch +* +* This file is part of Maarch Framework. +* +* Maarch Framework 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 3 of the License, or +* (at your option) any later version. +* +* Maarch Framework 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 Maarch Framework. If not, see <http://www.gnu.org/licenses/>. +*/ + +/** +* @brief class of install tools +* +* @file +* @author Arnaud Veber +* @date $date$ +* @version $Revision$ +* @ingroup install +*/ +?> <div class="blockWrapper"> <div class="titleBlock"> <h2 onClick="slide('welcome');" style="cursor: pointer;">