Subversion Repositories Applications.projet

Rev

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

Rev 454 Rev 455
Line 91... Line 91...
91
 
91
 
92
				} else {
92
				} else {
93
					$wiki_res .= PROJET_VOUS_N_ETES_PAS_INSCRIT;
93
					$wiki_res .= PROJET_VOUS_N_ETES_PAS_INSCRIT;
94
				}
94
				}
95
			} else {
-
 
96
				$bouton_s_inscrire = '<span id="laius_inscription">'.$laius_inscription.'</span> '.
95
			} else {
97
					'<div id="projet_lien_inscription">'.
-
 
98
					'<a href="#">'.$label_url_inscription.'</a>'.
-
 
99
					'</div>';
-
 
100
				
96
				$lien_inscription = "#";
101
				$script_wiki = 	'$(document).ready(function() {
97
				$script_wiki = 	'$(document).ready(function() {
102
					$(\'#projet_lien_inscription\').bind(\'click\', function() {
98
					$(\'#projet_lien_inscription\').bind(\'click\', function() {
103
						$(\'#projet_bloc_inscription\').toggle();
99
						$(\'#projet_bloc_inscription\').toggle();
104
						return false;
100
						return false;