Subversion Repositories Applications.papyrus

Rev

Rev 1159 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1159 Rev 1763
Line 19... Line 19...
19
// |                                                                                                      |
19
// |                                                                                                      |
20
// | You should have received a copy of the GNU General Public License                                    |
20
// | You should have received a copy of the GNU General Public License                                    |
21
// | along with Foobar; if not, write to the Free Software                                                |
21
// | along with Foobar; if not, write to the Free Software                                                |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// +------------------------------------------------------------------------------------------------------+
23
// +------------------------------------------------------------------------------------------------------+
24
// CVS : $Id: redirection.php,v 1.1 2006-12-13 10:52:30 jp_milcent Exp $
24
// CVS : $Id: redirection.php,v 1.2 2007-12-07 10:08:43 alexandre_tb Exp $
25
/**
25
/**
26
* papyrus_bp - redirection.php
26
* papyrus_bp - redirection.php
27
*
27
*
28
* Description :
28
* Description :
29
*
29
*
Line 31... Line 31...
31
//Auteur original :
31
//Auteur original :
32
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
32
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
33
//Autres auteurs :
33
//Autres auteurs :
34
*@author        Aucun
34
*@author        Aucun
35
*@copyright     Tela-Botanica 1999-2006
35
*@copyright     Tela-Botanica 1999-2006
36
*@version       $Revision: 1.1 $ $Date: 2006-12-13 10:52:30 $
36
*@version       $Revision: 1.2 $ $Date: 2007-12-07 10:08:43 $
37
// +------------------------------------------------------------------------------------------------------+
37
// +------------------------------------------------------------------------------------------------------+
38
*/
38
*/
Line 39... Line 39...
39
 
39
 
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
Line 84... Line 84...
84
	$balise = $tab_applette_arguments[0];
84
	$balise = $tab_applette_arguments[0];
85
    $tab_arguments = $tab_applette_arguments;
85
    $tab_arguments = $tab_applette_arguments;
86
	unset($tab_arguments[0]);
86
	unset($tab_arguments[0]);
87
    foreach($tab_arguments as $argument) {
87
    foreach($tab_arguments as $argument) {
88
    	if ($argument != '') {
88
    	if ($argument != '') {
89
	    	$tab_parametres = explode('=', $argument);
89
	    	$tab_parametres = explode('=', $argument,2);
90
	    	$options[$tab_parametres[0]] = trim($tab_parametres[1], '"');
90
	    	$options[$tab_parametres[0]] = trim($tab_parametres[1], '"');
91
    	}
91
    	}
92
    }
92
    }
Line 93... Line 93...
93
	
93
	
Line 127... Line 127...
127
}
127
}
Line 128... Line 128...
128
 
128
 
129
/* +--Fin du code ----------------------------------------------------------------------------------------+
129
/* +--Fin du code ----------------------------------------------------------------------------------------+
130
*
130
*
-
 
131
* $Log: not supported by cvs2svn $
-
 
132
* Revision 1.1  2006-12-13 10:52:30  jp_milcent
-
 
133
* Ajout de l'applette Rediection.
131
* $Log: not supported by cvs2svn $
134
*
132
*
135
*
133
* +-- Fin du code ----------------------------------------------------------------------------------------+
136
* +-- Fin du code ----------------------------------------------------------------------------------------+
134
*/
137
*/