Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 947 Rev 967
Line 1... Line 1...
1
<!-- DEBUT FORM_AVANCE -->
1
<!-- DEBUT FORM_AVANCE -->
2
<script>
2
<script>
3
<!-- 
3
<!-- 
4
	var AUTOCOMPLETION_ELEMENTS_NBRE = 50;
4
	var AUTOCOMPLETION_ELEMENTS_NBRE = 50;
5
	var URL_SERVICE_AUTOCOMPLETION_NOM_SCI = "<?=$url_base_completion_noms_sci?>";
5
	var URL_SERVICE_AUTOCOMPLETION_NOM_SCI = "<?=$url_base_completion_noms_sci?>";
6
	var VALEUR_DEFAUT_AU = "<?=$i18n['valeur-form-auteur']?>";
-
 
7
	var VALEUR_DEFAUT_BIB = "<?=$i18n['valeur-form-bib']?>";
-
 
8
	var VALEUR_DEFAUT_DATE = "<?=$i18n['valeur-form-date']?>";
-
 
9
	var REFERENTIEL = "<?= Registre::get('parametres.referentiel');?>";
6
	var REFERENTIEL = "<?= Registre::get('parametres.referentiel');?>";
Line 10... Line 7...
10
	
7
	
11
	$(document).ready(function(){
8
	$(document).ready(function(){
12
		if($('input[type=text]').val() != '') {
9
		if($('input[type=text]').val() != '') {
Line 83... Line 80...
83
			<br/>
80
			<br/>
84
			 <fieldset class="publication_form">
81
			 <fieldset class="publication_form">
85
				<legend> Publication </legend>
82
				<legend> Publication </legend>
86
				<br/>
83
				<br/>
87
				 <label> décrit entre </label>
84
				 <label> décrit entre </label>
88
				 <input   type="text" name="and" id="and"  value="<? if (isset($param['and'])){echo $param['and'] ;}?>" class="largeur-01"/> 
85
				 <input placeholder="<?=$i18n['valeur-form-date']?>" type="text" name="and" id="and"  value="<? if (isset($param['and'])){echo $param['and'] ;}?>" class="largeur-01"/> 
-
 
86
				 
89
				 <label style="width:20px;"> et </label>
87
				 <label style="width:20px;"> et </label>
90
				 <input   type="text" id="anf" name="anf"  value="<? if (isset($param['anf'])){echo $param['anf'] ;}?>" class="largeur-01"/> 
88
				 <input  placeholder="<?=$i18n['valeur-form-date']?>" type="text" id="anf" name="anf"  value="<? if (isset($param['anf'])){echo $param['anf'] ;}?>" class="largeur-01"/> 
-
 
89
				 
91
				 <label style="width:50px;"> par  </label>
90
				 <label style="width:50px;"> par  </label>
92
				 <input  class="champ_autocomplete"  style="width:150px;" id="au" type="text" name="au"  value="<? if (isset($param['au'])){ echo $param['au']; } ?>"/> <br/><br/>
91
				 <input placeholder="<?=$i18n['valeur-form-auteur']?>" class="champ_autocomplete"  style="width:150px;" id="au" type="text" name="au"  value="<? if (isset($param['au'])){ echo $param['au']; } ?>"/> <br/><br/>
-
 
92
				 
93
				 <label> dans </label>
93
				 <label> dans </label>
94
				 <input   class="champ_autocomplete largeur-06"  id="bib" type="text" name="bib"  value="<? if(isset($param['bib'])){echo $param['bib'] ;}?>" "/> 
94
				 <input placeholder="<?=$i18n['valeur-form-bib']?>" class="champ_autocomplete largeur-06"  id="bib" type="text" name="bib"  value="<? if(isset($param['bib'])){echo $param['bib'] ;}?>" "/> 
95
			</fieldset>
95
			</fieldset>
96
			<fieldset class="presence_form">
96
			<fieldset class="presence_form">
97
				<legend> Présence </legend>
97
				<legend> Présence </legend>
98
				<br/>
98
				<br/>
99
				<?  $prga = ''; if (isset($param['prga'])){ $prga = $param['prga']; }?>
99
				<?  $prga = ''; if (isset($param['prga'])){ $prga = $param['prga']; }?>