Subversion Repositories Applications.projet

Rev

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

Rev 431 Rev 437
Line 306... Line 306...
306
	        if ($this->getRowCount() == 1 && $this->_id_repertoire == '') {
306
	        if ($this->getRowCount() == 1 && $this->_id_repertoire == '') {
307
	            return '<div>'.PROJET_PAS_DE_DOCUMENTS.'</div>'."\n";
307
	            return '<div>'.PROJET_PAS_DE_DOCUMENTS.'</div>'."\n";
308
	        }
308
	        }
309
        } else {
309
        } else {
310
        	GEN_stockerFichierScript('dojo', 'api/js/dojo/dojo.js', 'text/javascript');
310
        	GEN_stockerFichierScript('dojo', 'api/js/dojo/dojo.js', 'text/javascript');
311
        	GEN_stockerFichierScript('dojoScriptProjet', 'client/projet/js/arbreDocument.js');
311
        	GEN_stockerFichierScript('dojoScriptProjet', PROJET_CHEMIN_APPLI . 'js/arbreDocument.js');
Line 312... Line 312...
312
		
312
		
Line 313... Line 313...
313
			$res = '' ;
313
			$res = '' ;
314
			
314