| Line 106... |
Line 106... |
| 106 |
'animatedcollapse.init();' ."\n");
|
106 |
'animatedcollapse.init();' ."\n");
|
| 107 |
}
|
107 |
}
|
| 108 |
switch ($droits) {
|
108 |
switch ($droits) {
|
| 109 |
case PROJET_DROIT_AUCUN :
|
109 |
case PROJET_DROIT_AUCUN :
|
| 110 |
$this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ACTION_S_INSCRIRE);
|
110 |
$this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ACTION_S_INSCRIRE);
|
| 111 |
//$lien_inscription = $this->_url->getURL();
|
111 |
$lien_inscription = $this->_url->getURL();
|
| 112 |
GEN_stockerFichierScript('jquery', 'api/js/jquery/jquery.js');
|
112 |
GEN_stockerFichierScript('jquery', 'api/js/jquery/jquery.js');
|
| 113 |
GEN_stockerFichierScript('animatedcollapse', 'api/js/jquery/animatedcollapse.js');
|
113 |
GEN_stockerFichierScript('animatedcollapse', 'api/js/jquery/animatedcollapse.js');
|
| 114 |
GEN_stockerCodeScript('animatedcollapse.addDiv(\'projet_bloc_inscription\', \'fade=1, height="100px"\');' ."\n".
|
114 |
GEN_stockerCodeScript('animatedcollapse.addDiv(\'projet_bloc_inscription\', \'fade=1, height="100px"\');' ."\n".
|
| 115 |
'animatedcollapse.init();' ."\n");
|
115 |
'animatedcollapse.init();' ."\n");
|
| 116 |
break;
|
116 |
break;
|