init
Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -33,7 +33,8 @@ | ... | @@ -33,7 +33,8 @@ |
| 33 | </div> | 33 | </div> |
| 34 | <div class="form-group col-sm-3 col-md-2"> | 34 | <div class="form-group col-sm-3 col-md-2"> |
| 35 | <label>借款期数</label> | 35 | <label>借款期数</label> |
| 36 | <span class="form-control select-box"> | 36 | <span class="form-control select-box"> |
| 37 | <select id="product" class="select" size="1" name="loanDeadline"> | ||
| 37 | <?php for ($i=1; $i<=$this->session->products[0]->loanDeadline; $i++):?> | 38 | <?php for ($i=1; $i<=$this->session->products[0]->loanDeadline; $i++):?> |
| 38 | <option value="<?=$i?>"><?=$i?></option> | 39 | <option value="<?=$i?>"><?=$i?></option> |
| 39 | <?php endfor;?> | 40 | <?php endfor;?> | ... | ... |
-
Please register or sign in to post a comment