- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
<select multiple name="fields[]">
<option value="idblank" <?php echo in_array("idblank", $book_fields)?"selected":""; ?> >idblank</option>
<option value="n_dog" <?php echo in_array("n_dog", $book_fields)?"selected":""; ?> >n_dog</option>
<option value="n_failpay" <?php echo in_array("n_failpay", $book_fields)?"selected":""; ?> >n_failpay</option>
<option value="senior" <?php echo in_array("senior", $book_fields)?"selected":""; ?> >senior</option>
<option value="fio" <?php echo in_array("fio", $book_fields)?"selected":""; ?> >fio</option>
<option value="date_init" <?php echo in_array("date_init", $book_fields)?"selected":""; ?> >date_init</option>
<option value="fio_client" <?php echo in_array("fio_client", $book_fields)?"selected":""; ?>>fio_client</option>
<option value="date_plat" <?php echo in_array("date_plat", $book_fields)?"selected":""; ?>>date_plat</option>
<option value="pros_total" <?php echo in_array("pros_total", $book_fields)?"selected":""; ?>>pros_total</option>
<option value="summa_post" <?php echo in_array("summa_post", $book_fields)?"selected":""; ?>>summa_post</option>
<option value="ostatok" <?php echo in_array("ostatok", $book_fields)?"selected":""; ?>>ostatok</option>
<option value="effect" <?php echo in_array("effect", $book_fields)?"selected":""; ?>>effect</option>
<option value="ef" <?php echo in_array("ef", $book_fields)?"selected":""; ?>>ef</option>
<option value="idcolor" <?php echo in_array("idcolor", $book_fields)?"selected":""; ?>>idcolor</option>
<option value="inn" <?php echo in_array("inn", $book_fields)?"selected":""; ?>>inn</option>
<option value="n_schet" <?php echo in_array("n_schet", $book_fields)?"selected":""; ?>>n_schet</option>
<option value="dom_tel" <?php echo in_array("dom_tel", $book_fields)?"selected":""; ?>>dom_tel</option>
<option value="mob_tel" <?php echo in_array("mob_tel", $book_fields)?"selected":""; ?>>mob_tel</option>
<option value="work_tel" <?php echo in_array("work_tel", $book_fields)?"selected":""; ?>>work_tel</option>
<option value="reg_city" <?php echo in_array("reg_city", $book_fields)?"selected":""; ?>>reg_city</option>
<option value="reg_region" <?php echo in_array("reg_region", $book_fields)?"selected":""; ?>>reg_region</option>
<option value="reg_district" <?php echo in_array("reg_district", $book_fields)?"selected":""; ?>>reg_district</option>
<option value="reg_settlement" <?php echo in_array("reg_settlement", $book_fields)?"selected":""; ?>>reg_settlement</option>
<option value="reg_adress" <?php echo in_array("reg_adress", $book_fields)?"selected":""; ?>>reg_adress</option>
<option value="live_city" <?php echo in_array("live_city", $book_fields)?"selected":""; ?>>live_city</option>
<option value="live_region" <?php echo in_array("live_region", $book_fields)?"selected":""; ?>>live_region</option>
<option value="live_district" <?php echo in_array("live_district", $book_fields)?"selected":""; ?>>live_district</option>
<option value="live_settlement" <?php echo in_array("live_settlement", $book_fields)?"selected":""; ?>>live_settlement</option>
<option value="live_adress" <?php echo in_array("live_adress", $book_fields)?"selected":""; ?>>live_adress</option>
</select>