Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3120 Rev 3163
Line 159... Line 159...
159
							}
159
							}
160
							$html .= "</select>";
160
							$html .= "</select>";
161
							$retour[] = $html;
161
							$retour[] = $html;
162
						}
162
						}
163
						break;
163
						break;
-
 
164
					case "text" :
-
 
165
							$valeurs = split(";", $champ['valeur']);
-
 
166
							$html = '<label for="'.$champ['cle'].'" class="col-sm-3" >'.$champ['label'].'</label>'.
-
 
167
								'<div class="input-group col-sm-8">'.
-
 
168
									'<input id="'.$champ['cle'].'" name="'.$champ['cle'].'" class="form-control" type="text"/>
-
 
169
								</div>';
-
 
170
							$retour[] = $html;
-
 
171
						break;
164
					default : 
172
					default : 
165
						//$this->verifierChampsCachés(); 
173
						//$this->verifierChampsCachés(); 
166
						break;
174
						break;
167
				}
175
				}
168
			}
176
			}