Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1039 Rev 1041
Line 51... Line 51...
51
		$widget['donnees'] = array();
51
		$widget['donnees'] = array();
52
		$widget['donnees']['efloreScriptUrl'] = $this->config['url']['efloreScriptUrl'];
52
		$widget['donnees']['efloreScriptUrl'] = $this->config['url']['efloreScriptUrl'];
53
		$widget['donnees']['efloreConsultationUrl'] = $this->config['url']['efloreConsultationUrl'];
53
		$widget['donnees']['efloreConsultationUrl'] = $this->config['url']['efloreConsultationUrl'];
54
		$widget['donnees']['efloreRechercheSciUrlTpl'] = $this->config['url']['efloreRechercheSciUrlTpl'];
54
		$widget['donnees']['efloreRechercheSciUrlTpl'] = $this->config['url']['efloreRechercheSciUrlTpl'];
55
		$widget['donnees']['efloreRechercheVernaUrlTpl'] = $this->config['url']['efloreRechercheVernaUrlTpl'];
55
		$widget['donnees']['efloreRechercheVernaUrlTpl'] = $this->config['url']['efloreRechercheVernaUrlTpl'];
56
		$widget['donnees']['ficheTaxonUrlTpl'] = $this->config['url']['ficheTaxonTplUrlTpl'];
56
		$widget['donnees']['ficheTaxonUrlTpl'] = $this->config['url']['ficheTaxonUrlTpl'];
Line 57... Line 57...
57
		
57
		
58
		$widget['donnees']['referentielsSciDispos'] = $this->traiterReferentielSciDispos();
58
		$widget['donnees']['referentielsSciDispos'] = $this->traiterReferentielSciDispos();
59
		$widget['donnees']['referentielsVernasDispos'] = $this->traiterReferentielsSciVernasDispos();
59
		$widget['donnees']['referentielsVernasDispos'] = $this->traiterReferentielsSciVernasDispos();
60
		$ref_sci_defaut = $widget['donnees']['referentielsSciDispos'][0];
60
		$ref_sci_defaut = $widget['donnees']['referentielsSciDispos'][0];
61
		$ref_verna_defaut = $widget['donnees']['referentielsVernasDispos'][$ref_sci_defaut];
61
		$ref_verna_defaut = $widget['donnees']['referentielsVernasDispos'][$ref_sci_defaut];
62
		$widget['donnees']['efloreRechercheSciUrlDefaut'] = str_replace('{referentiel}', $ref_sci_defaut,$this->config['url']['efloreRechercheSciUrlTpl']);
62
		$widget['donnees']['efloreRechercheSciUrlDefaut'] = str_replace('{referentiel}', $ref_sci_defaut, $this->config['url']['efloreRechercheSciUrlTpl']);
-
 
63
		$widget['donnees']['efloreRechercheVernaUrlDefaut'] = str_replace('{referentiel}',$ref_verna_defaut, $this->config['url']['efloreRechercheVernaUrlTpl']);
63
		$widget['donnees']['efloreRechercheVernaUrlDefaut'] = str_replace('{referentiel}',$ref_verna_defaut, $this->config['url']['efloreRechercheVernaUrlTpl']);
64
		$widget['donnees']['ficheTaxonUrlTplDefaut'] = str_replace('{referentiel}', $ref_sci_defaut, $this->config['url']['ficheTaxonUrlTpl']);
64
		$widget['squelette'] = 'recherche';
65
		$widget['squelette'] = 'recherche';
65
		return $widget;
66
		return $widget;
Line 66... Line 67...
66
	}
67
	}