Modification balise et affichage
This commit is contained in:
parent
e0b576faf7
commit
203267dfcc
@ -12,7 +12,7 @@ $(document).ready(function(){
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<br/><br/><br/><br/><br/>
|
<br/><br/><br/><br/><br/>
|
||||||
<form name="form_recherche" id="formR-id"action="./?page=recherche&action=rechercher&vue=list" method="POST" enctype="multipart/form-data">
|
<form name="form_recherche" id="formR-id"action="./?page=recherche&action=rechercher&vue=list" method="post" enctype="multipart/form-data">
|
||||||
<input type="hidden" name="formR[type]" value="ent" />
|
<input type="hidden" name="formR[type]" value="ent" />
|
||||||
<table cellpadding="0" cellspacing="0">
|
<table cellpadding="0" cellspacing="0">
|
||||||
<tr>
|
<tr>
|
||||||
@ -29,7 +29,7 @@ $(document).ready(function(){
|
|||||||
<td width="208" align="right" class="StyleRechercheLib"><b>SIREN</b></td>
|
<td width="208" align="right" class="StyleRechercheLib"><b>SIREN</b></td>
|
||||||
<td width="300" align="left" style="line-height:20px;">
|
<td width="300" align="left" style="line-height:20px;">
|
||||||
<input type="text" name="formR[siret]" value="<?=$formR['siret']?>" size="25" maxlength="20" style="vertical-align:middle;" />
|
<input type="text" name="formR[siret]" value="<?=$formR['siret']?>" size="25" maxlength="20" style="vertical-align:middle;" />
|
||||||
<img src="img/exclamation.png" title="Recherche par SIREN, SIRET, N° TVA intracommunautaire, N° RC, N° WALDEC, ISIN" style="vertical-align:middle;">
|
<img src="img/exclamation.png" title="Recherche par SIREN, SIRET, N° TVA intracommunautaire, N° RC, N° WALDEC, ISIN" style="vertical-align:middle;" />
|
||||||
</td>
|
</td>
|
||||||
<td width="72"> </td>
|
<td width="72"> </td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -45,7 +45,8 @@ $(document).ready(function(){
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td width="208" align="right" class="StyleRechercheLib"><b>N° & VOIE</b></td>
|
<td width="208" align="right" class="StyleRechercheLib"><b>N° & VOIE</b></td>
|
||||||
<td width="300" align="left"><input type="text" name="formR[numVoie]" value="<?=$formR['numVoie']?>" size="4" maxlength="4" /><input type="text" name="formR[voie]" value="<?=$formR['voie']?>" size="17" maxlength="30" /></td>
|
<td width="300" align="left"><input type="text" name="formR[numVoie]" value="<?=$formR['numVoie']?>" size="4" maxlength="4" />
|
||||||
|
<input type="text" name="formR[voie]" value="<?=$formR['voie']?>" size="17" maxlength="30" /></td>
|
||||||
<td width="72"> </td>
|
<td width="72"> </td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -83,7 +84,7 @@ $(document).ready(function(){
|
|||||||
<table width="580">
|
<table width="580">
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center" valign="top">
|
<td align="center" valign="top">
|
||||||
<input type="image" src="./img/boutton_valider_off.gif" name="submit" id="formR-submit" onmouseover="this.src='./img/boutton_valider_on.gif'" onmouseout="this.src='./img/boutton_valider_off.gif'" title="Lancer la recherche...">
|
<input type="image" src="./img/boutton_valider_off.gif" name="submit" id="formR-submit" onmouseover="this.src='./img/boutton_valider_on.gif'" onmouseout="this.src='./img/boutton_valider_off.gif'" title="Lancer la recherche..." />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user