Line 17... |
Line 17... |
17 |
// | |
|
17 |
// | |
|
18 |
// | You should have received a copy of the GNU General Public |
|
18 |
// | You should have received a copy of the GNU General Public |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: adwi_HTML_formulaireWikini.class.php,v 1.13 2007-06-26 14:18:53 florian Exp $
|
22 |
// CVS : $Id: adwi_HTML_formulaireWikini.class.php,v 1.14 2008-10-23 13:54:59 aperonnet Exp $
|
23 |
/**
|
23 |
/**
|
24 |
*
|
24 |
*
|
25 |
* Admin Wikini
|
25 |
* Admin Wikini
|
26 |
*
|
26 |
*
|
27 |
* Classe affichage gestion des Wikini de Papyrus
|
27 |
* Classe affichage gestion des Wikini de Papyrus
|
Line 30... |
Line 30... |
30 |
//Auteur original :
|
30 |
//Auteur original :
|
31 |
*@author David Delon <david.delon@clapas.net>
|
31 |
*@author David Delon <david.delon@clapas.net>
|
32 |
//Autres auteurs :
|
32 |
//Autres auteurs :
|
33 |
*@author Aucun
|
33 |
*@author Aucun
|
34 |
*@copyright Tela-Botanica 2000-2004
|
34 |
*@copyright Tela-Botanica 2000-2004
|
35 |
*@version $Revision: 1.13 $
|
35 |
*@version $Revision: 1.14 $
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
*/
|
37 |
*/
|
Line 38... |
Line 38... |
38 |
|
38 |
|
Line 123... |
Line 123... |
123 |
el.style.display = "none";
|
123 |
el.style.display = "none";
|
124 |
}
|
124 |
}
|
125 |
}';
|
125 |
}';
|
126 |
GEN_stockerCodeScript($script);
|
126 |
GEN_stockerCodeScript($script);
|
127 |
//Lien javascript pour cacher les options compliquées
|
127 |
//Lien javascript pour cacher les options compliquées
|
128 |
$this->addElement('html', '<br /><a href="#" onclick="switchMenu(\'config_avancee\');" title="Afficher/Cacher la configuration avancée">Afficher/Cacher la configuration avancée</a><br />'."\n");
|
128 |
$this->addElement('html', '<br /><span href="cursor:pointer;text-decoration:underline;" onclick="switchMenu(\'config_avancee\');" title="Afficher/Cacher la configuration avancée">Afficher/Cacher la configuration avancée</span><br />'."\n");
|
Line 129... |
Line 129... |
129 |
|
129 |
|
130 |
//début de la div cachée pour les options compliquées-----------------------------------------------
|
130 |
//début de la div cachée pour les options compliquées-----------------------------------------------
|
131 |
$this->addElement('html', '<div id="config_avancee" style="display:none;">');
|
131 |
$this->addElement('html', '<div id="config_avancee" style="display:none;">');
|
132 |
// Défault : PagePrincipale
|
132 |
// Défault : PagePrincipale
|