Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3176 Rev 3180
Line 382... Line 382...
382
                      <label for="referentiel" class="" title="">
382
                      <label for="referentiel" class="" title="">
383
                        <strong class="obligatoire">*</strong>Référentiel
383
                        <strong class="obligatoire">*</strong>Référentiel
384
                      </label>
384
                      </label>
385
                      <div class=" input-group">
385
                      <div class=" input-group">
386
                        <span class="input-group-addon"><i class="fa fa-book"></i></span>
386
                        <span class="input-group-addon"><i class="fa fa-book"></i></span>
-
 
387
                        <div class="select-wrapper add-field-select">
387
                        <select id="referentiel" name="referentiel" class="form-control">
388
                          <select id="referentiel" name="referentiel" class="form-control">
388
                          <option value="" selected="" title="">-</option>
389
                            <option value="" selected="" title="">-</option>
389
                        </select>
390
                          </select>
-
 
391
                        </div>
390
                      </div>
392
                      </div>
391
                      <label for="taxon" class="" title="">Espèce</label>
393
                      <label for="taxon" class="" title="">Espèce</label>
392
                      <div class=" input-group date">
394
                      <div class=" input-group date">
393
                        <span class="input-group-addon"><i class="fa fa-leaf"></i></span>
395
                        <span class="input-group-addon"><i class="fa fa-leaf"></i></span>
394
                        <input type="text" name="taxon" class="form-control" id="taxon" >
396
                        <input type="text" name="taxon" class="form-control" id="taxon" >
Line 396... Line 398...
396
                      <label for="certitude" class="" title="">
398
                      <label for="certitude" class="" title="">
397
                        <strong class="obligatoire">*</strong>Certitude
399
                        <strong class="obligatoire">*</strong>Certitude
398
                      </label>
400
                      </label>
399
                      <div class="input-group date" id="datetimepicker">
401
                      <div class="input-group date" id="datetimepicker">
400
                        <span class="input-group-addon"><i class="fa fa-question"></i></span>
402
                        <span class="input-group-addon"><i class="fa fa-question"></i></span>
-
 
403
                        <div class="select-wrapper add-field-select">
401
                        <select id="certitude" name="certitude" class="form-control">
404
                          <select id="certitude" name="certitude" class="form-control">
402
                          <option value="">-</option>
405
                            <option value="">-</option>
403
                        </select>
406
                          </select>
-
 
407
                        </div>
404
                      </div>
408
                      </div>
405
                    </div>
409
                    </div>
Line 406... Line 410...
406
 
410