Subversion Repositories Applications.projet

Rev

Rev 294 | Rev 400 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 294 Rev 376
Line 53... Line 53...
53
$label_url_inscription = PROJET_S_INSCRIRE_AU_PROJET;
53
$label_url_inscription = PROJET_S_INSCRIRE_AU_PROJET;
54
$lien_inscription = PROJET_LIEN_INSCRIPTION_CMS;
54
$lien_inscription = PROJET_LIEN_INSCRIPTION_CMS;
Line 55... Line 55...
55
   		
55
   		
Line 56... Line -...
56
$wiki_res = '' ;
-
 
57
 
56
$wiki_res = '' ;
58
GEN_stockerFichierScript('mootools', 'api/js/mootools/mootools-release-1.11.js');
57
 
59
GEN_stockerCodeScript('window.addEvent(\'domready\', function(){'."\n".
58
$script_wiki = 	'$(document).ready(function() { 
60
			'var fx = new Fx.Styles($(\'projet_lien_login\'), {duration:500, wait:false});' ."\n".
-
 
61
			'element = $(\'projet_lien_login\');'."\n".
-
 
62
			'element.addEvent(
59
				$(\'#projet_lien_inscription\').bind(\'click\', function() {
63
				\'click\', function() {
-
 
64
					fx.start({
60
					$(\'#projet_bloc_inscription\').toggle();
65
						\'height\' : \'230px\'
-
 
66
					})
61
					return false;
-
 
62
				});
67
				}
63
			});';
Line 68... Line 64...
68
			)});');
64
GEN_stockerCodeScript($script_wiki);
69
// Les wikinis associes au projet
65
// Les wikinis associes au projet
70
 
66