1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script type="text/javascript">
function focusRecherche(champ) {
if (champ.value=="Vos observations :") {
champ.value="";
} else {
champ.select();
}
}
function blurRecherche(champ) {
if (champ.value=="") {
champ.value="Vos observations :";
}
}
</script>
<script type="text/javascript">
function basculer(origine, destination) {
//Bascule d'un élément de la liste origine vers la liste destination
if (origine.options.selectedIndex>=0) {
var o=new Option(origine.options[origine.selectedIndex].text, origine.options[origine. selectedIndex].value);
destination.options[destination.options.length]=o;
origine.options[origine.selectedIndex]=null;
} else {
alert("OK");
}
}
function verifierListe(f) {
if (f.choix1.options.length==0) {
alert("Faites vos sélections");
return true;
}
for (var i=0; i<f.choix1.options.length; i++) { f.choix1.options[i].selected=true;
}
if (f.Proteomic.options.length==0) {
alert("Faites vos sélections");
return true;
}
for (var i=0; i<f.Proteomic.options.length; i++) { f.Proteomic.options[i].selected=true;
}
if (f.Genomique.options.length==0) {
alert("Faites vos sélections");
return true;
}
for (var i=0; i<f.Genomique.options.length; i++) { f.Genomique.options[i].selected=true;
}
if (f.Biocel.options.length==0) {
alert("Faites vos sélections");
return true;
}
for (var i=0; i<f.Biocel.options.length; i++) { f.Biocel.options[i].selected=true;
}
if (f.Essaisbiocel.options.length==0) {
alert("Faites vos sélections");
return true;
}
for (var i=0; i<f.Essaisbiocel.options.length; i++) { f.Essaisbiocel.options[i].selected=true;
}
if (f.Prepaechantillons.options.length==0) {
alert("Faites vos sélections");
return true;
}
for (var i=0; i<f.Prepaechantillons.options.length; i++) { f.Prepaechantillons.options[i].selected=true;
}
if (f.Analysesparti.options.length==0) {
alert("Faites vos sélections");
return true;
}
for (var i=0; i<f.Analysesparti.options.length; i++) { f.Analysesparti.options[i].selected=true;
}
if (f.Preparative.options.length==0) {
alert("Faites vos sélections");
return true;
}
for (var i=0; i<f.Preparative.options.length; i++) { f.Preparative.options[i].selected=true;
}
if (f.Bassepression.options.length==0) {
alert("Faites vos sélections");
return true;
}
for (var i=0; i<f.Bassepression.options.length; i++) { f.Bassepression.options[i].selected=true;
}
if (f.Chromaautres.options.length==0) {
alert("Faites vos sélections");
return true;
}
for (var i=0; i<f.Chromaautres.options.length; i++) { f.Chromaautres.options[i].selected=true;
}
if (f.Chemicalsscale.options.length==0) {
alert("Faites vos sélections");
return true;
}
for (var i=0; i<f.Chemicalsscale.options.length; i++) { f.Chemicalsscale.options[i].selected=true;
}
if (f.Purification.options.length==0) {
alert("Faites vos sélections");
return true;
}
for (var i=0; i<f.Purification.options.length; i++) { f.Purification.options[i].selected=true;
}
f.submit();
}
</script>
<SCRIPT LANGUAGE="JavaScript">
/**
* Déplacement
*
* @param _idListe1
* Identifiant de la première liste.
* @param _idListe2
* Identifiant de la deuxième liste.
*/
function Deplacer(_idListe1, _idListe2) {
var l1 = document.getElementById(_idListe1);
var l2 = document.getElementById(_idListe2);
if (l1.options.selectedIndex>=0 ) {
o=new Option(l1.options[l1.options.selectedIndex].text,l1.options[l1.options.selectedIndex].value);
l2.options[l2.options.length]=o;
l1.options[l1.options.selectedIndex]=null;
}
else{
alert("Aucune activité sélectionnée");
}
}
</SCRIPT>
</head>
<body>
<div id="principal">
<div id="Bandeau1">
<form action="mailto:gene@free.fr?Subject=test formulaire" method="post" enctype="text/plain" name="monFormulaire">
<fieldset style="border-color:#73aad2;border-size:2px; ">
<legend class="Style138 Style107 TexteFormulaire"><a name="1"></a><strong class="PhraseAccroche3">Pour vous identifier : </strong></legend>
<tbody>
</fieldset>
<fieldset style="border-color:#73aad2;border-size:2px; ">
<legend class="Style138 Style107 TexteFormulaire"></legend>
</fieldset>
<a name="1" id="1"></a><fieldset style="border-color:#73aad2;border-size:2px;background-color :#F2f8fd;">
<legend class="Style138 Style107 TexteFormulaire"></legend>
<tbody><table width="556" class="tableau2">
<tr>
<td colspan="5"><table width="539" class="Tableau">
<tr>
<th width="171" class="TexteFormulairePlusGros"> </th>
<td width="171" class="TexteFormulaire"> </td>
<td width="246" class="TexteFormulairePlusGros"> </td>
</tr>
<tr>
<th colspan="3" class="TexteFormulairePlusGros"><table width="524" border="0" cellpadding="0" cellspacing="0" bgcolor="#E1F0FB">
<tr>
<th width="289" scope="col" class="TexteFormulairePlusGros2Bleu">Préparation d'échantillons :<br />
<SELECT align=top name="liste11" id="liste11" size=3 class="TexteFormulaire" scrollbar="yes" style="width:270px" onDblClick="basculer(this,this.form.Prepaechantillons)">
<option value="Flacons">Flacons</option>
<option value="Standards">Standards</option>
<option value="Filtration">Filtration</option>
<option value="Plaques/filtration">Plaques de filtration</option>
<option value="Filtration stérile">Filtration stérile</option>
<option value="SPE">SPE</option>
<option value="Plaques/SPE">Plaques/SPE</option>
<option value="Extraction liq/liq - SLE">Extraction liq/liq - SLE</option>
<option value="Dissolution">Dissolution</option>
<option value="PSE">PSE</option>
<option value="SFE">SFE</option>
</SELECT>
</span></th>
<th width="83" scope="col">
<INPUT type="button" class="TexteFormulaire" onClick="Deplacer('liste11','liste12')" value="Ajouter >">
<INPUT type="button" class="TexteFormulaire" onClick="Deplacer('liste12','liste11')" value="< Enlever"></th>
<th width="152" scope="col" class="TexteFormulairePlusGros1">Vos sélections
<select name="Prepaechantillons" id="liste12" size="3" class="TexteFormulaire" style="width:150px" align="top">
<option value="Vos choix">------</option>
</select>
</span></th>
</tr>
</table></th>
</tr>
<tr>
<th class="TexteFormulairePlusGros"> </th>
<td class="TexteFormulaire"> </td>
<td class="TexteFormulairePlusGros"> </td>
</tr>
<tr>
<th colspan="3" class="TexteFormulairePlusGros"><table width="524" border="0" cellpadding="0" cellspacing="0" bgcolor="#E1F0FB">
<tr>
<th width="289" scope="col" class="TexteFormulairePlusGros2Bleu">Analyses particulières :<br />
<SELECT align=top name="liste13" id="liste13" size=3 class="TexteFormulaire" scrollbar="yes" style="width:270px" onDblClick="basculer(this,this.form.Analysesparti)">
<option value="Fast GC">Fast GC</option>
<option value="< 1mm">< 1mm</option>
<option value="GPC">GPC</option>
<option value="GC 2D">GC 2D</option>
<option value="< 2,9µm">< 2,9µm</option>
<option value="Derivatization">Derivatization</option>
<option value="Sucres et acides">Sucres et acides</option>
<option value="Chiral GC">Chiral GC</option>
<option value="SFC">SFC</option>
<option value="Free irons">Free irons</option>
<option value="Chiral HPLC">Chiral HPLC</option>
</SELECT> </th>
<th width="83" scope="col">
<INPUT type="button" class="TexteFormulaire" onClick="Deplacer('liste13','liste14')" value="Ajouter >">
<INPUT type="button" class="TexteFormulaire" onClick="Deplacer('liste14','liste13')" value="< Enlever"></th>
<th width="152" scope="col" class="TexteFormulairePlusGros1">Vos sélections
<select name="Analysesparti" id="liste14" size="3" class="TexteFormulaire" style="width:150px" align="top" onDblClick="basculer(this,this.form.liste13)">
<option value="Vos choix">------</option>
</select>
</span></th>
</tr>
</table></th>
</tr>
<tr>
<th class="TexteFormulairePlusGros"> </th>
<td class="TexteFormulaire"> </td>
<td class="TexteFormulairePlusGros"> </td>
</tr>
<tr>
<th colspan="3" class="TexteFormulairePlusGros"><table width="524" border="0" cellpadding="0" cellspacing="0" bgcolor="#E1F0FB">
<tr>
<th width="289" scope="col" class="TexteFormulairePlusGros2Bleu">Préparative :<br />
<SELECT name="liste15" id="liste15" align=top size=3 class="TexteFormulaire" scrollbar="yes" style="width:270px" onDblClick="basculer(this,this.form.Preparative)">
<option value="Semi-prep LC (ID<50mm)">Semi-prep LC (ID<50mm)</option>
<option value="Prep LC (ID>=50mm)">Prep LC (ID>=50mm)</option>
<option value="LC/MS/Prep">LC/MS/Prep</option>
</SELECT>
</span></th>
<th width="83" scope="col">
<INPUT type="button" class="TexteFormulaire" onClick="Deplacer('liste15','liste16')" value="Ajouter >">
<INPUT type="button" class="TexteFormulaire" onClick="Deplacer('liste16','liste15')" value="< Enlever"></th>
<th width="152" scope="col" class="TexteFormulairePlusGros1">Vos sélections
<select name="Preparative" id="liste16" size="3" class="TexteFormulaire" style="width:150px" align="top" onDblClick="basculer(this,this.form.liste15)">
<option value="Vos choix">------</option>
</select>
</span></th>
</tr>
</table></th>
</tr>
<tr>
<th class="TexteFormulairePlusGros"> </th>
<td class="TexteFormulaire"> </td>
<td class="TexteFormulairePlusGros"> </td>
</tr>
<tr>
<th colspan="3" class="TexteFormulairePlusGros"><table width="524" border="0" cellpadding="0" cellspacing="0" bgcolor="#E1F0FB">
<tr>
<th width="289" scope="col" class="TexteFormulairePlusGros2Bleu">Basse pression :<br />
<SELECT name="liste17" id="liste17" align=top size=3 class="TexteFormulaire" scrollbar="yes" style="width:270px" onDblClick="basculer(this,this.form.Bassepression)">
<option value="Liquide basse pression">Liquide basse pression</option>
<option value="CCM">CCM</option>
<option value="Electrophorèse capillaire">Electrophorèse capillaire</option>
</SELECT>
</span></th>
<th width="83" scope="col">
<INPUT type="button" class="TexteFormulaire" onClick="Deplacer('liste17','liste18')" value="Ajouter >">
<INPUT type="button" class="TexteFormulaire" onClick="Deplacer('liste18','liste17')" value="< Enlever"></th>
<th width="152" scope="col" class="TexteFormulairePlusGros1">Vos sélections
<select name="Bassepression" id="liste18" size="3" class="TexteFormulaire" style="width:150px" align="top">
<option value="Vos choix">------</option>
</select>
</span></th>
</tr>
</table></th>
</tr>
<tr>
<th class="TexteFormulairePlusGros"> </th>
<td class="TexteFormulaire"> </td>
<td class="TexteFormulairePlusGros"> </td>
</tr>
<tr>
<th colspan="3" class="TexteFormulairePlusGros"><table width="524" border="0" cellpadding="0" cellspacing="0" bgcolor="#E1F0FB">
<tr>
<th width="289" scope="col" class="TexteFormulairePlusGros2Bleu">Accessoires :<br />
<SELECT align=top name="liste19" id="liste19" size=3 class="TexteFormulaire" scrollbar="yes" style="width:270px" onDblClick="basculer(this,this.form.Accessoires)">
<option value="Equipment manufacturer">Equipment manufacturer</option>
<option value="Générateur de gaz">Générateur de gaz</option>
<option value="Valves GC, HPLC">Valves GC, HPLC</option>
<option value="Sec. Lab. Consumables">Sec. Lab. Consumables</option>
</SELECT>
</span></th>
<th width="83" scope="col"><input name="button" type="button" class="TexteFormulaireBouton" onClick="Deplacer('liste19','liste20')" value="Ajouter >" />
<input name="button" type="button" class="TexteFormulaireBouton" onClick="Deplacer('liste20','liste19')" value="< Enlever" /></th>
<th width="152" scope="col" class="TexteFormulairePlusGros1">Vos sélections
<select name="Accessoires" id="liste20" size="3" class="TexteFormulaire" style="width:150px" align="top"><option value="Vos choix">------</option>
</select>
</span></th>
</tr>
</table></th>
</tr>
<tr>
<th class="TexteFormulairePlusGros"> </th>
<td class="TexteFormulaire"> </td>
<td class="TexteFormulairePlusGros"> </td>
</tr>
<tr>
<th colspan="3" class="TexteFormulairePlusGros"><table width="524" border="0" cellpadding="0" cellspacing="0" bgcolor="#E1F0FB">
<tr>
<th width="289" scope="col" class="TexteFormulairePlusGros2Bleu">Autres :<br />
<SELECT name="liste21" id="liste21" align=top size=3 class="TexteFormulaire" scrollbar="yes" style="width:270px" onDblClick="basculer(this,this.form.Chromaautres)">
<option value="Absorption atomique">Absorption atomique</option>
<option value="RMN/RPE">Peptides, antigènes, protéines</option>
<option value="Infrared">Infrared</option>
<option value="Analyse thermale">Analyse thermale</option>
<option value="Ultraviolet">Ultraviolet</option>
<option value="Analyse élémentaire">Analyse élémentaire</option>
<option value="ICP/MS">ICP/MS</option>
</SELECT>
</span></th>
<th width="83" scope="col">
<INPUT type="button" class="TexteFormulaire" onClick="Deplacer('liste21','liste22')" value="Ajouter >">
<INPUT type="button" class="TexteFormulaire" onClick="Deplacer('liste22','liste21')" value="< Enlever"></th>
<th width="152" scope="col" class="TexteFormulairePlusGros1">Vos sélections
<select name="Chromaautres" id="liste22"size="3" class="TexteFormulaire" style="width:150px" align="top">
<option value="Vos choix">------</option>
</select>
</span></th>
</tr>
</table></th>
</tr>
<tr>
<th scope="row"> </th>
<td> </td>
<td> </td>
</tr>
</table></td>
</tr><td width="453"></tbody></table>
</fieldset>
<fieldset style="border-color:#9b6297;border-size:2px; background-color :#f3edf3;">
<legend></legend>
<tbody>
</fieldset>
<fieldset class="Style136" style="border-color:#c63c4b;border-size:2px; background-color :#FDF7F7;">
<legend><a name="1"></a><span class="TexteOne">Biologie :</span> </legend>
<tbody><table width="548" class="tableau2">
<tr>
<td colspan="5"><table width="535" class="Tableau">
<tr>
<th colspan="3" class="TexteFormulairePlusGros"><table width="525" border="0" cellpadding="0" cellspacing="0" bgcolor="#FAEBEB">
<tr>
<th width="289" class="TexteFormulairePlusGros2Rouge" scope="col">Immunodectection : <br />
<select name="Immunodetection" id="liste1" size="3" multiple style="width:270px;" align=top class="TexteFormulaire" scrollbar="yes" onDblClick="basculer(this,this.form.choix1)" >
<option value="ELISA">ELISA</option>
<option value="Blotting">Blotting</option>
<option value="IHC/IF">IHC/IF</option>
<option value="FCM">FCM</option>
<option value="I.Detection Chromogenique">I.Detection Chromogenique</option>
<option value="I.Detection Fluorescente">I.Detection Fluorescente</option>
<option value="I.Detection Luminescente">I.Detection Luminescente</option>
<option value="Antibody I">Antibody I</option>
<option value="Antibody II">Antibody II</option>
<option value="Application Kit">Application Kit</option>
</SELECT> </th>
<th width="84" scope="col">
<INPUT type="button" class="TexteFormulaire" onClick="Deplacer('liste1','liste2')" value="Ajouter >">
<INPUT type="button" class="TexteFormulaire" onClick="Deplacer('liste2','liste1')" value="< Enlever"></th>
<th width="152" scope="col" class="TexteFormulairePlusGros1">
Vos sélections
<select name="choix1" id="liste2" size="3" align="top" class="TexteFormulaire" multiple style="width:150px;"onDblClick="basculer(this,this.form.Immunodetection)">
<option value="Vos choix">------</option>
</select>
</span></th>
</tr>
</table></th>
</tr>
<tr>
<th width="253" class="TexteFormulairePlusGros"> </th>
<td width="101"> </td>
<td width="162" class="TexteFormulairePlusGros"> </td>
</tr>
<tr>
<th colspan="3" scope="row"><table width="524" border="0" cellpadding="0" cellspacing="0" bgcolor="#FAEBEB">
<tr>
<th width="289" class="TexteFormulairePlusGros2Rouge" scope="col" >Protéomic :
<SELECT name="liste3" id="liste3" align=top size=3 class="TexteFormulaire" scrollbar="yes" style="width:270px" onDblClick="basculer(this,this.form.Proteomic)">
<option value="Conventional Biochemistry">Conventional Biochemistry</option>
<option value="Extraction, isolation">Extraction, isolation</option>
<option value="Cross-linking et Marquages">Cross-linking et Marquages</option>
<option value="Production d'anticorps">FCM</option>
<option value="Dessalage (Dialyse, Gelfiltration, Filtration)">Dessalage (Dialyse, Gelfiltration, Filtration)</option>
<option value="Dosage de protéines">Dosage de protéines</option>
<option value="Electrophorèse">Electrophorèse</option>
<option value="Expression protéique & gène/protéine rapporteurs">Expression protéique & gène/protéine rapporteurs</option>
<option value="Modifications post-traductionnelles">Modifications post-traductionnelles</option>
<option value="Proteins Interactions & Functions">Proteins Interactions & Functions</option>
</SELECT> </th>
<th width="83" scope="col">
<INPUT type="button" class="TexteFormulaire" onClick="Deplacer('liste3','liste4')" value="Ajouter >">
<INPUT type="button" class="TexteFormulaire" onClick="Deplacer('liste4','liste3')" value="< Enlever"></th>
<th width="152" scope="col" class="TexteFormulairePlusGros1">Vos sélections
<select name="Proteomic" id="liste4" size="3" align="top" class="TexteFormulaire" multiple style="width:150px;"onDblClick="basculer(this,this.form.liste3)">
<option value="Vos choix">------</option>
</select> </th>
</tr>
</table></th>
</tr>
<tr>
<th height="21" scope="row"> </th>
<td> </td>
<td> </td>
</tr>
<tr>
<TD colspan="3"></TD>
</tr>
<tr>
<th colspan="3"><table width="524" border="0" cellpadding="0" cellspacing="0" bgcolor="#FAEBEB">
<tr>
<th width="289" class="TexteFormulairePlusGros2Rouge" scope="col">Génomique :<br />
<SELECT name="liste5" align=top id="liste5" size=3 class="TexteFormulaire" scrollbar="yes" style="width:270px" onDblClick="basculer(this,this.form.Genomique)">
<option value="Purification a.nucléique">Purification a.nucléique</option>
<option value="PCR - amplifications">PCR - amplifications</option>
<option value="Clonage (ADN ADNc)">Clonage (ADN ADNc)</option>
<option value="Transfection">Transfection</option>
<option value="Dosages acides nucléiques">Dosages acides nucléiques</option>
<option value="Electrophoresis, Sequençage, SouthernBlot">Electrophoresis, Sequençage</option>
<option value="MicroRéseau génomique">MicroRéseau génomique</option>
</SELECT> </th>
<th width="83" scope="col">
<INPUT type="button" class="TexteFormulaire" onClick="Deplacer('liste5','liste6')" value="Ajouter >">
<INPUT type="button" class="TexteFormulaire" onClick="Deplacer('liste6','liste5')" value="< Enlever"></th>
<th width="152" scope="col" class="TexteFormulairePlusGros1">Vos sélections
<select name="Genomique" id="liste6" size="3" class="TexteFormulaire" style="width:150px" align="top" onDblClick="basculer(this,this.form.liste5)">
<option value="Vos choix">------</option>
</select>
</span></th>
</tr>
</table></th>
</tr>
<tr>
<th class="TexteFormulairePlusGros"> </th>
<td width="101" class="Style137"> </td>
<td width="162" class="TexteFormulairePlusGros"> </td>
</tr>
<tr>
<th colspan="3" scope="row"><table width="524" border="0" cellpadding="0" cellspacing="0" bgcolor="#FAEBEB">
<tr>
<th width="289" class="TexteFormulairePlusGros2Rouge" scope="col">Biologie cellulaire :<br />
<SELECT align=top name="liste7" id="liste7" size=2 class="TexteFormulaire" scrollbar="yes" style="width:270px" onDblClick="basculer(this,this.form.Biocel)">
<option value="Culture cellulaire">Culture cellulaire</option>
<option value="Peptides, antigènes, protéines">Peptides, antigènes, protéines</option>
</SELECT> </th>
<th width="83" scope="col">
<INPUT type="button" class="TexteFormulaire" onClick="Deplacer('liste7','liste8')" value="Ajouter >">
<INPUT type="button" class="TexteFormulaire" onClick="Deplacer('liste8','liste7')" value="< Enlever"></th>
<th width="152" scope="col" class="TexteFormulairePlusGros1">Vos sélections
<select name="Biocel" id="liste8" size="2" class="TexteFormulaire" style="width:150px" align="top" onDblClick="basculer(this,this.form.liste7)">
<option value="Vos choix">------</option>
</select>
</span></th>
</tr>
</table></th>
</tr>
<tr>
<th scope="row"> </th>
<td> </td>
<td> </td>
</tr>
<tr>
<th colspan="3" scope="row"><table width="524" border="0" cellpadding="0" cellspacing="0" bgcolor="#FAEBEB">
<tr>
<th width="289" class="TexteFormulairePlusGros2Rouge" scope="col">Cell biology assays :<br />
<SELECT align=top name="liste9" id="liste9" size=3 class="TexteFormulaire" scrollbar="yes" style="width:270px" onDblClick="basculer(this,this.form.Essaisbiocel)">
<option value="Indicateur d'ions">Indicateur d'ions</option>
<option value="Cell Membrane Studies">Cell Membrane Studies</option>
<option value="Strutures cellulaires">Strutures cellulaires</option>
<option value="Cell Signaling & Hormones">Cell Signaling & Hormones</option>
<option value="Cycle cellulaire, Cytologie">Cycle cellulaire, Cytologie</option>
<option value="Viabilité - apoptoses">Viabilité - apoptoses</option>
<option value="Metabolisme oxidatif">Metabolisme oxidatif</option>
<option value="Adhesion - angiogenesis">Adhesion - angiogenesis</option>
<option value="Reporter assays">Reporter assays</option>
</SELECT> </th>
<th width="83" scope="col">
<INPUT type="button" class="TexteFormulaire" onClick="Deplacer('liste9','liste10')" value="Ajouter >">
<INPUT type="button" class="TexteFormulaire" onClick="Deplacer('liste10','liste9')" value="< Enlever"></th>
<th width="152" scope="col" class="TexteFormulairePlusGros1">Vos sélections
<select name="Essaisbiocel" id="liste10" size="3" class="TexteFormulaire" style="width:150px" align="top">
<option value="Vos choix">------</option>
</select>
</span></th>
</tr>
</table></th>
</tr>
</table></td>
</tr>
<tr>
<td colspan="5" class="TexteFormulaire"> </td>
</tr><td width="540"></tbody></table>
</fieldset>
<fieldset style="border-color:#73aad2;border-size:2px; background-color :#eff5fa;">
<legend class="Style138 Style107 TexteFormulaire"><a name="1"></a><span class="PhraseAccroche"><strong>Pour envoyer votre formulaire : </strong></span></legend>
</tr>
<br />
<tr>
<td height="24" colspan="5" class="description" ><table width="553" border="0" cellpadding="0" cellspacing="0" class="tableau2">
<tr>
<th scope="col"><div align="left">
<input type="button" class="TexteFormulaire" onclick="verifierListe(this.form)" value="Valider">
</div>
</table>
</fieldset>
</FORM>
</div>
</div>
</body>
</html> |
Partager